log

age author description
Fri, 08 Jan 2010 11:25:18 +0000 jrash sync with en/mplayer.1 r30197
Thu, 07 Jan 2010 19:07:47 +0000 stefano Implement sws_isSupportedInput() and sws_isSupportedOutput().
Thu, 07 Jan 2010 11:12:58 +0000 zuxy Happy new year!
Thu, 07 Jan 2010 07:13:18 +0000 zuxy Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
Thu, 07 Jan 2010 04:59:50 +0000 zuxy Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
Wed, 06 Jan 2010 16:12:58 +0000 reimar Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
Wed, 06 Jan 2010 16:11:29 +0000 reimar Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
Wed, 06 Jan 2010 03:44:24 +0000 compn add MVLZ and MVDV binary decoders to codecs.conf
Tue, 05 Jan 2010 20:12:06 +0000 compn map zjpeg to ffmjpeg in codecs.conf
Tue, 05 Jan 2010 20:04:44 +0000 compn add blox binary codec to codecs.conf
Tue, 05 Jan 2010 19:12:25 +0000 compn add three ADV1 binary codecs to codecs.conf
Tue, 05 Jan 2010 10:54:41 +0000 diego Move MatrixView video output check below OpenGL check, it depends on OpenGL.
Tue, 05 Jan 2010 10:52:12 +0000 diego vo_png now depends on libavcodec, not libpng.
Tue, 05 Jan 2010 05:43:33 +0000 reimar Change license terms for matrixview to GPLv2 "or later", all known
Mon, 04 Jan 2010 22:32:28 +0000 diego Remove pointless variable declaration from DirectFB check.
Mon, 04 Jan 2010 22:30:41 +0000 diego Add missing stdlib.h #include to fribidi check.
Mon, 04 Jan 2010 22:29:55 +0000 diego Remove pointless printf call in libmp3lame test.
Mon, 04 Jan 2010 22:28:44 +0000 diego Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
Mon, 04 Jan 2010 21:57:13 +0000 diego Pass a proper va_list type to vsscanf() test in configure.
Mon, 04 Jan 2010 21:38:45 +0000 reimar At startup and while seeking avoid to introduce pointless sleeps and possibly
Mon, 04 Jan 2010 21:27:08 +0000 reimar Also reset time_frame and next_frame_time on reset, it makes no sense to
Mon, 04 Jan 2010 21:22:33 +0000 diego Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
Mon, 04 Jan 2010 21:10:15 +0000 diego cosmetics: Break multiple statements on one line apart.
Mon, 04 Jan 2010 20:53:57 +0000 diego Remove previous failed attempt at disabling that auto-generation of some C code.
Mon, 04 Jan 2010 20:36:27 +0000 diego Add required header #includes to satisfy 'make checkheaders'.
Mon, 04 Jan 2010 20:32:23 +0000 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
Mon, 04 Jan 2010 19:56:28 +0000 diego Add loader/wine/ to DIRS; its headers should be part of checkheaders.
Mon, 04 Jan 2010 19:49:42 +0000 diego Add missing config.h #include.
Mon, 04 Jan 2010 19:36:18 +0000 diego Refactor real --> float #define to a typedef in a common header.
Mon, 04 Jan 2010 19:04:33 +0000 diego Add missing header #includes to fix 'make checkheaders'.