log avidec.c @ 4541:a65e3b37f87e libavformat

age author description
Thu, 19 Feb 2009 12:19:33 +0000 pross AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformat
Mon, 16 Feb 2009 18:52:14 +0000 mru avidec: fix error introduced in r17382 libavformat
Mon, 16 Feb 2009 16:33:00 +0000 benoit Add a context to av_log() calls and modify a function prototype to allow it. libavformat
Mon, 02 Feb 2009 21:45:55 +0000 aurel modify the way to pass parameters to av_metadata_set() libavformat
Sat, 17 Jan 2009 12:21:01 +0000 aurel remove ff_get_fourcc() and use AV_RL32() instead libavformat
Fri, 16 Jan 2009 14:03:46 +0000 benoit Make unsigned int a variable that does not need to be explicitely 32 bits. libavformat
Wed, 14 Jan 2009 17:19:17 +0000 aurel replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformat
Mon, 12 Jan 2009 00:07:40 +0000 mru AVI: add bswap.h include needed on big endian libavformat
Sun, 04 Jan 2009 23:31:31 +0000 aurel rename AVMetaData to AVMetadata and meta_data to metadata libavformat
Sun, 04 Jan 2009 18:48:37 +0000 michael Generic metadata API. libavformat
Tue, 16 Dec 2008 16:14:07 +0000 michael Fix bug where the avi demxuer lost the first frame of malformed libavformat
Sun, 14 Dec 2008 20:38:05 +0000 michael 10l (forgot sample_size) libavformat
Sun, 14 Dec 2008 15:48:48 +0000 michael Fix non interleaved variable fps ODML avis. libavformat
Sat, 04 Oct 2008 22:26:43 +0000 michael Favor even chunk sizes in ambiguous cases. libavformat
Sat, 04 Oct 2008 21:57:01 +0000 michael Factorize stream id parsing. libavformat