| Commit message (Expand) | Author | Age | Files | Lines |
* | mss1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -13/+16 |
* | 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 | -7/+6 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | mss12: reduce SliceContext size from 1067 to 164 KB | Alberto Delmás | 2012-09-03 | 1 | -1/+1 |
* | mss12: move SliceContexts out of the common context into the codec contexts | Alberto Delmás | 2012-09-03 | 1 | -4/+5 |
* | MSS1 and MSS2: set final pixel format after common stuff has been initialised | Alberto Delmás | 2012-08-31 | 1 | -1/+6 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -66/+40 |
* | mss1: move code that will be reused by MSS2 decoder into separate file | Kostya Shishkov | 2012-08-27 | 1 | -595/+26 |
* | mss1: merge decode_intra() and decode_inter() | Kostya Shishkov | 2012-08-27 | 1 | -50/+14 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | mss1: fix decoding masked regions in interframes | Kostya Shishkov | 2012-07-10 | 1 | -1/+1 |
* | mss1: validate number of changeable palette entries | Kostya Shishkov | 2012-06-27 | 1 | -0/+6 |
* | mss1: report palette changed when some additional colours were decoded | Kostya Shishkov | 2012-06-27 | 1 | -1/+1 |
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -0/+845 |