summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-20
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-15
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-27
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-27
* matroskadec: fix typo.Dustin Brody2011-09-15
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-15
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-10
* matroskadec: reindentAnton Khirnov2011-07-10
* matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-10
* matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins2011-07-01
* matroskadec: forward parsing errors to caller.Ami Fischman2011-06-29
* matroskadec: set timestamps for RealAudio packets.Reimar Döffinger2011-06-09
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-12
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* matroskadec: set default duration for simple blockJohn Stebbins2011-03-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-20
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* matroskadec: add generic element length validation.Reimar Döffinger2011-02-06
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* matroskadec: skip invalid tags with no TagNameAnton Khirnov2010-11-03
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-06
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-05
* Optimize/simplify ebml_read_num.Reimar Döffinger2010-09-02
* matroskadec: minor simplificationAurelien Jacobs2010-08-17
* matroskadec: fix integer overflowAurelien Jacobs2010-08-17
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-01
* matroskadec: merge only SSA packets togetherDavid Conrad2010-07-02
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-02
* matroskadec : propagate AVERROR to the callerAurelien Jacobs2010-06-15
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-11
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-11
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-11