aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add regular #define for header file.Gravatar voroshil2007-06-08
* italian xml/html docs translation - first step. up till now accented vowels areGravatar ptt2007-06-08
* Cosmetics: Fix indentation after last commit.Gravatar cehoyos2007-06-08
* Add -Wdeclaration-after-statement etc. only to gcc.Gravatar cehoyos2007-06-08
* Compile C++ files with the same compiler as all other files.Gravatar cehoyos2007-06-08
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Gravatar reimar2007-06-08
* Fix config declarations so that things like rtc=no work in addition to nortc=yesGravatar reimar2007-06-08
* Set errno to 0 after printing it, not beforeGravatar reimar2007-06-08
* Fix compiler warnings.Gravatar voroshil2007-06-08
* -lavdopts threads is only implemented for mpeg[12]Gravatar lorenm2007-06-08
* Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.Gravatar cehoyos2007-06-07
* Fix segfault when encoding from an mkv file with embedded fonts.Gravatar eugeni2007-06-07
* Mention change to libamr in ChangelogGravatar reimar2007-06-07
* in vidix check protect [A-Z] and [a-z] with single quotes as in other checks;...Gravatar nicodvb2007-06-07
* 100l, fix compile error in r23498 due to bad copy in pasteGravatar reimar2007-06-07
* RGB8/BGR8 IMGFMTs are paletted in case of swscale input.Gravatar reimar2007-06-07
* implement "bind sections"Gravatar voroshil2007-06-07
* Add -Wno-switch to CFLAGS.Gravatar cehoyos2007-06-07
* Fix r23494: It broke gcc 2.95.3Gravatar cehoyos2007-06-07
* Add -Wno-pointer-sign to CFLAGSGravatar cehoyos2007-06-07
* Add 2vuy fourcc to rawuyvy codecGravatar reimar2007-06-07
* Add -Wall (back) to default CFLAGS.Gravatar diego2007-06-07
* Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.Gravatar cehoyos2007-06-07
* Fix compilation after FFmpeg r9235.Gravatar cehoyos2007-06-07
* Calculate pts with double precision in demux_asfGravatar uau2007-06-07
* 10l: correct Core 2 detection under x86-64Gravatar zuxy2007-06-07
* Partial sync with en/mplayer.1 r23455 (patch by JRaSH)Gravatar kraymer2007-06-06
* r23440: New "automute" tv:// option.Gravatar voroshil2007-06-06
* Change some static temporary vars to automatic ones because mingw32 binutilsGravatar zuxy2007-06-06
* Align output pointer so that we can use movaps instead of movups in dct64_sse;Gravatar zuxy2007-06-06
* little correction to make nroff not to complain about line lennghts....Gravatar ptt2007-06-05
* protect _vidix_drivers variable, allowing --with-vidix-driver option to actua...Gravatar ben2007-06-05
* sync'd up to r23467Gravatar ptt2007-06-05
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* Do not use fast_memcpy when data is read again immediately afterwards.Gravatar reimar2007-06-05
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Use avcodec_decode_audio2 in ad_ffmpeg.cGravatar reimar2007-06-05
* r23410: add documentation for new -menu-chroot optionGravatar kraymer2007-06-05
* correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_lineGravatar mhoffman2007-06-05
* Make gmplayer show right colors if X server does not use native byteorder.Gravatar reimar2007-06-05
* Avoiding sscanf in cddb support reading more data with %s than buffer sizeGravatar reimar2007-06-05
* Keep -pipe option in CFLAGS even in debug mode.Gravatar diego2007-06-05
* sync w/23467 (was just a typo in english doc, no incidence here)Gravatar gpoirier2007-06-05
* then/than typo spotted by "JRaSH"Gravatar corey2007-06-05
* Keep unused parameter warnings in debug mode.Gravatar diego2007-06-05
* r23416: Drop the metadata stuff and replace it with generic propertyGravatar kraymer2007-06-05
* get rid of Gui code that has been commented out since agesGravatar reimar2007-06-04
* Factor out some duplicated gui codeGravatar reimar2007-06-04
* Remove some useless codeGravatar reimar2007-06-04