summaryrefslogtreecommitdiff
path: root/libavcodec/tscc2.c
Commit message (Expand)AuthorAgeFilesLines
* get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-1/+1
* lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-251-1/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-2/+5
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-221-16/+22
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-10/+7
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* tscc2: Fix an out of array accessMichael Niedermayer2012-10-121-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* tscc2: fix typo in array indexKostya Shishkov2012-07-271-2/+2
* tscc2: do not add/subtract 128 bias during DCTKostya Shishkov2012-07-181-2/+2
* tscc2: fix typo in DCTKostya Shishkov2012-07-181-1/+1
* tscc2: DCT output should not be clippedKostya Shishkov2012-07-171-1/+1
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-111-0/+382