summaryrefslogtreecommitdiffstats
path: root/libavcodec/xxan.c
Commit message (Expand)AuthorAgeFilesLines
* xxan: use the AVFrame API properly.Anton Khirnov2013-11-161-33/+39
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* xxan: Disallow odd widthMartin Storsjö2013-09-291-0/+4
* xxan: fix invalid memory access in xan_decode_frame_type0()Anton Khirnov2013-03-081-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+6
* xxan: properly handle odd heights.Kostya Shishkov2013-02-061-0/+15
* xxan: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-2/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* xxan: Remove write-only variable in xan_decode_frame_type0().Diego Biurrun2012-04-201-4/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* xxan: reindent xan_unpack_luma().Ronald S. Bultje2012-03-101-36/+36
* xxan: protect against chroma LUT overreads.Ronald S. Bultje2012-03-101-6/+8
* xxan: convert to bytestream2 API.Ronald S. Bultje2012-03-101-61/+56
* xxan: don't read before start of buffer in av_memcpy_backptr().Ronald S. Bultje2012-03-101-1/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Xan4 decoderKostya Shishkov2011-02-071-0/+429
OpenPOWER on IntegriCloud