summaryrefslogtreecommitdiffstats
path: root/libavcodec/mss1.c
Commit message (Expand)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-7/+6
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-031-1/+1
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-031-4/+5
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-311-1/+6
* MSS2 decoderAlberto Delmás2012-08-311-66/+40
* mss1: move code that will be reused by MSS2 decoder into separate fileKostya Shishkov2012-08-271-595/+26
* mss1: merge decode_intra() and decode_inter()Kostya Shishkov2012-08-271-50/+14
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* mss1: fix decoding masked regions in interframesKostya Shishkov2012-07-101-1/+1
* mss1: validate number of changeable palette entriesKostya Shishkov2012-06-271-0/+6
* mss1: report palette changed when some additional colours were decodedKostya Shishkov2012-06-271-1/+1
* MS Screen 1 decoderKostya Shishkov2012-06-201-0/+845
OpenPOWER on IntegriCloud