summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2.c
Commit message (Collapse)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
|
* tscc2: fix typo in array indexKostya Shishkov2012-07-27
|
* tscc2: do not add/subtract 128 bias during DCTKostya Shishkov2012-07-18
| | | | | | | It turns out that the reference decoder subtracts 128 from DC during block decode but adds it back during reordering block with zigzag pattern. Transforming block with incorrect DC caused heavy visual artifacts for many quantisers.
* tscc2: fix typo in DCTKostya Shishkov2012-07-18
|
* tscc2: DCT output should not be clippedKostya Shishkov2012-07-17
| | | | This fixes decoding some TSCC2 files with large quantisers.
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11