log

age author description
Thu, 11 Feb 2010 10:56:09 +0000 diego Move one more FFmpeg-related definition to the FFmpeg section of config.h.
Thu, 11 Feb 2010 10:52:36 +0000 diego Move some FFmpeg-related definitions to the FFmpeg section of config.h.
Thu, 11 Feb 2010 08:52:15 +0000 diego Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
Thu, 11 Feb 2010 02:25:38 +0000 compn add comment about geov codec crashing on win32 in codecs.conf
Thu, 11 Feb 2010 01:28:21 +0000 cehoyos GeoCodec.dll also supports fourcc GEOX.
Thu, 11 Feb 2010 01:12:37 +0000 cehoyos Support GEOV video codec: Hangs on exit
Tue, 09 Feb 2010 19:43:02 +0000 reimar Add stubs for several functions, needed for CineForm codec.
Tue, 09 Feb 2010 17:36:24 +0000 greg libass: fix PAR correction
Tue, 09 Feb 2010 08:46:07 +0000 kostya There is Indeo 5 decoder in FFmpeg now, so register it
Mon, 08 Feb 2010 23:23:04 +0000 diego Fix linking of mp3lib test programs when internal mp3lib is disabled.
Mon, 08 Feb 2010 22:21:16 +0000 diego Fix linking of liba52 test program when internal liba52 is disabled.
Mon, 08 Feb 2010 10:14:42 +0000 diego Remove disabled AVIFILE-specific preprocessor code.
Mon, 08 Feb 2010 10:05:49 +0000 diego Merge some preprocessor conditionals where appropriate.
Sat, 06 Feb 2010 19:57:45 +0000 reimar Fix subtitle display for DVDs using fade-in/fade-out.
Sat, 06 Feb 2010 19:18:09 +0000 reimar Make mkalpha function simpler, faster and more correct.
Sat, 06 Feb 2010 17:43:04 +0000 Gabrov synced with r30515
Sat, 06 Feb 2010 00:55:42 +0000 jrash sync with en/mplayer.1 r30436
Fri, 05 Feb 2010 23:53:25 +0000 stefano Simplify how usesVFilter and usesHFilter are set.
Fri, 05 Feb 2010 22:56:59 +0000 stefano Apply misc fixes to sws_getCoefficients() doxy.
Fri, 05 Feb 2010 22:54:45 +0000 stefano Satisfy consistency need:
Fri, 05 Feb 2010 17:35:48 +0000 reimar Prefer libavformat over our own mov demuxer also for video/quicktime
Fri, 05 Feb 2010 17:20:21 +0000 reimar Release pin enumerator after we are done using it.
Fri, 05 Feb 2010 17:13:47 +0000 reimar Add support for loading ASS subtitles through the stream layer and thus e.g.
Fri, 05 Feb 2010 16:42:13 +0000 reimar Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_state.
Fri, 05 Feb 2010 16:09:03 +0000 conrad Add function to translate SWS_CS_* to coefficient array
Fri, 05 Feb 2010 11:00:59 +0000 komh Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.
Fri, 05 Feb 2010 10:54:28 +0000 komh Remove '.section' causing the following assembler error on OS/2.
Fri, 05 Feb 2010 07:12:05 +0000 reimar Print messages only after we are sure preinit will not fail anymore.
Thu, 04 Feb 2010 22:46:45 +0000 reimar Add support for VOFLAG_HIDDEN to the w32 backend.
Thu, 04 Feb 2010 22:46:01 +0000 reimar Set the PixelFormat right after creating the window and set it only once.