| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macro | sdrik | 2009-03-11 | 1 | -11/+11 |
* | In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el... | sdrik | 2009-03-11 | 1 | -1/+1 |
* | Update email address for Vajna, Miklós. | diego | 2009-03-11 | 1 | -1/+1 |
* | add sn40 binary codec | compn | 2009-03-10 | 1 | -0/+9 |
* | sn40 decodes with ffodivx | compn | 2009-03-10 | 1 | -2/+2 |
* | Fix and restructure fastmemcpybench. It is now one binary that runs all | diego | 2009-03-10 | 3 | -45/+140 |
* | typo nuppelvideo spotted by kostya | compn | 2009-03-10 | 1 | -2/+2 |
* | Output number of reference frames before creating H264 vdpau decoder. | cehoyos | 2009-03-09 | 1 | -0/+1 |
* | Update entry for libdvdread; add entry for libdvdnav. | diego | 2009-03-09 | 1 | -6/+16 |
* | cosmetics: Add newlines for better readability, rename Homepage entry to URL. | diego | 2009-03-09 | 1 | -18/+35 |
* | GraphEdit is also available in the Microsoft SDK nowadays. | diego | 2009-03-09 | 1 | -1/+1 |
* | typo | kraymer | 2009-03-09 | 1 | -1/+2 |
* | libmpdemux/nuppelvideo.h was removed. | diego | 2009-03-09 | 1 | -1/+1 |
* | partial further sync by patch by sevenfourk, sevenfourk gmail com | diego | 2009-03-09 | 1 | -0/+122 |
* | Ensure the string we're trying to compare is actually not NULL. | ben | 2009-03-09 | 1 | -1/+2 |
* | The first valid index is total count - 1 (usually 0) | ben | 2009-03-09 | 1 | -1/+1 |
* | Do not call waveOutReset in uninit if you should wait till playing finishes, | reimar | 2009-03-09 | 1 | -1/+2 |
* | Reuse libavutil fifo code instead of reimplementing it over and over. | reimar | 2009-03-09 | 2 | -133/+56 |
* | Mask all unused bits for packed pixel format instead of green and alpha mask ... | kostya | 2009-03-09 | 1 | -1/+1 |
* | Get rid of DEMUXER_TYPE_NUV define, it is no longer used. | reimar | 2009-03-09 | 1 | -1/+0 |
* | Get rid of nuppelvideo.h and its ugly packed struct and instead write the | reimar | 2009-03-09 | 2 | -98/+17 |
* | people are forgetting to update the changelog | compn | 2009-03-09 | 1 | -0/+4 |
* | Fix type of zlen, fixes crashes on 64 bit systems. | reimar | 2009-03-09 | 1 | -1/+2 |
* | Do not calculate the same value twice | reimar | 2009-03-09 | 1 | -1/+1 |
* | Allocate buffer for lzo compression correctly also for large frame sizes. | reimar | 2009-03-09 | 1 | -4/+4 |
* | nuv encoder 64 bit fix: avoid using long/sizeof(long) | reimar | 2009-03-09 | 1 | -5/+7 |
* | Remove now unused parts of nuppelvideo.h | reimar | 2009-03-09 | 1 | -99/+0 |
* | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 4 | -465/+0 |
* | Make fastmemcpybench almost working - only thing missing is a way to | reimar | 2009-03-09 | 2 | -3/+4 |
* | synced with r28895 | Gabrov | 2009-03-09 | 2 | -8/+14 |
* | comment/output cosmetics | diego | 2009-03-09 | 1 | -9/+9 |
* | whitespace cosmetics: | diego | 2009-03-09 | 1 | -74/+75 |
* | Merge two preprocessor conditions in order to drop one duplicated #else case. | diego | 2009-03-09 | 1 | -9/+2 |
* | Ignore all fastmem-* binaries. | diego | 2009-03-09 | 0 | -0/+0 |
* | Change default OSD/subtitle font sizes. | greg | 2009-03-09 | 1 | -2/+2 |
* | Fix fastmemcpybench tools build: | diego | 2009-03-09 | 1 | -11/+15 |
* | sync w/r28895 | gpoirier | 2009-03-08 | 1 | -6/+13 |
* | Synced with r28895. | bircoph | 2009-03-08 | 1 | -8/+13 |
* | Cosmetics: reindent. | eugeni | 2009-03-08 | 1 | -25/+25 |
* | Treat -font/-subfont as Fontconfig pattern in libass. | eugeni | 2009-03-08 | 9 | -17/+37 |
* | Add test for C memcpy() | michael | 2009-03-08 | 2 | -0/+3 |
* | Resurrect script needed for easy use of fastmemcpybench.c. | michael | 2009-03-08 | 1 | -0/+19 |
* | Remove extraneous braces. | greg | 2009-03-08 | 1 | -4/+4 |
* | Don't assume width == stride for bitmap composition. | greg | 2009-03-08 | 1 | -6/+8 |
* | Revert | michael | 2009-03-08 | 1 | -2/+2 |
* | rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly | reimar | 2009-03-08 | 1 | -2/+1 |
* | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 7 | -1562/+0 |
* | Get rid of pointless debugging code | reimar | 2009-03-08 | 1 | -18/+0 |
* | Remove the grayscale and 4:2:2 RTjpeg code, it is neither used nor is there | reimar | 2009-03-08 | 1 | -257/+0 |
* | Remove colourspace-conversion stuff from rtjpeg, we have functions to do that | reimar | 2009-03-08 | 1 | -384/+0 |
* | Mark everything not used outside the file as "static" | reimar | 2009-03-08 | 1 | -36/+36 |
* | Remove functions not used by MPlayer from header | reimar | 2009-03-08 | 1 | -15/+0 |
* | Remove useless "extern" in function declarations. | reimar | 2009-03-08 | 1 | -22/+22 |
* | Add a small howto explaining how to cross-compile for MinGW | reimar | 2009-03-08 | 1 | -0/+31 |
* | Explain that disabling other input methods is not the purpose of -slave | reimar | 2009-03-08 | 1 | -0/+2 |
* | Remove unused variable from demux_mov. | reimar | 2009-03-08 | 1 | -1/+0 |
* | Add an option to disable the default key binding that MPlayer includes | reimar | 2009-03-08 | 2 | -1/+6 |
* | Bump etc/codecs.conf version to eliminate one possible cause when debugging V... | reimar | 2009-03-08 | 1 | -1/+1 |
* | Fix clipping for pan-and-scan. | greg | 2009-03-08 | 1 | -4/+6 |
* | Add a proper color check to the overlap compositing. | greg | 2009-03-08 | 1 | -0/+3 |
* | Replace rotation functions with a simplified version adapted from | greg | 2009-03-08 | 1 | -79/+40 |
* | Only use first \org in a line. | greg | 2009-03-07 | 1 | -4/+6 |
* | cosmetics: spelling fixes | diego | 2009-03-07 | 1 | -7/+7 |
* | cosmetics: Reformat file header. | diego | 2009-03-07 | 1 | -8/+3 |
* | Make pausing_keep_force the default for the set_mouse_pos and key_down_event - | reimar | 2009-03-07 | 3 | -3/+13 |
* | Update x264 version check for version required by lavc. | reimar | 2009-03-07 | 1 | -1/+1 |
* | Let the 4th plane reach the swScale function | sdrik | 2009-03-07 | 1 | -6/+8 |
* | YUVA420P is a planar YUV format | sdrik | 2009-03-07 | 1 | -0/+1 |
* | Reduce size of needlessly large mp3lib bandInfoStruct | reimar | 2009-03-07 | 1 | -5/+5 |
* | Make several constant mp3lib tables const | reimar | 2009-03-07 | 2 | -11/+11 |
* | Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_x... | reimar | 2009-03-07 | 2 | -4/+0 |
* | Make data related to suboption parsing const in libvo | reimar | 2009-03-07 | 17 | -20/+20 |
* | Get rid of the "set" member of the subopt-parser struct, it made | reimar | 2009-03-06 | 2 | -14/+4 |
* | Add some "const" to mpcodecs_vd_drivers | reimar | 2009-03-06 | 2 | -2/+2 |
* | The large -help help_text should be const so it goes into .rodata | reimar | 2009-03-06 | 25 | -25/+25 |
* | Make audio_out_* structs const so they end up in .rodata | reimar | 2009-03-06 | 2 | -24/+24 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 | 23 | -23/+23 |
* | Use code that is actually thread-safe to calculate delay, free space etc. in ... | reimar | 2009-03-06 | 1 | -10/+13 |
* | Cosmetics: get rid of trailing whitespace. | reimar | 2009-03-06 | 1 | -23/+23 |
* | get rid of full_buffers variable, if the check it is used for is triggered | reimar | 2009-03-06 | 1 | -9/+0 |
* | Remove now unused buf_write_pos variable from ao_win32 | reimar | 2009-03-06 | 1 | -4/+1 |
* | Always write full buffers in ao_win32, except for the last block. | reimar | 2009-03-06 | 1 | -8/+5 |
* | Use calloc instead of malloc+memset | reimar | 2009-03-06 | 1 | -3/+1 |
* | sync w/r28807 | gpoirier | 2009-03-06 | 1 | -2/+2 |
* | The 8 bit per sample formats are unsigned on Windows, fixes playback with | reimar | 2009-03-06 | 2 | -2/+2 |
* | Refactor smalltex/tinytex EOSD optimization in vo_gl | reimar | 2009-03-06 | 1 | -18/+39 |
* | Remove several useless casts from af_resample | reimar | 2009-03-06 | 1 | -4/+4 |
* | Free af->setup and contents in af_resample uninit function. | reimar | 2009-03-06 | 1 | -0/+7 |
* | Use calloc to allocate the af_resample ring buffers, reportedly using | reimar | 2009-03-06 | 1 | -1/+1 |
* | Use a single malloc to allocate space for the circular buffers. | reimar | 2009-03-06 | 1 | -5/+4 |
* | Comment typo fixes for af_resample | reimar | 2009-03-06 | 1 | -7/+7 |
* | Simplify EOSD code by rendering it in VOCTRL_DRAW_EOSD instead of genEOSD, | reimar | 2009-03-06 | 1 | -3/+2 |
* | Remove duplicate OSD drawing introduced due to a conflict between r28840 and ... | reimar | 2009-03-06 | 1 | -3/+1 |
* | Swap order of VFCTRL_DRAW_EOSD and VFCTRL_DRAW_OSD so that the EOSD is drawn | reimar | 2009-03-06 | 1 | -1/+4 |
* | As for vo_gl, do not rely on draw_osd to render EOSD. | reimar | 2009-03-06 | 1 | -1/+6 |
* | Draw EOSD with VOCTRL_DRAW_EOSD instead of along with OSD. | greg | 2009-03-06 | 1 | -1/+1 |
* | Do not rely on draw_osd to render the EOSD, instead draw it already at the | reimar | 2009-03-06 | 1 | -10/+15 |
* | Fix \be blur start position. | greg | 2009-03-06 | 1 | -2/+2 |
* | Raise max. number of \be applications to 100, introduce #define for it. | greg | 2009-03-06 | 1 | -2/+3 |
* | Replace magic numbers (for subpixel accuracy masking) with a define. | greg | 2009-03-06 | 1 | -4/+5 |
* | Use blur with kernel [[1,2,1], [2,4,2], [1,2,1]] for \be. | greg | 2009-03-06 | 3 | -14/+34 |
* | Sync latest set of changes. | diego | 2009-03-06 | 1 | -0/+10 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 | 2 | -45/+50 |
* | Sync local changes file with #ifdef --> #if conversion. | diego | 2009-03-06 | 1 | -12/+219 |
* | Add support for extracting the release version number from a VERSION file. | diego | 2009-03-05 | 1 | -1/+6 |
* | Only add -Ilibdvdnav to the CFLAGS of the files that require it. | diego | 2009-03-05 | 2 | -1/+3 |
* | Sleep based on get_delay in ao_win32 uninit instead of a loop. | reimar | 2009-03-05 | 1 | -1/+2 |
* | Simplify CFLAGS generation for individual targets. | diego | 2009-03-05 | 1 | -9/+9 |
* | Update libass changelog. | greg | 2009-03-05 | 1 | -1/+6 |
* | Fix bug introduced by me in r28756 | sdrik | 2009-03-05 | 1 | -2/+2 |
* | Combine adjacent overlapping, translucent glyph borders and shadows to | greg | 2009-03-05 | 3 | -1/+177 |
* | Fix positioned events' y-position when pan-and-scan is used. | greg | 2009-03-05 | 1 | -2/+7 |
* | Support for subpixel accuracy of 3 bits for \pos and \move. | greg | 2009-03-05 | 1 | -15/+20 |
* | Style override for ScaledBorderAndShadow. | greg | 2009-03-05 | 1 | -0/+2 |
* | Support ScaledBorderAndShadow property. | greg | 2009-03-05 | 5 | -1/+19 |
* | Scale shadow displacement and blur size like border size. | greg | 2009-03-05 | 1 | -3/+3 |
* | Round shadow displacement to nearest int. | greg | 2009-03-05 | 1 | -4/+5 |
* | Support a vsfilter special case: | greg | 2009-03-05 | 1 | -1/+7 |
* | Hack: half-merge glyph border with outline to avoid ugly anti-aliasing | greg | 2009-03-05 | 1 | -1/+1 |
* | Simplify some vidix dhahelper build commands with automatic make variables. | diego | 2009-03-05 | 1 | -5/+4 |
* | Ignore PlayResX/Y aspect ratio for font aspect ratio. | greg | 2009-03-05 | 1 | -4/+1 |
* | synced with r28807 | Gabrov | 2009-03-05 | 1 | -3/+3 |
* | mphq now runs Subversion 1.5. | diego | 2009-03-05 | 1 | -2/+2 |
* | full_buffers and buffered_bytes must be volatile because they are used from | reimar | 2009-03-05 | 1 | -2/+2 |
* | Synced with r28807. | bircoph | 2009-03-05 | 1 | -2/+2 |
* | Make sure all output_surfaces are initialized in preinit. | reimar | 2009-03-04 | 1 | -1/+1 |
* | Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a... | sdrik | 2009-03-04 | 1 | -38/+23 |
* | 10l: Fix max value for -vo vdpau:deint. | cehoyos | 2009-03-04 | 1 | -1/+1 |
* | Make sure vo_x11_create_vo_window sets vo_dwidth and vo_dheight right | reimar | 2009-03-04 | 1 | -0/+6 |
* | Fix mp_msg call with too few arguments. | reimar | 2009-03-04 | 1 | -1/+2 |
* | remove the rest of x86 asm from LGPL build | henry | 2009-03-03 | 1 | -2/+2 |
* | 100l, remove a pointless opt = NULL assignment that made print_int crash sinc... | reimar | 2009-03-03 | 1 | -1/+0 |
* | Add back mistakenly removed copyright notice. | diego | 2009-03-03 | 1 | -0/+2 |
* | Add another hack to work-around the currently completely inconsistent way in | reimar | 2009-03-03 | 1 | -1/+5 |
* | synced with r28788 | Gabrov | 2009-03-03 | 1 | -3/+5 |
* | sync w/ r28788 | gpoirier | 2009-03-02 | 1 | -7/+64 |
* | sync w/r28707 | gpoirier | 2009-03-02 | 1 | -172/+190 |
* | french punctuation cosmetics | gpoirier | 2009-03-02 | 1 | -50/+49 |
* | - french punctuation cosmetics that was done weeks before. | gpoirier | 2009-03-02 | 1 | -14/+22 |
* | Make WinID a 64 bit integer, this should avoid issues with valid Window | reimar | 2009-03-02 | 3 | -3/+3 |
* | Add a 64 bit integer type to the suboption parser. | reimar | 2009-03-02 | 2 | -1/+23 |
* | Use strtoll in parse_int to avoid discrepancies between 32 and 64 bit systems. | reimar | 2009-03-02 | 1 | -3/+3 |
* | Minor cosmetics: fix indentation | reimar | 2009-03-02 | 1 | -1/+1 |
* | import ffmpeg changelog | compn | 2009-03-02 | 1 | -13/+58 |
* | Synced with r28788. | bircoph | 2009-03-02 | 1 | -3/+18 |
* | changes | compn | 2009-03-02 | 1 | -3/+4 |
* | Improve vdpau deinterlacing documentation. | cehoyos | 2009-03-01 | 1 | -1/+2 |
* | Fix a memory leak. | eugeni | 2009-03-01 | 1 | -0/+1 |
* | Document that -heartbeat-cmd is only for video, not audio-only | reimar | 2009-03-01 | 1 | -0/+1 |
* | Use UTF-8 as character set. | diego | 2009-03-01 | 1 | -1/+1 |
* | cosmetics: Remove trailing whitespace. | diego | 2009-03-01 | 1 | -25/+25 |
* | With pan-and-scan, keep positioned events in their original positions | eugeni | 2009-03-01 | 1 | -1/+5 |
* | Remove unnecessary linking hack, compilation works fine without. | diego | 2009-03-01 | 1 | -8/+0 |
* | Remove now unnecessary linking hacks. | diego | 2009-03-01 | 1 | -5/+0 |
* | Mention VDPAU in Changelog. | cehoyos | 2009-03-01 | 1 | -0/+1 |
* | Add standard license headers to files. | diego | 2009-03-01 | 20 | -20/+381 |
* | synced with r28775 | Gabrov | 2009-03-01 | 1 | -2/+14 |
* | Fix typo in comments. | rathann | 2009-03-01 | 1 | -2/+2 |
* | Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255). | reimar | 2009-03-01 | 1 | -2/+4 |
* | DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net | diego | 2009-03-01 | 6 | -0/+381 |
* | Make AltiVec code write alpha as 255 instead of 0 when converting to RGBA | reimar | 2009-03-01 | 1 | -5/+5 |
* | Fix braindead and broken way to calculate abase, fixes regression tests on | reimar | 2009-03-01 | 1 | -1/+1 |
* | Fix 10l typo in ADD_ALL_EXESUFS function name. | diego | 2009-03-01 | 1 | -1/+1 |
* | codec-cfg does not depend on codecs.conf.h, it is used to generate it. | diego | 2009-03-01 | 1 | -1/+1 |
* | Make all object files depend on generated header files. | diego | 2009-03-01 | 1 | -4/+2 |
* | Add explicit dependencies on generated header files for the object files along | diego | 2009-03-01 | 1 | -1/+2 |
* | Fix dependencies on generated header files for the codec* binaries. | diego | 2009-03-01 | 1 | -3/+3 |
* | 10l, replace a tab that slipped in. | reimar | 2009-03-01 | 1 | -1/+1 |
* | Create a set_format_params function that sets all the special options needed | reimar | 2009-03-01 | 1 | -19/+23 |
* | sync with en/mplayer.1 r28745 | jrash | 2009-03-01 | 1 | -39/+77 |
* | Use M_PI for pi. | cehoyos | 2009-02-28 | 1 | -2/+3 |
* | Make VdpVideoMixerAttribute attributes[] static const. | cehoyos | 2009-02-28 | 1 | -1/+1 |
* | synced with r28745 | Gabrov | |