log rmdec.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Sun, 06 Jun 2010 18:48:49 +0000 reimar Do not read the RM index when input is streamed (since it requires seeking libavformat
Fri, 28 May 2010 18:18:33 +0000 rbultje Move rm_codec_tags to rm.c so muxer/demuxer can share it. libavformat
Tue, 25 May 2010 15:39:32 +0000 rbultje We're using generic tag-to-ID functions, so specific codec_id assignments libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavformat
Fri, 02 Apr 2010 14:58:55 +0000 rbultje Another uninitialized value. libavformat
Fri, 02 Apr 2010 14:58:03 +0000 rbultje Fix uninitialized value in codepath. libavformat
Fri, 02 Apr 2010 14:56:59 +0000 rbultje Remove dead initialization. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 12 Mar 2010 23:35:59 +0000 aurel export rm_reorder_sipr_data() for future use by matroska demuxer libavformat
Fri, 12 Mar 2010 23:34:30 +0000 aurel export sipr_subpk_size for future use by matroska demuxer libavformat
Sat, 23 Jan 2010 09:42:52 +0000 kostya Print a warning when DATA chunk is encountered in the middle of chunk. libavformat
Fri, 08 Jan 2010 17:15:46 +0000 rbultje Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformat
Sun, 13 Dec 2009 17:54:09 +0000 michael Get rid of useless casts. libavformat