summaryrefslogtreecommitdiffstats
path: root/libavcodec/indeo2.c
Commit message (Expand)AuthorAgeFilesLines
* indeo2: remove unnecessary release_buffer() callStefano Sabatini2011-04-271-3/+0
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-1/+2
* Do not try to free memory that was never allocated (partial revert of r20231).Carl Eugen Hoyos2009-10-161-1/+0
* Release frame after decoding is doneKostya Shishkov2009-10-141-1/+12
* Use new static VLC scheme in Indeo2, Musepack and WNV1 decodersKostya Shishkov2009-04-171-3/+5
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-041-1/+3
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix Indel --> Intel typo.Diego Biurrun2006-09-151-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-10/+10
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+0
* Here is the patch suggested by: unkaggregate, users sf netMichael Niedermayer2005-07-091-2/+2
* support the LE reader, so it can be tested a littleMichael Niedermayer2005-05-111-5/+9
* simplifyMichael Niedermayer2005-04-201-21/+11
* buffer overflowsMichael Niedermayer2005-04-201-3/+15
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-201-0/+214
OpenPOWER on IntegriCloud