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.
|