summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_mf.c
Commit message (Expand)AuthorAgeFilesLines
* sun rasterfile decodercompn2008-02-251-0/+7
* add ffpcx decoder, works on my samples.compn2008-02-131-0/+1
* Use defines to give names to the different seek flags.reimar2008-01-291-2/+2
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tablereimar2007-11-181-1/+1
* Remove a pointless #ifdefreimar2007-11-171-4/+0
* Replace if-else constructs for type -> fourcc mapping by a table in demux_mfreimar2007-11-171-13/+24
* add tif support to demux_mfcompn2007-11-141-0/+2
* BMP support for mf://reimar2007-04-061-0/+2
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* mf demuxer only works with mf:// urls, so check for that.reimar2007-02-011-0/+1
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justreimar2006-09-111-0/+2
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,reimar2006-07-281-1/+18
* fix 3 bugs in libmpdemux/demux_mf.cgpoirier2006-07-261-3/+3
* Second-try commit of this patch.corey2006-02-171-1/+1
* allow autodetection of pictures type when using mf://@file.list syntaxiive2006-02-141-3/+5
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.corey2006-02-091-1/+1
* 1. Include audio_delay as an argument to demux_seek.corey2006-02-071-1/+1
* Demuxer modularizationrtognimp2005-08-051-4/+21
* fopen requires binary flag on windows, toofaust32003-04-261-0/+4
* Fix this 10L for wich i got so good bugreports :(((albeu2003-04-201-1/+1
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-051-1/+3
* type autodetection (from filemask/filelist extension)arpi2003-01-281-1/+12
* stream layer cleanup - part 1arpi2002-09-151-33/+21
* TGA images (-mf on:type=tga) supportarpi2002-09-101-2/+4
* Added demuxer uninitalbeu2002-04-241-0/+8
* Add IJPG decoder.pontscho2002-03-101-1/+1
* add initial mPNG supportpontscho2002-02-111-4/+6
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringalex2002-02-101-1/+2
* finalize mfi support.pontscho2002-02-071-5/+12
* emulating BITMAPINFOHDR (for win32 codecs)arpi2002-02-061-1/+12
* add mfi demuxerpontscho2002-02-061-0/+103