summaryrefslogtreecommitdiff
path: root/libavcodec/mss1.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mss1: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-03
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-03
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-31
* MSS2 decoderAlberto Delmás2012-08-31
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-27
* mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-27
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-10
* mss1: validate number of changeable palette entriesKostya Shishkov2012-06-27
* mss1: report palette changed when some additional colours were decodedKostya Shishkov2012-06-27
* MS Screen 1 decoderKostya Shishkov2012-06-20