40 Commits (0ba67a8eb1ca630af863dc42a36a3968bc808ab4)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Lukasz Marek 331fae80a1 lavc/mss1: fix mem leak in case of init failure 10 years ago
Reimar Döffinger cbeaf67888 Avoid using empty macro arguments. 11 years ago
Anton Khirnov acaffdca21 mss1: use the AVFrame API properly. 11 years ago
Paul B Mahol b79f543c58 avcodec/mss1: use init_get_bits8() 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Michael Niedermayer 64d11cb615 mss1: set frame defaults 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Alberto Delmás 626c1a33ed mss12: reduce SliceContext size from 1067 to 164 KB 12 years ago
Alberto Delmás a97ee41bee mss12: move SliceContexts out of the common context into the codec contexts 12 years ago
Alberto Delmás ede3d6400d MSS1 and MSS2: set final pixel format after common stuff has been initialised 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Kostya Shishkov 0de4a563e4 mss1: move code that will be reused by MSS2 decoder into separate file 12 years ago
Kostya Shishkov 49df339f4b mss1: merge decode_intra() and decode_inter() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Paul B Mahol 6ad4560031 mss1: improve check if decoded pivot is invalid 13 years ago
Kostya Shishkov ed219ed366 mss1: fix decoding masked regions in interframes 13 years ago
Kostya Shishkov 15358ade15 mss1: validate number of changeable palette entries 13 years ago
Kostya Shishkov 8f5d573a83 mss1: report palette changed when some additional colours were decoded 13 years ago
Carl Eugen Hoyos c77bcbbb32 Signal MSS1 palette change. 13 years ago
Paul B Mahol e3c2670539 mss1: check number of free colours 13 years ago
Carl Eugen Hoyos bec21ce7f4 Make MSS1 palette opaque. 13 years ago
Kostya Shishkov 005c80b645 MS Screen 1 decoder 13 years ago