summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun2012-10-151-1/+1
* matroskadec: fix a sanity check.Anton Khirnov2012-09-211-1/+1
* matroskadec: only return corrupt packets that actually contain dataAnton Khirnov2012-09-211-1/+1
* matroskadec: properly support BlockDurationLuca Barbato2012-09-191-5/+17
* matroskadec: split frame parsingLuca Barbato2012-09-191-130/+158
* matroskadec: split laces parsingLuca Barbato2012-09-191-89/+108
* matroska: implement support for ProResLuca Barbato2012-09-191-2/+13
* matroska: implement support for ALACMoritz Bunkus2012-09-191-0/+13
* matroskadec: validate lace_size when parsedLuca Barbato2012-09-191-7/+16
* matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato2012-09-191-6/+19
* matroskadec: fix incorrect unsigned->signed conversionDale Curtis2012-09-191-1/+1
* matroskadec: refactor matroska_decode_bufferLuca Barbato2012-09-191-21/+28
* matroskadec: check realloc in lzo encodingLuca Barbato2012-09-191-1/+5
* matroska: honor error_recognition on unknown doctypesLuca Barbato2012-09-191-0/+4
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-38/+38
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-2/+4
* matroskadec: return more correct error code on read error.Anton Khirnov2012-07-221-1/+2
* matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov2012-07-091-1/+4
* mkv: mark corrupted packets and return themLuca Barbato2012-04-291-0/+5
* mkv: forward EMBL block data errorLuca Barbato2012-04-291-1/+1
* matroska: Clear prev_pkt between seeks.Dale Curtis2012-04-231-0/+1
* matroska: Add incremental parsing of clusters.Dale Curtis2012-04-221-6/+107
* matroska: do not set invalid default duration if frame rate is zeroMans Rullgard2012-04-181-1/+1
* mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato2012-04-171-3/+5
* mkv: report average framerate as minimal as wellLuca Barbato2012-04-171-0/+1
* matroska: Fix leaking memory allocated for laces.Dale Curtis2012-04-121-3/+7
* matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje2012-03-021-3/+19
* matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje2012-02-251-5/+8
* Mark mutable static data const where appropriate.Alex Converse2012-02-211-1/+1
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-131-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* matroskadec: Pad AAC extradata.Alex Converse2012-01-251-1/+1
* matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans2012-01-051-1/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-4/+4
* misc Doxygen markup improvementsDiego Biurrun2011-12-051-4/+4
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-301-4/+0
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-1/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-151-1/+1
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-271-8/+29
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-151-1/+1
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-191-0/+2
OpenPOWER on IntegriCloud