Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | |
2012-04-06 | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | |
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by: Martin Storsjö <martin@martin.st> | |||
2012-01-27 | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | |
2011-11-30 | lavf: make av_set_pts_info private. | Anton Khirnov | |
It's supposed to be called only from (de)muxers. | |||
2011-10-19 | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | |
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/' | |||
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | |
It's more readable and less prone to breakage. | |||
2011-03-28 | Chronomaster DFA decoder | Kostya Shishkov | |
Signed-off-by: Anton Khirnov <anton@khirnov.net> |