| Commit message (Expand) | Author | Age | Files | Lines |
* | matroskadec: fix stupid typo (!= -> ==) | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | matroskadec: reindent | Anton Khirnov | 2011-07-10 | 1 | -15/+15 |
* | matroskadec: defer parsing of cues element until we seek. | Aaron Colwell | 2011-07-10 | 1 | -45/+86 |
* | matroskadec: matroska_read_seek after after EBML_STOP leads to failure. | John Stebbins | 2011-07-01 | 1 | -0/+2 |
* | matroskadec: forward parsing errors to caller. | Ami Fischman | 2011-06-29 | 1 | -5/+6 |
* | matroskadec: set timestamps for RealAudio packets. | Reimar Döffinger | 2011-06-09 | 1 | -0/+8 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -8/+9 |
* | matroskadec: check that pointers were initialized before accessing them | Aurelien Jacobs | 2011-05-12 | 1 | -3/+5 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -1/+1 |
* | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+4 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -1/+1 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | matroskadec: set default duration for simple block | John Stebbins | 2011-03-25 | 1 | -0/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -8/+8 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -5/+5 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -6/+6 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -13/+13 |
* | avio: move init_put_byte() to a new private header and rename it | Anton Khirnov | 2011-02-20 | 1 | -4/+5 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -11/+11 |
* | matroskadec: add generic element length validation. | Reimar Döffinger | 2011-02-06 | 1 | -0/+17 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | matroskadec: skip invalid tags with no TagName | Anton Khirnov | 2010-11-03 | 1 | -0/+5 |
* | add ff_ prefix to metadata_conv() | Anton Khirnov | 2010-10-16 | 1 | -1/+1 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+1 |
* | Add a special function to mkv demxuer to parse length values that includes | Reimar Döffinger | 2010-09-06 | 1 | -1/+15 |
* | matroskadec: allow uint and float elements with length = 0 | Aurelien Jacobs | 2010-09-05 | 1 | -2/+4 |
* | Optimize/simplify ebml_read_num. | Reimar Döffinger | 2010-09-02 | 1 | -7/+4 |
* | matroskadec: minor simplification | Aurelien Jacobs | 2010-08-17 | 1 | -1/+1 |
* | matroskadec: fix integer overflow | Aurelien Jacobs | 2010-08-17 | 1 | -0/+3 |
* | Add WebM to the Matroska demuxer name. | Alex Converse | 2010-08-01 | 1 | -2/+2 |
* | matroskadec: merge only SSA packets together | David Conrad | 2010-07-02 | 1 | -1/+2 |
* | add AV_DISPOSITION_FORCED flag and use it in matroska demuxer | Aurelien Jacobs | 2010-07-02 | 1 | -1/+4 |
* | matroskadec : propagate AVERROR to the caller | Aurelien Jacobs | 2010-06-15 | 1 | -3/+3 |
* | matroskadec: fix type of the length field in ebml_read_master() | Aurelien Jacobs | 2010-06-11 | 1 | -2/+2 |
* | matroskadec: cosmetic: indentation | Aurelien Jacobs | 2010-06-11 | 1 | -6/+6 |
* | matroskadec: add support for live broadcast containing unknown size clusters | Aurelien Jacobs | 2010-06-11 | 1 | -1/+5 |
* | matroskadec: simplify parsing of the first cluster | Aurelien Jacobs | 2010-06-11 | 1 | -10/+3 |
* | matroskadec: store the ID of the currently parsed ebml element | Aurelien Jacobs | 2010-06-11 | 1 | -3/+11 |
* | matroskadec: cosmetic: split a line to make it more readable | Aurelien Jacobs | 2010-06-11 | 1 | -1/+3 |
* | Do not attempt to seek to index for streamed files and if the user explicitly | Reimar Döffinger | 2010-06-08 | 1 | -0/+5 |
* | Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead of | Reimar Döffinger | 2010-06-08 | 1 | -0/+1 |
* | matroskadec: avoid potential crash after r23169 | Aurelien Jacobs | 2010-05-25 | 1 | -1/+1 |
* | matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere | David Conrad | 2010-05-23 | 1 | -1/+0 |
* | matroskadec: Allow unknown EBML doctype | David Conrad | 2010-05-22 | 1 | -4/+3 |
* | matroskadec: Support webm doctype | James Zern | 2010-05-22 | 1 | -8/+21 |
* | matroskadec: Free ebml binary buffer on error | David Conrad | 2010-05-18 | 1 | -1/+3 |