log

age author description
2007-06-09 nicodvb added support for DTS1 audio descriptor
2007-06-09 nicodvb 1000000l, descriptor VC-1 identifies VIDEO_VC1, not AUDIO_DTS
2007-06-09 henry set the window aspect hint
2007-06-08 compn add mmes fourcc for mpeg2 in avi files
2007-06-08 cehoyos Simplify addition of -Wdeclaration-after-statement to CFLAGS.
2007-06-08 cehoyos Support icc 10.0.
2007-06-08 gpoirier sync w/r23504
2007-06-08 ptt reversed previus modification (r23517)
2007-06-08 ptt changed vowels to accented utf8 vowels
2007-06-08 ptt other two files translated :)
2007-06-08 ptt small indentation and tags fixes
2007-06-08 ptt little indentation fix
2007-06-08 zuxy Enable SIMD optmizations for mp3lib on AMD64
2007-06-08 ptt sync'ed up to r23504
2007-06-08 voroshil Add regular #define for header file.
2007-06-08 ptt italian xml/html docs translation - first step. up till now accented vowels are
2007-06-08 cehoyos Cosmetics: Fix indentation after last commit.
2007-06-08 cehoyos Add -Wdeclaration-after-statement etc. only to gcc.
2007-06-08 cehoyos Compile C++ files with the same compiler as all other files.
2007-06-08 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
2007-06-08 reimar Fix config declarations so that things like rtc=no work in addition to nortc=yes
2007-06-08 reimar Set errno to 0 after printing it, not before
2007-06-08 voroshil Fix compiler warnings.
2007-06-08 lorenm -lavdopts threads is only implemented for mpeg[12]
2007-06-07 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
2007-06-07 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
2007-06-07 reimar Mention change to libamr in Changelog
2007-06-07 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
2007-06-07 reimar 100l, fix compile error in r23498 due to bad copy in paste
2007-06-07 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
2007-06-07 voroshil implement "bind sections"
2007-06-07 cehoyos Add -Wno-switch to CFLAGS.
2007-06-07 cehoyos Fix r23494: It broke gcc 2.95.3
2007-06-07 cehoyos Add -Wno-pointer-sign to CFLAGS
2007-06-07 reimar Add 2vuy fourcc to rawuyvy codec
2007-06-07 diego Add -Wall (back) to default CFLAGS.
2007-06-07 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
2007-06-07 cehoyos Fix compilation after FFmpeg r9235.
2007-06-07 uau Calculate pts with double precision in demux_asf
2007-06-07 zuxy 10l: correct Core 2 detection under x86-64
2007-06-06 kraymer Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
2007-06-06 voroshil r23440: New "automute" tv:// option.
2007-06-06 zuxy Change some static temporary vars to automatic ones because mingw32 binutils
2007-06-06 zuxy Align output pointer so that we can use movaps instead of movups in dct64_sse;
2007-06-05 ptt little correction to make nroff not to complain about line lennghts....
2007-06-05 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
2007-06-05 ptt sync'd up to r23467
2007-06-05 diego Create a new MSGT for just the status line.
2007-06-05 reimar Do not use fast_memcpy when data is read again immediately afterwards.
2007-06-05 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
2007-06-05 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
2007-06-05 reimar Use avcodec_decode_audio2 in ad_ffmpeg.c
2007-06-05 kraymer r23410: add documentation for new -menu-chroot option
2007-06-05 mhoffman correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
2007-06-05 reimar Make gmplayer show right colors if X server does not use native byteorder.
2007-06-05 reimar Avoiding sscanf in cddb support reading more data with %s than buffer size