aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mss3.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-1/+1
* mss3: use the AVFrame API properly.Anton Khirnov2013-11-161-28/+34
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-9/+8
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* 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
* mss3: use standard zigzag tableKostya Shishkov2012-07-091-12/+2
* mss3: split DSP functions that are used in MTS2(MSS4) into separate fileKostya Shishkov2012-07-091-91/+3
* mss3: add forgotten 'static' qualifier for private tableKostya Shishkov2012-07-061-1/+1
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-021-0/+967