log avidec.c @ 4550:a36f9f2eefcb libavformat

age author description
Sat, 21 Feb 2009 15:32:56 +0000 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformat
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
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Wed, 30 Jul 2008 21:07:54 +0000 bcoudurier change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformat
Fri, 04 Jul 2008 13:05:06 +0000 diego spelling cosmetics libavformat
Fri, 20 Jun 2008 17:22:56 +0000 bcoudurier uniformize AVStream->priv_data freeing in av_close_input_stream libavformat
Fri, 20 Jun 2008 17:16:56 +0000 bcoudurier factorize read_header failure freeing code libavformat
Wed, 18 Jun 2008 09:03:38 +0000 benoit Parse 'dats' as data. libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 28 May 2008 00:10:34 +0000 michael Fixes NULL pointer dereference CID66 libavformat
Wed, 28 May 2008 00:07:41 +0000 michael Tell the user if a AVI is non interleaved. libavformat
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavformat
Mon, 26 May 2008 20:29:16 +0000 michael Support non interleaved avi with phantom streams. libavformat
Sun, 13 Apr 2008 11:45:18 +0000 michael Print warning if scale/rate is invalid. libavformat