Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | mss3: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -28/+34 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -9/+8 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -3/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | mss3: use standard zigzag table | Kostya Shishkov | 2012-07-09 | 1 | -12/+2 |
* | mss3: split DSP functions that are used in MTS2(MSS4) into separate file | Kostya Shishkov | 2012-07-09 | 1 | -91/+3 |
* | mss3: add forgotten 'static' qualifier for private table | Kostya Shishkov | 2012-07-06 | 1 | -1/+1 |
* | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 1 | -0/+967 |