summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-071-2/+34
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-281-6/+37
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-2/+6
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-5/+5
* riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-121-0/+6
* matroskadec: fix crash when parsing invalid mkvThomas Guillem2015-04-181-2/+6
* matroskadec: export cover art correctlywm42015-04-081-12/+35
* matroskadec: Check memory allocationsVittorio Giovara2015-03-121-0/+6
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-20/+20
* matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-151-1/+2
* matroskadec: check return valuesVittorio Giovara2014-10-241-1/+9
* matroskadec: fix leak on errorVittorio Giovara2014-10-241-0/+1
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-281-2/+10
* matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-3/+3
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-8/+8
* 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
OpenPOWER on IntegriCloud