summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* Mark read-only tables as staticDiego Biurrun2016-05-05
* matroska: Support interlaced content correctlyLuca Barbato2016-03-31
* matroska: Support V_QUICKTIME as written in the specificationLuca Barbato2016-03-15
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* mkv: Force the full parsing of mp3Luca Barbato2016-02-19
* matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell2015-12-07
* matroska: Warn when metadata references a non-existent elementLuca Barbato2015-11-28
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-29
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* riff: Use the correct logging contextLuca Barbato2015-07-11
* mkv: Print unsupported mov tags when foundVittorio Giovara2015-05-12
* matroskadec: fix crash when parsing invalid mkvThomas Guillem2015-04-18
* matroskadec: export cover art correctlywm42015-04-08
* matroskadec: Check memory allocationsVittorio Giovara2015-03-12
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-15
* matroskadec: check return valuesVittorio Giovara2014-10-24
* matroskadec: fix leak on errorVittorio Giovara2014-10-24
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-28
* matroska: list supported extensionsVittorio Giovara2014-08-28
* cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* 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