| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | matroskadec: do not use avpacket internals | Anton Khirnov | 2012-11-02 | 1 | -7/+8 |
* | avutil: Make LZO decoder code configure-time selectable | Diego Biurrun | 2012-10-25 | 1 | -2/+7 |
* | rmdec: Move SIPR code shared with Matroska demuxer to a separate file | Diego Biurrun | 2012-10-15 | 1 | -1/+1 |
* | matroskadec: fix a sanity check. | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
* | matroskadec: only return corrupt packets that actually contain data | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
* | matroskadec: properly support BlockDuration | Luca Barbato | 2012-09-19 | 1 | -5/+17 |
* | matroskadec: split frame parsing | Luca Barbato | 2012-09-19 | 1 | -130/+158 |
* | matroskadec: split laces parsing | Luca Barbato | 2012-09-19 | 1 | -89/+108 |
* | matroska: implement support for ProRes | Luca Barbato | 2012-09-19 | 1 | -2/+13 |
* | matroska: implement support for ALAC | Moritz Bunkus | 2012-09-19 | 1 | -0/+13 |
* | matroskadec: validate lace_size when parsed | Luca Barbato | 2012-09-19 | 1 | -7/+16 |
* | matroskadec: return meaningful errors in matroska_decode_buffer | Luca Barbato | 2012-09-19 | 1 | -6/+19 |
* | matroskadec: fix incorrect unsigned->signed conversion | Dale Curtis | 2012-09-19 | 1 | -1/+1 |
* | matroskadec: refactor matroska_decode_buffer | Luca Barbato | 2012-09-19 | 1 | -21/+28 |
* | matroskadec: check realloc in lzo encoding | Luca Barbato | 2012-09-19 | 1 | -1/+5 |
* | matroska: honor error_recognition on unknown doctypes | Luca Barbato | 2012-09-19 | 1 | -0/+4 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -38/+38 |
* | avformat: Drop pointless "format" from container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | lavf: deprecate r_frame_rate. | Anton Khirnov | 2012-07-29 | 1 | -2/+4 |
* | matroskadec: return more correct error code on read error. | Anton Khirnov | 2012-07-22 | 1 | -1/+2 |
* | matroskadec: honor error_recognition when encountering unknown elements. | Anton Khirnov | 2012-07-09 | 1 | -1/+4 |
* | mkv: mark corrupted packets and return them | Luca Barbato | 2012-04-29 | 1 | -0/+5 |
* | mkv: forward EMBL block data error | Luca Barbato | 2012-04-29 | 1 | -1/+1 |
* | matroska: Clear prev_pkt between seeks. | Dale Curtis | 2012-04-23 | 1 | -0/+1 |
* | matroska: Add incremental parsing of clusters. | Dale Curtis | 2012-04-22 | 1 | -6/+107 |
* | matroska: do not set invalid default duration if frame rate is zero | Mans Rullgard | 2012-04-18 | 1 | -1/+1 |
* | mkv: use av_reduce instead of av_d2q for framerate estimation | Luca Barbato | 2012-04-17 | 1 | -3/+5 |
* | mkv: report average framerate as minimal as well | Luca Barbato | 2012-04-17 | 1 | -0/+1 |
* | matroska: Fix leaking memory allocated for laces. | Dale Curtis | 2012-04-12 | 1 | -3/+7 |
* | matroska: check buffer size for RM-style byte reordering. | Ronald S. Bultje | 2012-03-02 | 1 | -3/+19 |
* | matroska: don't overwrite string values until read/alloc was succesful. | Ronald S. Bultje | 2012-02-25 | 1 | -5/+8 |
* | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |