summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-151-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-36/+21
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-0/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-2/+2
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-3/+0
* mss2: return meaningful error codes.Anton Khirnov2013-01-061-11/+13
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-111-2/+2
* mss2: reindent after last commitKostya Shishkov2012-11-111-34/+34
* mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás2012-11-111-10/+13
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-6/+6
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-061-2/+1
* mss2: do not try to read too many palette entriesAlberto Delmás2012-09-061-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-5/+9
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-311-0/+4
* MSS2 decoderAlberto Delmás2012-08-311-0/+860