summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* matroskadec: return more correct error code on read error.Anton Khirnov2012-07-22
* matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov2012-07-09
* mkv: mark corrupted packets and return themLuca Barbato2012-04-29
* mkv: forward EMBL block data errorLuca Barbato2012-04-29
* matroska: Clear prev_pkt between seeks.Dale Curtis2012-04-23
* matroska: Add incremental parsing of clusters.Dale Curtis2012-04-22
* matroska: do not set invalid default duration if frame rate is zeroMans Rullgard2012-04-18
* mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato2012-04-17
* mkv: report average framerate as minimal as wellLuca Barbato2012-04-17
* matroska: Fix leaking memory allocated for laces.Dale Curtis2012-04-12
* matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje2012-03-02
* matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje2012-02-25
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-13
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* matroskadec: Pad AAC extradata.Alex Converse2012-01-25
* matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans2012-01-05
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* misc Doxygen markup improvementsDiego Biurrun2011-12-05
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-30
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-05
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* 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