Check size_bmp more fully
[platform/upstream/libav.git] / libavcodec / xxan.c
2017-08-18 Haejeong KimUpdate 11.4 -> 12.1 (Merge branch 'upstream' into tizen) 84/144884/2 accepted/tizen/4.0/unified/20170828.222650 accepted/tizen/unified/20170822.113049 submit/tizen/20170822.010353 submit/tizen_4.0/20170828.100006
2017-08-18 Haejeong KimImported Upstream version 12.1 39/144839/1 upstream/12.1
2013-11-16 Anton Khirnovxxan: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-29 Martin Storsjöxxan: Disallow odd width
2013-03-08 Anton Khirnovxxan: fix invalid memory access in xan_decode_frame_type0()
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-06 Kostya Shishkovxxan: properly handle odd heights.
2013-01-06 Anton Khirnovxxan: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-20 Diego Biurrunxxan: Remove write-only variable in xan_decode_frame_ty...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-10 Ronald S. Bultjexxan: reindent xan_unpack_luma().
2012-03-10 Ronald S. Bultjexxan: protect against chroma LUT overreads.
2012-03-10 Ronald S. Bultjexxan: convert to bytestream2 API.
2012-03-10 Ronald S. Bultjexxan: don't read before start of buffer in av_memcpy_ba...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-07 Kostya ShishkovXan4 decoder