]> git.sesse.net Git - ffmpeg/history - libavcodec/indeo2.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / indeo2.c
2016-12-03 Alexandra Hájkováindeo: Convert to the new bitstream reader
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-03-01 Luca Barbatoindeo2: Fix banding artefacts
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-06-26 Kostya Shishkovindeo2: rename stride to pitch for consistency with...
2013-11-16 Anton Khirnovindeo2: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-06 Anton Khirnovindeo2: cosmetics, reformat
2013-01-06 Anton Khirnovindeo2: check decoding errors.
2013-01-06 Anton Khirnovindeo2: return meaningful error codes
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
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-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-09-09 Alex Converseindeo2: fail if input buffer too small
2011-09-09 Alex Converseindeo2: init_get_bits size in bits instead of bytes
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-10-16 Carl Eugen HoyosDo not try to free memory that was never allocated...
2009-10-14 Kostya ShishkovRelease frame after decoding is done
2009-04-17 Kostya ShishkovUse new static VLC scheme in Indeo2, Musepack and WNV1...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconsts
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-04 Christian Lohmaierfix error: indeo2.c:202:1: directives may not be used...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-15 Diego BiurrunFix Indel --> Intel typo.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-07-09 Michael NiedermayerHere is the patch suggested by: unkaggregate, users...
2005-05-11 Michael Niedermayersupport the LE reader, so it can be tested a little
2005-04-20 Michael Niedermayersimplify
2005-04-20 Michael Niedermayerbuffer overflows
2005-04-20 Michael NiedermayerIndeo 2 decoder by (Kostya <> kostya.shishkov gmail...