aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_mf.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Add support for JPEG2000 via FFmpeg/OpenJPEGGravatar reimar2010-01-03
* Set demuxer->filepos in mf demuxer, since the stream_tell fallback is notGravatar reimar2009-08-17
* Allow dpx image files as input.Gravatar cehoyos2009-08-11
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* map jls (jpeg-ls), thm and db (thumbnails) files to jpgGravatar compn2009-03-21
* add ffptx , works on ptx samplesGravatar compn2008-05-12
* sun rasterfile decoderGravatar compn2008-02-25
* add ffpcx decoder, works on my samples.Gravatar compn2008-02-13
* Use defines to give names to the different seek flags.Gravatar reimar2008-01-29
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tableGravatar reimar2007-11-18
* Remove a pointless #ifdefGravatar reimar2007-11-17
* Replace if-else constructs for type -> fourcc mapping by a table in demux_mfGravatar reimar2007-11-17
* add tif support to demux_mfGravatar compn2007-11-14
* BMP support for mf://Gravatar reimar2007-04-06
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* mf demuxer only works with mf:// urls, so check for that.Gravatar reimar2007-02-01
* Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by justGravatar reimar2006-09-11
* Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS,Gravatar reimar2006-07-28
* fix 3 bugs in libmpdemux/demux_mf.cGravatar gpoirier2006-07-26
* Second-try commit of this patch.Gravatar corey2006-02-17
* allow autodetection of pictures type when using mf://@file.list syntaxGravatar iive2006-02-14
* Reverse commit of unfinished patch for passing audio_delay to the demuxers.Gravatar corey2006-02-09
* 1. Include audio_delay as an argument to demux_seek.Gravatar corey2006-02-07
* Demuxer modularizationGravatar rtognimp2005-08-05
* fopen requires binary flag on windows, tooGravatar faust32003-04-26
* Fix this 10L for wich i got so good bugreports :(((Gravatar albeu2003-04-20
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...Gravatar michael2003-03-05
* type autodetection (from filemask/filelist extension)Gravatar arpi2003-01-28
* stream layer cleanup - part 1Gravatar arpi2002-09-15
* TGA images (-mf on:type=tga) supportGravatar arpi2002-09-10
* Added demuxer uninitGravatar albeu2002-04-24
* Add IJPG decoder.Gravatar pontscho2002-03-10
* add initial mPNG supportGravatar pontscho2002-02-11
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringGravatar alex2002-02-10
* finalize mfi support.Gravatar pontscho2002-02-07
* emulating BITMAPINFOHDR (for win32 codecs)Gravatar arpi2002-02-06
* add mfi demuxerGravatar pontscho2002-02-06