summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2.c
Commit message (Expand)AuthorAge
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-22
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* tscc2: Fix an out of array accessMichael Niedermayer2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* 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
* tscc2: fix typo in DCTKostya Shishkov2012-07-18
* tscc2: DCT output should not be clippedKostya Shishkov2012-07-17
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11