log

age author description
Fri, 08 Jun 2007 07:49:03 +0000 reimar Fix config declarations so that things like rtc=no work in addition to nortc=yes
Fri, 08 Jun 2007 07:45:36 +0000 reimar Set errno to 0 after printing it, not before
Fri, 08 Jun 2007 06:08:51 +0000 voroshil Fix compiler warnings.
Fri, 08 Jun 2007 02:57:45 +0000 lorenm -lavdopts threads is only implemented for mpeg[12]
Thu, 07 Jun 2007 23:59:23 +0000 cehoyos Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
Thu, 07 Jun 2007 22:45:41 +0000 eugeni Fix segfault when encoding from an mkv file with embedded fonts.
Thu, 07 Jun 2007 21:20:44 +0000 reimar Mention change to libamr in Changelog
Thu, 07 Jun 2007 20:37:24 +0000 nicodvb in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
Thu, 07 Jun 2007 20:01:05 +0000 reimar 100l, fix compile error in r23498 due to bad copy in paste
Thu, 07 Jun 2007 19:11:25 +0000 reimar RGB8/BGR8 IMGFMTs are paletted in case of swscale input.
Thu, 07 Jun 2007 18:06:53 +0000 voroshil implement "bind sections"
Thu, 07 Jun 2007 17:23:23 +0000 cehoyos Add -Wno-switch to CFLAGS.
Thu, 07 Jun 2007 17:10:37 +0000 cehoyos Fix r23494: It broke gcc 2.95.3
Thu, 07 Jun 2007 16:36:55 +0000 cehoyos Add -Wno-pointer-sign to CFLAGS
Thu, 07 Jun 2007 16:23:49 +0000 reimar Add 2vuy fourcc to rawuyvy codec
Thu, 07 Jun 2007 13:40:22 +0000 diego Add -Wall (back) to default CFLAGS.
Thu, 07 Jun 2007 10:50:04 +0000 cehoyos Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
Thu, 07 Jun 2007 10:24:17 +0000 cehoyos Fix compilation after FFmpeg r9235.
Thu, 07 Jun 2007 09:17:10 +0000 uau Calculate pts with double precision in demux_asf
Thu, 07 Jun 2007 03:01:32 +0000 zuxy 10l: correct Core 2 detection under x86-64
Wed, 06 Jun 2007 11:58:52 +0000 kraymer Partial sync with en/mplayer.1 r23455 (patch by JRaSH)
Wed, 06 Jun 2007 08:14:14 +0000 voroshil r23440: New "automute" tv:// option.
Wed, 06 Jun 2007 05:16:08 +0000 zuxy Change some static temporary vars to automatic ones because mingw32 binutils
Wed, 06 Jun 2007 05:13:13 +0000 zuxy Align output pointer so that we can use movaps instead of movups in dct64_sse;
Tue, 05 Jun 2007 23:30:37 +0000 ptt little correction to make nroff not to complain about line lennghts....
Tue, 05 Jun 2007 18:35:34 +0000 ben protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
Tue, 05 Jun 2007 17:15:28 +0000 ptt sync'd up to r23467
Tue, 05 Jun 2007 16:13:00 +0000 diego Create a new MSGT for just the status line.
Tue, 05 Jun 2007 15:09:51 +0000 reimar Do not use fast_memcpy when data is read again immediately afterwards.
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant