summaryrefslogtreecommitdiff
path: root/libavcodec/indeo5.c
Commit message (Collapse)AuthorAge
* Make Indeo 5 decoder more robust on bitstream errors.Maxim Poliakovski2010-03-08
| | | | | | Patch by Maxim ($indeo5dec_author) Originally committed as revision 22319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Band quant tables should not be assigned inside band tile loop,Maxim Poliakovski2010-03-07
| | | | | | | one time is enough. Patch by Maxim (max_pole, gmx de) Originally committed as revision 22279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Encapsulate VLC information needed for decoding blocks and macroblocks inKostya Shishkov2010-02-27
| | | | | | | | Indeo 5 into single structure IVIHuffTab and factorize code using it. Based on patch by Maxim (max_pole at German GMX) Originally committed as revision 22092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
| | | | | | block decoding at exit, so prevent that memory leak now. Originally committed as revision 21983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
| | | | | | | | Indeo 5, so make them global and move their initialization to the common place as well. And fix static VLC initialization, as ff_ivi_create_huff_from_desc() used old way to do so. Originally committed as revision 21962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-19
| | | | Originally committed as revision 21897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
| | | | Originally committed as revision 21753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
| | | | | | complain about missing function prototype. Originally committed as revision 21752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 5 decoderKostya Shishkov2010-02-09
Originally committed as revision 21695 to svn://svn.ffmpeg.org/ffmpeg/trunk