2009-03-09 |
Gabrov |
synced with r28895
|
2009-03-09 |
diego |
comment/output cosmetics
|
2009-03-09 |
diego |
whitespace cosmetics:
|
2009-03-09 |
diego |
Merge two preprocessor conditions in order to drop one duplicated #else case.
|
2009-03-09 |
diego |
Ignore all fastmem-* binaries.
|
2009-03-09 |
greg |
Change default OSD/subtitle font sizes.
|
2009-03-09 |
diego |
Fix fastmemcpybench tools build:
|
2009-03-08 |
gpoirier |
sync w/r28895
|
2009-03-08 |
bircoph |
Synced with r28895.
|
2009-03-08 |
eugeni |
Cosmetics: reindent.
|
2009-03-08 |
eugeni |
Treat -font/-subfont as Fontconfig pattern in libass.
|
2009-03-08 |
michael |
Add test for C memcpy()
|
2009-03-08 |
michael |
Resurrect script needed for easy use of fastmemcpybench.c.
|
2009-03-08 |
greg |
Remove extraneous braces.
|
2009-03-08 |
greg |
Don't assume width == stride for bitmap composition.
|
2009-03-08 |
michael |
Revert
|
2009-03-08 |
reimar |
rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly
|
2009-03-08 |
reimar |
Remove internal NuppelVideo decoder, the code in libavcodec can decode
|
2009-03-08 |
reimar |
Get rid of pointless debugging code
|
2009-03-08 |
reimar |
Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there
|
2009-03-08 |
reimar |
Remove colourspace-conversion stuff from rtjpeg, we have functions to do that
|
2009-03-08 |
reimar |
Mark everything not used outside the file as "static"
|
2009-03-08 |
reimar |
Remove functions not used by MPlayer from header
|
2009-03-08 |
reimar |
Remove useless "extern" in function declarations.
|
2009-03-08 |
reimar |
Add a small howto explaining how to cross-compile for MinGW
|
2009-03-08 |
reimar |
Explain that disabling other input methods is not the purpose of -slave
|
2009-03-08 |
reimar |
Remove unused variable from demux_mov.
|
2009-03-08 |
reimar |
Add an option to disable the default key binding that MPlayer includes
|
2009-03-08 |
reimar |
Bump etc/codecs.conf version to eliminate one possible cause when debugging VDPAU issues.
|
2009-03-08 |
greg |
Fix clipping for pan-and-scan.
|
2009-03-08 |
greg |
Add a proper color check to the overlap compositing.
|
2009-03-08 |
greg |
Replace rotation functions with a simplified version adapted from
|
2009-03-07 |
greg |
Only use first \org in a line.
|
2009-03-07 |
diego |
cosmetics: spelling fixes
|
2009-03-07 |
diego |
cosmetics: Reformat file header.
|
2009-03-07 |
reimar |
Make pausing_keep_force the default for the set_mouse_pos and key_down_event -
|
2009-03-07 |
reimar |
Update x264 version check for version required by lavc.
|
2009-03-07 |
sdrik |
Let the 4th plane reach the swScale function
|
2009-03-07 |
sdrik |
YUVA420P is a planar YUV format
|
2009-03-07 |
reimar |
Reduce size of needlessly large mp3lib bandInfoStruct
|
2009-03-07 |
reimar |
Make several constant mp3lib tables const
|
2009-03-07 |
reimar |
Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
|
2009-03-07 |
reimar |
Make data related to suboption parsing const in libvo
|
2009-03-06 |
reimar |
Get rid of the "set" member of the subopt-parser struct, it made
|
2009-03-06 |
reimar |
Add some "const" to mpcodecs_vd_drivers
|
2009-03-06 |
reimar |
The large -help help_text should be const so it goes into .rodata
|
2009-03-06 |
reimar |
Make audio_out_* structs const so they end up in .rodata
|
2009-03-06 |
reimar |
Make ao_info_t structs const.
|
2009-03-06 |
reimar |
Use code that is actually thread-safe to calculate delay, free space etc. in ao_win32
|
2009-03-06 |
reimar |
Cosmetics: get rid of trailing whitespace.
|
2009-03-06 |
reimar |
get rid of full_buffers variable, if the check it is used for is triggered
|
2009-03-06 |
reimar |
Remove now unused buf_write_pos variable from ao_win32
|
2009-03-06 |
reimar |
Always write full buffers in ao_win32, except for the last block.
|
2009-03-06 |
reimar |
Use calloc instead of malloc+memset
|
2009-03-06 |
gpoirier |
sync w/r28807
|
2009-03-06 |
reimar |
The 8 bit per sample formats are unsigned on Windows, fixes playback with
|
2009-03-06 |
reimar |
Refactor smalltex/tinytex EOSD optimization in vo_gl
|
2009-03-06 |
reimar |
Remove several useless casts from af_resample
|
2009-03-06 |
reimar |
Free af->setup and contents in af_resample uninit function.
|
2009-03-06 |
reimar |
Use calloc to allocate the af_resample ring buffers, reportedly using
|
2009-03-06 |
reimar |
Use a single malloc to allocate space for the circular buffers.
|
2009-03-06 |
reimar |
Comment typo fixes for af_resample
|
2009-03-06 |
reimar |
Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD,
|
2009-03-06 |
reimar |
Remove duplicate OSD drawing introduced due to a conflict between r28840 and r28839.
|
2009-03-06 |
reimar |
Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn
|
2009-03-06 |
reimar |
As for vo_gl, do not rely on draw_osd to render EOSD.
|
2009-03-06 |
greg |
Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD.
|
2009-03-06 |
reimar |
Do not rely on draw_osd to render the EOSD, instead draw it already at the
|
2009-03-06 |
greg |
Fix \be blur start position.
|
2009-03-06 |
greg |
Raise max. number of \be applications to 100, introduce #define for it.
|
2009-03-06 |
greg |
Replace magic numbers (for subpixel accuracy masking) with a define.
|
2009-03-06 |
greg |
Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be.
|
2009-03-06 |
diego |
Sync latest set of changes.
|
2009-03-06 |
diego |
Sync local changes file with #ifdef --> #if conversion.
|
2009-03-06 |
diego |
Sync local changes file with #ifdef --> #if conversion.
|
2009-03-05 |
diego |
Add support for extracting the release version number from a VERSION file.
|
2009-03-05 |
diego |
Only add -Ilibdvdnav to the CFLAGS of the files that require it.
|
2009-03-05 |
reimar |
Sleep based on get_delay in ao_win32 uninit instead of a loop.
|
2009-03-05 |
diego |
Simplify CFLAGS generation for individual targets.
|
2009-03-05 |
greg |
Update libass changelog.
|
2009-03-05 |
sdrik |
Fix bug introduced by me in r28756
|
2009-03-05 |
greg |
Combine adjacent overlapping, translucent glyph borders and shadows to
|
2009-03-05 |
greg |
Fix positioned events' y-position when pan-and-scan is used.
|
2009-03-05 |
greg |
Support for subpixel accuracy of 3 bits for \pos and \move.
|
2009-03-05 |
greg |
Style override for ScaledBorderAndShadow.
|
2009-03-05 |
greg |
Support ScaledBorderAndShadow property.
|
2009-03-05 |
greg |
Scale shadow displacement and blur size like border size.
|
2009-03-05 |
greg |
Round shadow displacement to nearest int.
|
2009-03-05 |
greg |
Support a vsfilter special case:
|
2009-03-05 |
greg |
Hack: half-merge glyph border with outline to avoid ugly anti-aliasing
|
2009-03-05 |
diego |
Simplify some vidix dhahelper build commands with automatic make variables.
|
2009-03-05 |
greg |
Ignore PlayResX/Y aspect ratio for font aspect ratio.
|
2009-03-05 |
Gabrov |
synced with r28807
|
2009-03-05 |
diego |
mphq now runs Subversion 1.5.
|
2009-03-05 |
reimar |
full_buffers and buffered_bytes must be volatile because they are used from
|
2009-03-05 |
bircoph |
Synced with r28807.
|
2009-03-04 |
reimar |
Make sure all output_surfaces are initialized in preinit.
|
2009-03-04 |
sdrik |
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions
|
2009-03-04 |
cehoyos |
10l: Fix max value for -vo vdpau:deint.
|
2009-03-04 |
reimar |
Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right
|
2009-03-04 |
reimar |
Fix mp_msg call with too few arguments.
|
2009-03-03 |
henry |
remove the rest of x86 asm from LGPL build
|
2009-03-03 |
reimar |
100l, remove a pointless opt = NULL assignment that made print_int crash since r28794
|
2009-03-03 |
diego |
Add back mistakenly removed copyright notice.
|
2009-03-03 |
reimar |
Add another hack to work-around the currently completely inconsistent way in
|
2009-03-03 |
Gabrov |
synced with r28788
|
2009-03-02 |
gpoirier |
sync w/ r28788
|
2009-03-02 |
gpoirier |
sync w/r28707
|
2009-03-02 |
gpoirier |
french punctuation cosmetics
|
2009-03-02 |
gpoirier |
- french punctuation cosmetics that was done weeks before.
|
2009-03-02 |
reimar |
Make WinID a 64 bit integer, this should avoid issues with valid Window
|
2009-03-02 |
reimar |
Add a 64 bit integer type to the suboption parser.
|
2009-03-02 |
reimar |
Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems.
|
2009-03-02 |
reimar |
Minor cosmetics: fix indentation
|
2009-03-02 |
compn |
import ffmpeg changelog
|
2009-03-02 |
bircoph |
Synced with r28788.
|
2009-03-02 |
compn |
changes
|
2009-03-01 |
cehoyos |
Improve vdpau deinterlacing documentation.
|
2009-03-01 |
eugeni |
Fix a memory leak.
|
2009-03-01 |
reimar |
Document that -heartbeat-cmd is only for video, not audio-only
|
2009-03-01 |
diego |
Use UTF-8 as character set.
|
2009-03-01 |
diego |
cosmetics: Remove trailing whitespace.
|
2009-03-01 |
eugeni |
With pan-and-scan, keep positioned events in their original positions
|
2009-03-01 |
diego |
Remove unnecessary linking hack, compilation works fine without.
|
2009-03-01 |
diego |
Remove now unnecessary linking hacks.
|
2009-03-01 |
cehoyos |
Mention VDPAU in Changelog.
|
2009-03-01 |
diego |
Add standard license headers to files.
|
2009-03-01 |
Gabrov |
synced with r28775
|
2009-03-01 |
rathann |
Fix typo in comments.
|
2009-03-01 |
reimar |
Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).
|
2009-03-01 |
diego |
DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net
|
2009-03-01 |
reimar |
Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA
|
2009-03-01 |
reimar |
Fix braindead and broken way to calculate abase, fixes regression tests on
|
2009-03-01 |
diego |
Fix 10l typo in ADD_ALL_EXESUFS function name.
|
2009-03-01 |
diego |
codec-cfg does not depend on codecs.conf.h, it is used to generate it.
|
2009-03-01 |
diego |
Make all object files depend on generated header files.
|
2009-03-01 |
diego |
Add explicit dependencies on generated header files for the object files along
|
2009-03-01 |
diego |
Fix dependencies on generated header files for the codec* binaries.
|
2009-03-01 |
reimar |
10l, replace a tab that slipped in.
|
2009-03-01 |
reimar |
Create a set_format_params function that sets all the special options needed
|
2009-03-01 |
jrash |
sync with en/mplayer.1 r28745
|
2009-02-28 |
cehoyos |
Use M_PI for pi.
|
2009-02-28 |
cehoyos |
Make VdpVideoMixerAttribute attributes[] static const.
|
2009-02-28 |
Gabrov |
synced with r28745
|
2009-02-28 |
diego |
sync by Ivan (sevenfourk, sevenfourk gmail com)
|
2009-02-28 |
cehoyos |
Support brightness, contrast, hue and saturation adjustments via
|
2009-02-28 |
cehoyos |
Fix OSD for vo vdpau:deint>1.
|
2009-02-28 |
reimar |
Handle vdp_decoder_create failures better, in particular avoid unrelated
|
2009-02-28 |
reimar |
Fix a possible NULL-pointer crash introduced by local changes to libfaad2
|
2009-02-28 |
sdrik |
When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
|
2009-02-28 |
bircoph |
Synced with r28745.
|
2009-02-27 |
eugeni |
Zero-fill glyph_info_t before use.
|
2009-02-27 |
eugeni |
Remove unused function argument.
|
2009-02-27 |
eugeni |
Support fractional arguments for some override tags.
|
2009-02-27 |
eugeni |
Fix two gcc warnings.
|
2009-02-27 |
eugeni |
Fix memory leak produced by the \blur patch.
|
2009-02-27 |
eugeni |
Stronger blur.
|
2009-02-27 |
eugeni |
Allow shadow without border.
|
2009-02-27 |
sdrik |
Add an isALPHA macro to check if pixel format has alpha channel
|
2009-02-27 |
sdrik |
Use YUV420P code path for YUVA420P where appropriate
|
2009-02-27 |
cehoyos |
Update vdpau:deint documentation.
|
2009-02-27 |
cehoyos |
Do not forget the chosen deinterlacer for -vo vdpau.
|
2009-02-27 |
cehoyos |
Add one-field-only output for -vo vdpau.
|
2009-02-27 |
cehoyos |
Document that all vdpau deinterlacers respect -field-dominance.
|
2009-02-27 |
cehoyos |
Refactor code for upcoming alpha patches.
|
2009-02-27 |
cehoyos |
vdpau:pullup only works with temporal and temporal-spatial deinterlacing.
|
2009-02-27 |
Gabrov |
synced with r28736
|
2009-02-26 |
kraymer |
r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
2009-02-26 |
cehoyos |
10l: Remove debug printf() from last commit.
|
2009-02-26 |
cehoyos |
Support "D" to (de-)activate deinterlacing when using vo vdpau.
|
2009-02-26 |
cehoyos |
Document that -field-dominance also works for vdpau.
|
2009-02-25 |
cehoyos |
10l: Add missing braces for VOCTRL_GET_EOSD_RES.
|
2009-02-25 |
kraymer |
r27390 Fix a misleading section in the libavcodec options manual
|
2009-02-25 |
reimar |
Use memset to make sure all parts of struct sockaddr_in are always initialized.
|
2009-02-25 |
reimar |
Change code to actually work when NUM_OUTPUT_SURFACES is changed.
|
2009-02-25 |
Gabrov |
synced with r28727
|
2009-02-25 |
Gabrov |
copyright year update in man pages
|
2009-02-24 |
diego |
Read revision string from the file snapshot_version if available.
|
2009-02-24 |
cehoyos |
Document -vo vdpau:pullup.
|
2009-02-24 |
diego |
cosmetics: Use $() instead of ``, the former can be nested more easily.
|
2009-02-24 |
cehoyos |
Document -vo vdpau:deint.
|
2009-02-24 |
cehoyos |
Cosmetics: Fix indentation and line length.
|
2009-02-24 |
diego |
Rename yuv2rgb2.c --> yuv2rgb.c.
|
2009-02-24 |
cehoyos |
Clarify -vo vdpau:sharpen.
|
2009-02-24 |
cehoyos |
Document -vo vdpau:denoise.
|
2009-02-24 |
cehoyos |
Document -vo vdpau:sharpen.
|
2009-02-24 |
cehoyos |
Enable Bob de-interlacing for VDPAU.
|
2009-02-24 |
kraymer |
version bump
|
2009-02-24 |
diego |
Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffman
|
2009-02-24 |
diego |
Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.
|
2009-02-23 |
jrash |
add Zhu Tian (JRaSH) as Chinese document translator
|
2009-02-23 |
jrash |
sync with en/mplayer.1 r28576
|