log matroskadec.c @ 5946:28ca2d77f997 libavformat

age author description
Sun, 11 Apr 2010 21:44:23 +0000 stefano Move the internal function declarations in avformat.h to internal.h. 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
Mon, 15 Mar 2010 00:19:22 +0000 aurel matroskadec: use more appropriate error code libavformat
Fri, 12 Mar 2010 23:49:06 +0000 aurel matroskadec: add support for SIPR audio tracks libavformat
Sun, 07 Mar 2010 02:26:30 +0000 conrad matroskadec: Fix a buffer overread libavformat
Wed, 03 Mar 2010 21:49:24 +0000 aurel matroskadec: cosmetic indentation libavformat
Wed, 03 Mar 2010 21:46:43 +0000 aurel matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformat
Mon, 01 Feb 2010 11:39:10 +0000 pross Add a list of generic tags and change demuxers to follow it. libavformat
Mon, 11 Jan 2010 00:31:55 +0000 conrad mkvdec: Avoid divide-by-zero crash on invalid real audio tracks libavformat
Thu, 01 Oct 2009 21:15:36 +0000 aurel matroskadec: cosmetics: indentation libavformat
Thu, 01 Oct 2009 21:14:46 +0000 aurel matroskadec: don't overwrite extradata already read by ff_get_wav_header() libavformat
Thu, 01 Oct 2009 21:14:05 +0000 aurel matroskadec: fix handling of A_MS/ACM track with no extradata libavformat
Mon, 24 Aug 2009 13:43:33 +0000 aurel matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformat
Mon, 24 Aug 2009 13:40:30 +0000 aurel matroskadec: factorize some code libavformat
Mon, 10 Aug 2009 18:12:02 +0000 aurel matroskadec: disable h264 parser as long as it totally mess up frame type libavformat
Mon, 10 Aug 2009 18:06:14 +0000 aurel matroskadec: correctly parse flags for simpleblock frames libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Sat, 13 Jun 2009 22:29:38 +0000 aurel matroskadec: prepend TargetType to metadata key name libavformat
Sun, 10 May 2009 14:33:40 +0000 banan Remove unused code found by CSA libavformat
Sun, 01 Mar 2009 00:12:08 +0000 aurel Add some basic metadata conversion tables for matroska and asf. libavformat
Thu, 19 Feb 2009 21:01:45 +0000 aurel matroskadec: return AVERROR_EOF upon detection of end of file libavformat
Sun, 15 Feb 2009 16:05:37 +0000 aurel matroskadec: export language of metadata tags when available libavformat
Sun, 15 Feb 2009 15:53:55 +0000 aurel matroskadec: add generic metadata support libavformat
Sun, 15 Feb 2009 15:34:22 +0000 aurel matroskadec: read track and attachment uid libavformat
Sun, 15 Feb 2009 15:29:09 +0000 aurel matroskadec: export track name through the metadata API libavformat
Sun, 15 Feb 2009 15:25:14 +0000 aurel matroskadec: use new metadata API to export some simple information libavformat
Mon, 02 Feb 2009 21:32:11 +0000 aurel cosmetics: whitespace libavformat
Mon, 02 Feb 2009 20:16:00 +0000 reimar Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat