summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* matroska: Register mime typesLuca Barbato2014-07-291-0/+1
* matroskadec: Fix a double negation typoMichael Niedermayer2014-07-021-1/+1
* Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun2014-06-221-3/+1
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-281-0/+38
* matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov2014-05-281-1/+24
* matroskadec: split parsing tracks into a separate functionAnton Khirnov2014-05-281-58/+69
* matroskadec: read the CodecDelay elementAnton Khirnov2014-04-301-1/+9
* lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+2
* matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun2014-03-071-22/+22
* matroskadec: K&R formatting cosmeticsKeiji Costantini2014-03-071-469/+551
* matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs2013-11-211-1/+1
* matroskadec: pad EBML_BIN data.Anton Khirnov2013-11-211-1/+3
* 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
OpenPOWER on IntegriCloud