summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-311-2/+3
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-241-1/+7
* matroskadec: Verify realaudio codec parametersMartin Storsjö2013-09-171-0/+4
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-101-5/+6
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-031-1/+2
* matroskadec: introduce resync function.Sean McGovern2013-06-101-4/+43
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-281-0/+98
* matroskadec: silently skip CodecState element.Anton Khirnov2013-05-271-0/+1
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato2013-04-031-2/+2
* matroska: fix a corner case in ebml-lace parsingLuca Barbato2013-04-031-1/+1
* matroska: Update the available size after lace parsingDale Curtis2013-04-031-3/+4
* matroskadec: request a read buffer for the wav headerLuca Barbato2013-03-121-1/+1
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-6/+8
* matroska: Fix use after freeDale Curtis2013-01-111-1/+1
* matroskadec: do not use avpacket internalsAnton Khirnov2012-11-021-7/+8
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-251-2/+7
* 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