log matroskadec.c @ 6463:4f3cb203b378 libavformat

age author description
Mon, 06 Sep 2010 17:51:44 +0000 reimar Add a special function to mkv demxuer to parse length values that includes libavformat
Sun, 05 Sep 2010 21:37:40 +0000 aurel matroskadec: allow uint and float elements with length = 0 libavformat
Thu, 02 Sep 2010 19:17:46 +0000 reimar Optimize/simplify ebml_read_num. libavformat
Tue, 17 Aug 2010 14:25:14 +0000 aurel matroskadec: minor simplification libavformat
Tue, 17 Aug 2010 14:05:23 +0000 aurel matroskadec: fix integer overflow libavformat
Sun, 01 Aug 2010 00:30:37 +0000 alexc Add WebM to the Matroska demuxer name. libavformat
Fri, 02 Jul 2010 16:41:38 +0000 aurel matroskadec: merge only SSA packets together libavformat
Fri, 02 Jul 2010 16:38:44 +0000 aurel add AV_DISPOSITION_FORCED flag and use it in matroska demuxer libavformat
Tue, 15 Jun 2010 19:53:15 +0000 aurel matroskadec : propagate AVERROR to the caller libavformat
Fri, 11 Jun 2010 17:16:43 +0000 aurel matroskadec: fix type of the length field in ebml_read_master() libavformat
Fri, 11 Jun 2010 16:45:38 +0000 aurel matroskadec: cosmetic: indentation libavformat
Fri, 11 Jun 2010 16:43:47 +0000 aurel matroskadec: add support for live broadcast containing unknown size clusters libavformat
Fri, 11 Jun 2010 16:36:51 +0000 aurel matroskadec: simplify parsing of the first cluster libavformat
Fri, 11 Jun 2010 16:34:01 +0000 aurel matroskadec: store the ID of the currently parsed ebml element libavformat
Fri, 11 Jun 2010 16:27:30 +0000 aurel matroskadec: cosmetic: split a line to make it more readable libavformat
Tue, 08 Jun 2010 19:31:08 +0000 reimar Do not attempt to seek to index for streamed files and if the user explicitly libavformat
Tue, 08 Jun 2010 19:28:22 +0000 reimar Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of libavformat
Tue, 25 May 2010 22:55:12 +0000 aurel matroskadec: avoid potential crash after r23169 libavformat
Sun, 23 May 2010 22:20:04 +0000 conrad matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere libavformat
Sat, 22 May 2010 01:41:35 +0000 conrad matroskadec: Allow unknown EBML doctype libavformat
Sat, 22 May 2010 01:41:32 +0000 conrad matroskadec: Support webm doctype libavformat
Tue, 18 May 2010 21:21:37 +0000 conrad matroskadec: Free ebml binary buffer on error libavformat
Tue, 18 May 2010 21:21:32 +0000 conrad matroskadec: Fix buffer overread in matroska_ebmlnum_uint libavformat
Tue, 18 May 2010 21:21:28 +0000 conrad matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file libavformat
Tue, 18 May 2010 21:21:23 +0000 conrad matroskadec: Use av_freep in ebml_read_ascii libavformat
Mon, 17 May 2010 18:12:58 +0000 bcoudurier set avg frame rate in mkv demuxer libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Tue, 20 Apr 2010 21:23:49 +0000 bcoudurier seems aac gets screwed up by the parser so disable it libavformat
Tue, 20 Apr 2010 21:19:27 +0000 bcoudurier parse stream headers for audio streams in mkv, needed for frame size libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat