]> git.sesse.net Git - ffmpeg/history - libavcodec/xxan.c
Remove unnecessary get_bits.h #includes
[ffmpeg] / libavcodec / xxan.c
2016-06-07 Diego BiurrunRemove unnecessary get_bits.h #includes
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
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