summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
...
* matroska: Fix use after freeDale Curtis2013-01-11
* matroskadec: do not use avpacket internalsAnton Khirnov2012-11-02
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-15
* matroskadec: fix a sanity check.Anton Khirnov2012-09-21
* matroskadec: only return corrupt packets that actually contain dataAnton Khirnov2012-09-21
* matroskadec: properly support BlockDurationLuca Barbato2012-09-19
* matroskadec: split frame parsingLuca Barbato2012-09-19
* matroskadec: split laces parsingLuca Barbato2012-09-19
* matroska: implement support for ProResLuca Barbato2012-09-19
* matroska: implement support for ALACMoritz Bunkus2012-09-19
* matroskadec: validate lace_size when parsedLuca Barbato2012-09-19
* matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato2012-09-19
* matroskadec: fix incorrect unsigned->signed conversionDale Curtis2012-09-19
* matroskadec: refactor matroska_decode_bufferLuca Barbato2012-09-19
* matroskadec: check realloc in lzo encodingLuca Barbato2012-09-19
* matroska: honor error_recognition on unknown doctypesLuca Barbato2012-09-19
* 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