log matroskadec.c @ 6454:9ba950e0e021 libavformat

age author description
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
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
Sun, 18 Jan 2009 17:26:24 +0000 aurel matroskadec: merge ByteIOContext declarations at upper level libavformat
Sun, 18 Jan 2009 17:13:12 +0000 aurel matroskadec: parse the WAVEFORMATEX header and discard it from extradata libavformat
Thu, 15 Jan 2009 00:42:57 +0000 aurel matroskadec: ensure we only consider chapters which are properly ordered libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Fri, 19 Dec 2008 01:00:44 +0000 astrange Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformat
Sat, 15 Nov 2008 15:34:51 +0000 aurel matroskadec: fix index timestamps for some broken files libavformat
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 02 Oct 2008 21:15:48 +0000 aurel matroskadec: cosmetics: indentation libavformat
Thu, 02 Oct 2008 21:14:56 +0000 aurel matroskadec: don't merge packets which have no timestamp libavformat
Sun, 28 Sep 2008 23:06:25 +0000 aurel matroskadec: merge ASS events which share the same pts in the same AVPavket libavformat
Sun, 28 Sep 2008 23:01:07 +0000 aurel matroskadec: ass events lines must end with a DOS style EOL libavformat
Sun, 28 Sep 2008 22:58:53 +0000 aurel matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformat
Sun, 28 Sep 2008 22:55:28 +0000 aurel matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformat
Fri, 12 Sep 2008 00:06:06 +0000 aurel matroskadec: simplify, first_timecode is already in the index libavformat
Thu, 11 Sep 2008 22:42:17 +0000 aurel matroskadec: prevent seeking before the first keyframe of the reference stream libavformat
Tue, 09 Sep 2008 12:10:25 +0000 aurel matroskadec: demux relevant subtitle packets after a seek libavformat
Tue, 09 Sep 2008 12:07:10 +0000 aurel matroskadec: ensure that overlapping subtitles are not added to the index libavformat
Tue, 09 Sep 2008 12:01:51 +0000 aurel matroskadec: after seeking, skip up to the desired timestamp instead of libavformat
Tue, 09 Sep 2008 11:54:35 +0000 aurel matroskadec: move timecode calculation a little earlier libavformat
Tue, 09 Sep 2008 11:23:48 +0000 aurel matroskadec: sanitize track time_scale before using it libavformat
Sat, 06 Sep 2008 23:44:29 +0000 aurel matroskadec: remove now useless vstream and is_video_key_frame libavformat
Sat, 06 Sep 2008 23:43:24 +0000 aurel matroskadec: remove useless braces libavformat
Sat, 06 Sep 2008 23:39:59 +0000 aurel matroskadec: ensure that the timecode added to the index are is the one libavformat
Thu, 04 Sep 2008 23:26:12 +0000 aurel matroskadec: fix ASS subtitle track packets before emitting them libavformat
Thu, 04 Sep 2008 23:08:19 +0000 aurel matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat
Wed, 27 Aug 2008 19:58:55 +0000 aurel matroskadec: cosmetics: indentation libavformat
Wed, 27 Aug 2008 19:57:42 +0000 aurel matroskadec: seek to the last position known in the index before resorting to libavformat
Tue, 26 Aug 2008 20:32:27 +0000 aurel matroskadec: index timestamps are supposed to be in the timebase of the stream libavformat
Mon, 25 Aug 2008 00:17:31 +0000 aurel matroskadec: unset matroska->done when seeking libavformat
Mon, 25 Aug 2008 00:15:49 +0000 aurel matroskadec: full seeking support in index-less files libavformat
Mon, 25 Aug 2008 00:09:08 +0000 aurel matroskadec: on the fly index construction for index-less files libavformat
Sun, 24 Aug 2008 23:57:29 +0000 aurel matroskadec: don't try to seek to negative timestamp libavformat
Sun, 24 Aug 2008 23:54:14 +0000 aurel matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformat
Sun, 24 Aug 2008 17:19:46 +0000 reimar Mark "matroska" probe data string constant. libavformat
Sun, 24 Aug 2008 13:12:41 +0000 aurel matroskadec: make aac_profiles array const libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Wed, 20 Aug 2008 23:08:07 +0000 aurel matroskadec: fail cleanly when the required compression lib is not compiled in libavformat
Wed, 20 Aug 2008 22:30:15 +0000 aurel matroskadec: stop parsing when skipping en element crossing over the end of file libavformat
Wed, 20 Aug 2008 00:49:45 +0000 aurel matroska: add support for most variants of PCM libavformat
Wed, 20 Aug 2008 00:44:25 +0000 aurel matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformat
Wed, 13 Aug 2008 21:15:15 +0000 aurel matroskadec: list some more ebml IDs found in the wild and that we ignore libavformat
Wed, 13 Aug 2008 09:36:45 +0000 aurel matroskadec: parse available blocks even when cluster parsing failed libavformat
Fri, 08 Aug 2008 23:50:38 +0000 aurel matroskadec: add basic tags support (metadata) libavformat
Wed, 06 Aug 2008 00:21:10 +0000 aurel matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformat
Wed, 06 Aug 2008 00:17:47 +0000 aurel matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformat
Tue, 05 Aug 2008 08:28:57 +0000 diego misc spelling/grammar fixes libavformat
Tue, 05 Aug 2008 00:43:01 +0000 aurel matroskadec: remove useless num_streams libavformat
Tue, 05 Aug 2008 00:42:58 +0000 aurel matroskadec: expand useless ebml_read_element_id() wrapper libavformat
Tue, 05 Aug 2008 00:42:55 +0000 aurel matroskadec: simplify matroska_ebmlnum_sint() libavformat
Tue, 05 Aug 2008 00:42:52 +0000 aurel matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformat
Tue, 05 Aug 2008 00:42:49 +0000 aurel matroska: expand useless define for MS compat codec id strings libavformat
Tue, 05 Aug 2008 00:42:43 +0000 aurel matroskadec: update copyright year and related comments libavformat
Tue, 05 Aug 2008 00:42:39 +0000 aurel matroskadec: reorder some functions in a more logical order libavformat
Tue, 05 Aug 2008 00:42:36 +0000 aurel matroskadec: remove now useless wrapper ebml_read_element_length() libavformat
Tue, 05 Aug 2008 00:42:33 +0000 aurel matroskadec: remove now useless wrapper ebml_read_seek() libavformat
Tue, 05 Aug 2008 00:42:29 +0000 aurel matroskadec: remove now useless peek_id libavformat
Tue, 05 Aug 2008 00:42:26 +0000 aurel matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformat
Tue, 05 Aug 2008 00:42:23 +0000 aurel matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformat
Tue, 05 Aug 2008 00:42:20 +0000 aurel matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformat
Tue, 05 Aug 2008 00:42:17 +0000 aurel matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformat