log

age author description
Fri, 07 Mar 2008 10:39:43 +0000 diego Add parentheses where necessary to fix || conditions to work as intended.
Fri, 07 Mar 2008 10:36:31 +0000 diego Remove duplicate conditions in dvdread check.
Fri, 07 Mar 2008 10:05:08 +0000 diego Set ASFLAGS in configure and initialize it as necessary for OS/2.
Fri, 07 Mar 2008 00:22:09 +0000 diego sync with FFmpeg r12354
Thu, 06 Mar 2008 20:44:47 +0000 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
Thu, 06 Mar 2008 14:28:59 +0000 gpoirier sync w/r26067, patch by JRaSH jrash06 A 163 P com
Thu, 06 Mar 2008 14:27:47 +0000 gpoirier sync w/r26057, patch by JRaSH jrash06 A 163 P com
Thu, 06 Mar 2008 11:32:25 +0000 bcoudurier change sws_format_name to return const char*, supress many warnings
Thu, 06 Mar 2008 09:51:25 +0000 bcoudurier remove redundant SwScaler text since av_log uses AVClass context
Thu, 06 Mar 2008 08:52:22 +0000 diego Add some more paths to find tools on Slackware 12.
Thu, 06 Mar 2008 08:43:20 +0000 diego Fix printf format string mismatch, eliminates the warning:
Thu, 06 Mar 2008 08:34:50 +0000 diego Add necessary header #includes to fix 'make checkheaders'.
Thu, 06 Mar 2008 01:57:26 +0000 uau ve_vfw.c: #include aviheader.h instead of wine avifmt.h
Thu, 06 Mar 2008 00:42:24 +0000 diego Disable S3 VIDIX driver on non-x86 platforms.
Thu, 06 Mar 2008 00:34:40 +0000 diego 10l: ENABLE_GRAY needs to be present for libavcodec to compile.
Wed, 05 Mar 2008 23:32:01 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Wed, 05 Mar 2008 23:04:27 +0000 diego Do not enable grayscale decoding in FFmpeg, it slows down the
Wed, 05 Mar 2008 23:03:04 +0000 diego Add ENABLE_DECODERS/ENABLE_DEMUXERS alongside CONFIG_DECODERS/CONFIG_DEMUXERS
Wed, 05 Mar 2008 17:54:36 +0000 reimar Yet another hdv fourcc
Wed, 05 Mar 2008 08:24:59 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Wed, 05 Mar 2008 08:24:09 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Wed, 05 Mar 2008 07:59:37 +0000 diego Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.
Wed, 05 Mar 2008 07:53:14 +0000 diego Add missing header #includes to fix 'make checkheaders'.
Wed, 05 Mar 2008 07:52:36 +0000 diego consistency cosmetics: Use #ifdef everywhere instead of #if defined().
Wed, 05 Mar 2008 04:03:44 +0000 michael One more (forgotten) fix for fixing sws_flags.
Wed, 05 Mar 2008 03:00:25 +0000 michael Turn ancient V offset numerical constants into named ones.
Wed, 05 Mar 2008 02:46:50 +0000 ulion Fix ffvorbis decoder's output channel order with channel reordering function.
Tue, 04 Mar 2008 23:35:24 +0000 diego Add necessary #includes to pass 'make checkheaders'.
Tue, 04 Mar 2008 21:45:36 +0000 diego Move duplicated extern declarations of mp_msg_levels and mp_msg_level_all
Tue, 04 Mar 2008 21:14:05 +0000 diego Remove pointless extern keyword from function declaration.