| Commit message (Expand) | Author | Age | Files | Lines |
* | matroska: Support interlaced content correctly | Luca Barbato | 2016-03-31 | 1 | -1/+27 |
* | matroska: Support V_QUICKTIME as written in the specification | Luca Barbato | 2016-03-15 | 1 | -3/+10 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -59/+59 |
* | mkv: Force the full parsing of mp3 | Luca Barbato | 2016-02-19 | 1 | -0/+2 |
* | matroskadec: Fix sample_aspect_ratio for stereo matroska content | Aaron Colwell | 2015-12-07 | 1 | -2/+34 |
* | matroska: Warn when metadata references a non-existent element | Luca Barbato | 2015-11-28 | 1 | -6/+37 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | lavc: Make AVPacket.duration int64, and deprecate convergence_duration | wm4 | 2015-09-29 | 1 | -2/+6 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | mkv: Print unsupported mov tags when found | Vittorio Giovara | 2015-05-12 | 1 | -0/+6 |
* | matroskadec: fix crash when parsing invalid mkv | Thomas Guillem | 2015-04-18 | 1 | -2/+6 |
* | matroskadec: export cover art correctly | wm4 | 2015-04-08 | 1 | -12/+35 |
* | matroskadec: Check memory allocations | Vittorio Giovara | 2015-03-12 | 1 | -0/+6 |
* | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -20/+20 |
* | matroskadec: Fix read-after-free in matroska_read_seek() | Xiaohan Wang | 2014-12-15 | 1 | -1/+2 |
* | matroskadec: check return values | Vittorio Giovara | 2014-10-24 | 1 | -1/+9 |
* | matroskadec: fix leak on error | Vittorio Giovara | 2014-10-24 | 1 | -0/+1 |
* | matroskadec: parse stereo mode on decoding | Vittorio Giovara | 2014-08-28 | 1 | -2/+10 |
* | matroska: list supported extensions | Vittorio Giovara | 2014-08-28 | 1 | -0/+1 |
* | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -3/+3 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -8/+8 |
* | matroska: Register mime types | Luca Barbato | 2014-07-29 | 1 | -0/+1 |
* | matroskadec: Fix a double negation typo | Michael Niedermayer | 2014-07-02 | 1 | -1/+1 |
* | Replace av_malloc() and memset(0) by av_mallocz() | Diego Biurrun | 2014-06-22 | 1 | -3/+1 |
* | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -0/+38 |
* | matroskadec: export just the STREAMINFO block as FLAC extradata | Anton Khirnov | 2014-05-28 | 1 | -1/+24 |
* | matroskadec: split parsing tracks into a separate function | Anton Khirnov | 2014-05-28 | 1 | -58/+69 |
* | matroskadec: read the CodecDelay element | Anton Khirnov | 2014-04-30 | 1 | -1/+9 |
* | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -1/+2 |
* | matroskadec: cosmetics: Fix "attachement" vs. "attachment" typo | Diego Biurrun | 2014-03-07 | 1 | -22/+22 |
* | matroskadec: K&R formatting cosmetics | Keiji Costantini | 2014-03-07 | 1 | -469/+551 |
* | matroskadec: use correct compression parameters for current track CodecPrivate | Aurelien Jacobs | 2013-11-21 | 1 | -1/+1 |
* | matroskadec: pad EBML_BIN data. | Anton Khirnov | 2013-11-21 | 1 | -1/+3 |
* | matroskadec: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 1 | -2/+3 |
* | matroskadec: check av_strdup() when setting defaults | Anton Khirnov | 2013-09-24 | 1 | -1/+7 |
* | matroskadec: Verify realaudio codec parameters | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -5/+6 |
* | matroskadec: Check that .lang was allocated and set before reading it | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | matroskadec: introduce resync function. | Sean McGovern | 2013-06-10 | 1 | -4/+43 |
* | matroskadec: export full wavpack blocks. | Anton Khirnov | 2013-05-28 | 1 | -0/+98 |
* | matroskadec: silently skip CodecState element. | Anton Khirnov | 2013-05-27 | 1 | -0/+1 |
* | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | matroska: pass the lace size to the matroska_parse_rm_audio | Luca Barbato | 2013-04-03 | 1 | -2/+2 |
* | matroska: fix a corner case in ebml-lace parsing | Luca Barbato | 2013-04-03 | 1 | -1/+1 |
* | matroska: Update the available size after lace parsing | Dale Curtis | 2013-04-03 | 1 | -3/+4 |
* | matroskadec: request a read buffer for the wav header | Luca Barbato | 2013-03-12 | 1 | -1/+1 |
* | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -6/+8 |
* | matroska: Fix use after free | Dale Curtis | 2013-01-11 | 1 | -1/+1 |