Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/bmv: remove unused variable | Michael Niedermayer | 2013-09-19 | 1 | -1/+0 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Merge commit '5626f994f273af80fb100d4743b963304de9e05c' | Michael Niedermayer | 2013-09-19 | 1 | -5/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5626f994f273af80fb100d4743b963304de9e05c': avformat: Use av_reallocp() where suitable Conflicts: libavformat/avidec.c libavformat/avienc.c libavformat/aviobuf.c libavformat/oggparsevorbis.c libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
| * | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -5/+3 |
| | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
|/ | |||||
* | bmv: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+2 |
| | |||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
| | |||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | BMV demuxer and decoder | Kostya Shishkov | 2011-11-08 | 1 | -0/+136 |
Signed-off-by: Martin Storsjö <martin@martin.st> |