summaryrefslogtreecommitdiff
path: root/libavcodec/indeo2.c
Commit message (Expand)AuthorAge
* indeo2: Fix banding artefactsLuca Barbato2016-03-01
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov2014-06-26
* indeo2: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* indeo2: cosmetics, reformatAnton Khirnov2013-01-06
* indeo2: check decoding errors.Anton Khirnov2013-01-06
* indeo2: return meaningful error codesAnton Khirnov2013-01-06
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-01
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-22
* indeo2: fail if input buffer too smallAlex Converse2011-09-09
* indeo2: init_get_bits size in bits instead of bytesAlex Converse2011-09-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-16
* Release frame after decoding is doneKostya Shishkov2009-10-14
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-04
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix Indel --> Intel typo.Diego Biurrun2006-09-15
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer2005-07-09
* support the LE reader, so it can be tested a littleMichael Niedermayer2005-05-11
* simplifyMichael Niedermayer2005-04-20
* buffer overflowsMichael Niedermayer2005-04-20
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20