| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | xxan: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -33/+39 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | xxan: Disallow odd width | Martin Storsjö | 2013-09-29 | 1 | -0/+4 |
* | xxan: fix invalid memory access in xan_decode_frame_type0() | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -8/+6 |
* | xxan: properly handle odd heights. | Kostya Shishkov | 2013-02-06 | 1 | -0/+15 |
* | xxan: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -6/+6 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -2/+1 |
* | 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 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | xxan: reindent xan_unpack_luma(). | Ronald S. Bultje | 2012-03-10 | 1 | -36/+36 |
* | xxan: protect against chroma LUT overreads. | Ronald S. Bultje | 2012-03-10 | 1 | -6/+8 |
* | xxan: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-10 | 1 | -61/+56 |
* | xxan: don't read before start of buffer in av_memcpy_backptr(). | Ronald S. Bultje | 2012-03-10 | 1 | -1/+2 |
* | 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 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Xan4 decoder | Kostya Shishkov | 2011-02-07 | 1 | -0/+429 |