| Commit message (Expand) | Author | Age | Files | Lines |
* | demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image | mplayer-svn | 2012-08-03 | 1 | -0/+5 |
* | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -1/+1 |
* | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -6/+7 |
* | demux_mf: fix option value allocated with strdup | Uoti Urpala | 2011-09-02 | 1 | -1/+2 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -2/+0 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 1 | -2/+1 |
* | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | Add support for JPEG2000 via FFmpeg/OpenJPEG | reimar | 2010-01-03 | 1 | -0/+2 |
* | Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not | reimar | 2009-08-17 | 1 | -3/+3 |
* | Allow dpx image files as input. | cehoyos | 2009-08-11 | 1 | -0/+1 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -4/+4 |
* | Add standard license header to all files in libmpdemux. | diego | 2009-05-08 | 1 | -0/+17 |
* | map jls (jpeg-ls), thm and db (thumbnails) files to jpg | compn | 2009-03-21 | 1 | -0/+5 |
* | add ffptx , works on ptx samples | compn | 2008-05-12 | 1 | -0/+1 |
* | sun rasterfile decoder | compn | 2008-02-25 | 1 | -0/+7 |
* | add ffpcx decoder, works on my samples. | compn | 2008-02-13 | 1 | -0/+1 |
* | Use defines to give names to the different seek flags. | reimar | 2008-01-29 | 1 | -2/+2 |
* | Make all demuxer_desc_t const, thus moving them to .rodata | reimar | 2008-01-13 | 1 | -1/+1 |
* | 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table | reimar | 2007-11-18 | 1 | -1/+1 |
* | Remove a pointless #ifdef | reimar | 2007-11-17 | 1 | -4/+0 |
* | Replace if-else constructs for type -> fourcc mapping by a table in demux_mf | reimar | 2007-11-17 | 1 | -13/+24 |
* | add tif support to demux_mf | compn | 2007-11-14 | 1 | -0/+2 |
* | BMP support for mf:// | reimar | 2007-04-06 | 1 | -0/+2 |
* | Add explicit location for headers from the stream/ directory. | diego | 2007-03-15 | 1 | -1/+1 |
* | mf demuxer only works with mf:// urls, so check for that. | reimar | 2007-02-01 | 1 | -0/+1 |
* | Avoid division by zero DEMUXER_CTRL_GET_PERCENT_POS with only one frame by just | reimar | 2006-09-11 | 1 | -0/+2 |
* | Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS, | reimar | 2006-07-28 | 1 | -1/+18 |
* | fix 3 bugs in libmpdemux/demux_mf.c | gpoirier | 2006-07-26 | 1 | -3/+3 |
* | Second-try commit of this patch. | corey | 2006-02-17 | 1 | -1/+1 |
* | allow autodetection of pictures type when using mf://@file.list syntax | iive | 2006-02-14 | 1 | -3/+5 |
* | Reverse commit of unfinished patch for passing audio_delay to the demuxers. | corey | 2006-02-09 | 1 | -1/+1 |
* | 1. Include audio_delay as an argument to demux_seek. | corey | 2006-02-07 | 1 | -1/+1 |
* | Demuxer modularization | rtognimp | 2005-08-05 | 1 | -4/+21 |
* | fopen requires binary flag on windows, too | faust3 | 2003-04-26 | 1 | -0/+4 |
* | Fix this 10L for wich i got so good bugreports :((( | albeu | 2003-04-20 | 1 | -1/+1 |
* | add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe... | michael | 2003-03-05 | 1 | -1/+3 |
* | type autodetection (from filemask/filelist extension) | arpi | 2003-01-28 | 1 | -1/+12 |
* | stream layer cleanup - part 1 | arpi | 2002-09-15 | 1 | -33/+21 |
* | TGA images (-mf on:type=tga) support | arpi | 2002-09-10 | 1 | -2/+4 |
* | Added demuxer uninit | albeu | 2002-04-24 | 1 | -0/+8 |
* | Add IJPG decoder. | pontscho | 2002-03-10 | 1 | -1/+1 |
* | add initial mPNG support | pontscho | 2002-02-11 | 1 | -4/+6 |
* | identify jpg with case-insensitive 'jpg' or 'jpeg' string | alex | 2002-02-10 | 1 | -1/+2 |
* | finalize mfi support. | pontscho | 2002-02-07 | 1 | -5/+12 |
* | emulating BITMAPINFOHDR (for win32 codecs) | arpi | 2002-02-06 | 1 | -1/+12 |
* | add mfi demuxer | pontscho | 2002-02-06 | 1 | -0/+103 |