summaryrefslogtreecommitdiff
path: root/libavcodec/indeo5.c
Commit message (Expand)AuthorAgeFilesLines
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Correct reference buffer switching in Indeo 5 decoder.Maxim Poliakovski2010-03-171-39/+27
* document two variables in Indeo5 decoding contextKostya Shishkov2010-03-171-2/+2
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-081-4/+8
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-071-12/+12
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-271-59/+12
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-231-0/+3
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-221-14/+6
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-191-4/+5
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-111-2/+1
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-111-1/+3
* Indeo 5 decoderKostya Shishkov2010-02-091-0/+885