Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
| | |||||
* | xxan: Remove write-only variable in xan_decode_frame_type0(). | Diego Biurrun | 2012-04-20 | 1 | -4/+1 |
| | | | | libavcodec/xxan.c:293:13: warning: variable ‘corr_end’ set but not used | ||||
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
| | | | | | | | Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | xxan: reindent xan_unpack_luma(). | Ronald S. Bultje | 2012-03-10 | 1 | -36/+36 |
| | | | | It used 3-space indent instead of 4-space indent. | ||||
* | xxan: protect against chroma LUT overreads. | Ronald S. Bultje | 2012-03-10 | 1 | -6/+8 |
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | xxan: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-10 | 1 | -61/+56 |
| | | | | | | | Protects against overreads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | xxan: don't read before start of buffer in av_memcpy_backptr(). | Ronald S. Bultje | 2012-03-10 | 1 | -1/+2 |
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
| | | | | | The prefix is a historic remnant that probably meant "alternative". Now that the A32 bitstream reader has been dropped it makes no sense anymore. | ||||
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| | | | | It's more readable and less prone to breakage. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Xan4 decoder | Kostya Shishkov | 2011-02-07 | 1 | -0/+429 |
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> |