summaryrefslogtreecommitdiff
path: root/libavcodec/indeo5.c
Commit message (Expand)AuthorAge
* Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* 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
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-17
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Move indeo5-specific quant table selection to decode_gop_hdr.Maxim Poliakovski2010-06-11
* Remove unused parameter.Maxim Poliakovski2010-06-10
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-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
* Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski2010-03-17
* document two variables in Indeo5 decoding contextKostya Shishkov2010-03-17
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-08
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-07
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-19
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
* Indeo 5 decoderKostya Shishkov2010-02-09