log libmpdemux/demux_mf.c @ 25033:3dceb6c96307

age author description
Sat, 17 Nov 2007 17:27:30 +0000 reimar Replace if-else constructs for type -> fourcc mapping by a table in demux_mf
Wed, 14 Nov 2007 13:49:18 +0000 compn add tif support to demux_mf
Fri, 06 Apr 2007 16:58:00 +0000 reimar BMP support for mf://
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 01 Feb 2007 20:31:40 +0000 reimar mf demuxer only works with mf:// urls, so check for that.
Mon, 11 Sep 2006 19:01:20 +0000 reimar Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just
Fri, 28 Jul 2006 18:19:44 +0000 reimar Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,
Wed, 26 Jul 2006 09:30:43 +0000 gpoirier fix 3 bugs in libmpdemux/demux_mf.c
Fri, 17 Feb 2006 01:57:41 +0000 corey Second-try commit of this patch.
Tue, 14 Feb 2006 09:34:30 +0000 iive allow autodetection of pictures type when using mf://@file.list syntax
Thu, 09 Feb 2006 19:39:51 +0000 corey Reverse commit of unfinished patch for passing audio_delay to the demuxers.
Tue, 07 Feb 2006 20:22:44 +0000 corey 1. Include audio_delay as an argument to demux_seek.
Fri, 05 Aug 2005 19:57:47 +0000 rtognimp Demuxer modularization
Sat, 26 Apr 2003 12:27:56 +0000 faust3 fopen requires binary flag on windows, too