| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark mutable static data const where appropriate. | Alex Converse | 2012-02-21 | 1 | -1/+1 |
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | matroskadec: Mark variable as av_unused. | Diego Biurrun | 2012-02-13 | 1 | -1/+1 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | matroskadec: Pad AAC extradata. | Alex Converse | 2012-01-25 | 1 | -1/+1 |
* | matroskadec: Fix a bug where a pointer was cached to an array that might late... | Chris Evans | 2012-01-05 | 1 | -1/+1 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -4/+4 |
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 1 | -4/+4 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | matroskadec: don't set codec timebase. | Anton Khirnov | 2011-11-30 | 1 | -4/+0 |
* | matroskadec: empty blocks are in fact valid. | Ronald S. Bultje | 2011-11-05 | 1 | -2/+3 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -2/+2 |
* | lavf: use avpriv_ prefix for ff_new_chapter(). | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
* | matroskadec: fix out of bounds write | Ronald S. Bultje | 2011-10-15 | 1 | -1/+1 |
* | Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. | Michael Niedermayer | 2011-09-27 | 1 | -8/+29 |
* | matroskadec: export mimetype of attachments as metadata. | Anton Khirnov | 2011-09-27 | 1 | -0/+1 |
* | matroskadec: fix typo. | Dustin Brody | 2011-09-15 | 1 | -1/+1 |
* | matroskadec: bail on parsing of incorrect seek index segments | Dustin Brody | 2011-09-15 | 1 | -1/+1 |
* | matroskadec: fix integer underflow if header length < probe length. | Chris Evans | 2011-07-19 | 1 | -0/+2 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | 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 |