| Commit message (Expand) | Author | Age |
* | Get rid of the "set" member of the subopt-parser struct, it made | reimar | 2009-03-06 |
* | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 |
* | The large -help help_text should be const so it goes into .rodata | reimar | 2009-03-06 |
* | Make audio_out_* structs const so they end up in .rodata | reimar | 2009-03-06 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 |
* | Use code that is actually thread-safe to calculate delay, free space etc. in ... | reimar | 2009-03-06 |
* | Cosmetics: get rid of trailing whitespace. | reimar | 2009-03-06 |
* | get rid of full_buffers variable, if the check it is used for is triggered | reimar | 2009-03-06 |
* | Remove now unused buf_write_pos variable from ao_win32 | reimar | 2009-03-06 |
* | Always write full buffers in ao_win32, except for the last block. | reimar | 2009-03-06 |
* | Use calloc instead of malloc+memset | reimar | 2009-03-06 |
* | sync w/r28807 | gpoirier | 2009-03-06 |
* | The 8 bit per sample formats are unsigned on Windows, fixes playback with | reimar | 2009-03-06 |
* | Refactor smalltex/tinytex EOSD optimization in vo_gl | reimar | 2009-03-06 |
* | Remove several useless casts from af_resample | reimar | 2009-03-06 |
* | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 |
* | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 |
* | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 |
* | Comment typo fixes for af_resample | reimar | 2009-03-06 |
* | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, | reimar | 2009-03-06 |
* | Remove duplicate OSD drawing introduced due to a conflict between r28840 and ... | reimar | 2009-03-06 |
* | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 |
* | As for vo_gl, do not rely on draw_osd to render EOSD. | reimar | 2009-03-06 |
* | Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD. | greg | 2009-03-06 |
* | Do not rely on draw_osd to render the EOSD, instead draw it already at the | reimar | 2009-03-06 |
* | Fix \be blur start position. | greg | 2009-03-06 |
* | Raise max. number of \be applications to 100, introduce #define for it. | greg | 2009-03-06 |
* | Replace magic numbers (for subpixel accuracy masking) with a define. | greg | 2009-03-06 |
* | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be. | greg | 2009-03-06 |
* | Sync latest set of changes. | diego | 2009-03-06 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 |
* | Add support for extracting the release version number from a VERSION file. | diego | 2009-03-05 |
* | Only add -Ilibdvdnav to the CFLAGS of the files that require it. | diego | 2009-03-05 |
* | Sleep based on get_delay in ao_win32 uninit instead of a loop. | reimar | 2009-03-05 |
* | Simplify CFLAGS generation for individual targets. | diego | 2009-03-05 |
* | Update libass changelog. | greg | 2009-03-05 |
* | Fix bug introduced by me in r28756 | sdrik | 2009-03-05 |
* | Combine adjacent overlapping, translucent glyph borders and shadows to | greg | 2009-03-05 |
* | Fix positioned events' y-position when pan-and-scan is used. | greg | 2009-03-05 |
* | Support for subpixel accuracy of 3 bits for \pos and \move. | greg | 2009-03-05 |
* | Style override for ScaledBorderAndShadow. | greg | 2009-03-05 |
* | Support ScaledBorderAndShadow property. | greg | 2009-03-05 |
* | Scale shadow displacement and blur size like border size. | greg | 2009-03-05 |
* | Round shadow displacement to nearest int. | greg | 2009-03-05 |
* | Support a vsfilter special case: | greg | 2009-03-05 |
* | Hack: half-merge glyph border with outline to avoid ugly anti-aliasing | greg | 2009-03-05 |
* | Simplify some vidix dhahelper build commands with automatic make variables. | diego | 2009-03-05 |
* | Ignore PlayResX/Y aspect ratio for font aspect ratio. | greg | 2009-03-05 |
* | synced with r28807 | Gabrov | 2009-03-05 |