]> git.sesse.net Git - ffmpeg/history - libavcodec/mss1.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / mss1.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-03 Alberto Delmásmss12: reduce SliceContext size from 1067 to 164 KB
2012-09-03 Alberto Delmásmss12: move SliceContexts out of the common context...
2012-08-31 Alberto DelmásMSS1 and MSS2: set final pixel format after common...
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-27 Kostya Shishkovmss1: move code that will be reused by MSS2 decoder...
2012-08-27 Kostya Shishkovmss1: merge decode_intra() and decode_inter()
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-10 Kostya Shishkovmss1: fix decoding masked regions in interframes
2012-06-27 Kostya Shishkovmss1: validate number of changeable palette entries
2012-06-27 Kostya Shishkovmss1: report palette changed when some additional colou...
2012-06-20 Kostya ShishkovMS Screen 1 decoder