log libmpdemux/demux_mf.c @ 28189:dd53119e77c8

age author description
Mon, 12 May 2008 02:09:47 +0000 compn add ffptx , works on ptx samples
Mon, 25 Feb 2008 18:30:02 +0000 compn sun rasterfile decoder
Wed, 13 Feb 2008 21:36:27 +0000 compn add ffpcx decoder, works on my samples.
Tue, 29 Jan 2008 15:11:38 +0000 reimar Use defines to give names to the different seek flags.
Sun, 13 Jan 2008 16:00:39 +0000 reimar Make all demuxer_desc_t const, thus moving them to .rodata
Sun, 18 Nov 2007 10:02:28 +0000 reimar 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
Sat, 17 Nov 2007 17:28:33 +0000 reimar Remove a pointless #ifdef
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