log libmpdemux/demux_mf.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 18:14:44 +0000 reimar demuxers: remove pointless sh->ds assignments.
Wed, 19 Feb 2014 23:01:15 +0000 reimar demuxers: ensure that stream ids are correctly initialized.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 10 Nov 2012 12:07:28 +0000 reimar Fix memleak when reading a file fails.
Sat, 10 Nov 2012 12:03:26 +0000 reimar Simplify, remove pointless casts.
Sat, 21 Jul 2012 11:01:25 +0000 reimar For mf:// all frames are keyframes, mark them as such.
Tue, 31 Jan 2012 12:11:46 +0000 compn add jps / pns image formats, sync'd from ffmpeg
Sun, 22 Jan 2012 00:29:56 +0000 compn demux_mf: add j2c and jpc as jpeg2k, add tiff extension as tif image.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sun, 12 Sep 2010 11:44:42 +0000 reimar Replace malloc+memset by calloc
Sun, 03 Jan 2010 00:58:56 +0000 reimar Add support for JPEG2000 via FFmpeg/OpenJPEG
Mon, 17 Aug 2009 06:14:12 +0000 reimar Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not
Tue, 11 Aug 2009 17:56:19 +0000 cehoyos Allow dpx image files as input.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Sat, 21 Mar 2009 19:46:13 +0000 compn map jls (jpeg-ls), thm and db (thumbnails) files to jpg
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
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
Sun, 20 Apr 2003 14:31:20 +0000 albeu Fix this 10L for wich i got so good bugreports :(((
Wed, 05 Mar 2003 10:38:56 +0000 michael add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
Tue, 28 Jan 2003 22:00:57 +0000 arpi type autodetection (from filemask/filelist extension)
Sun, 15 Sep 2002 19:47:49 +0000 arpi stream layer cleanup - part 1
Tue, 10 Sep 2002 20:59:52 +0000 arpi TGA images (-mf on:type=tga) support
Wed, 24 Apr 2002 15:36:07 +0000 albeu Added demuxer uninit
Sun, 10 Mar 2002 22:49:18 +0000 pontscho Add IJPG decoder.
Mon, 11 Feb 2002 09:15:59 +0000 pontscho add initial mPNG support
Sun, 10 Feb 2002 18:09:52 +0000 alex identify jpg with case-insensitive 'jpg' or 'jpeg' string
Thu, 07 Feb 2002 12:07:47 +0000 pontscho finalize mfi support.
Wed, 06 Feb 2002 22:03:19 +0000 arpi emulating BITMAPINFOHDR (for win32 codecs)
Wed, 06 Feb 2002 20:15:36 +0000 pontscho add mfi demuxer