summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* matroska: Register mime typesLuca Barbato2014-07-29
* matroskadec: Fix a double negation typoMichael Niedermayer2014-07-02
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-22
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-28
* matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-28
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-30
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun2014-03-07
* matroskadec: K&R formatting cosmeticsKeiji Costantini2014-03-07
* matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs2013-11-21
* matroskadec: pad EBML_BIN data.Anton Khirnov2013-11-21
* matroskadec: Support HEVC demuxingYusuke Nakamura2013-10-31
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-24
* matroskadec: Verify realaudio codec parametersMartin Storsjö2013-09-17
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-03
* matroskadec: introduce resync function.Sean McGovern2013-06-10
* matroskadec: export full wavpack blocks.Anton Khirnov2013-05-28
* matroskadec: silently skip CodecState element.Anton Khirnov2013-05-27
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato2013-04-03
* matroska: fix a corner case in ebml-lace parsingLuca Barbato2013-04-03
* matroska: Update the available size after lace parsingDale Curtis2013-04-03
* matroskadec: request a read buffer for the wav headerLuca Barbato2013-03-12
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* 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