34 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
Martin Storsjö ec7d002e55 vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header 12 years ago
Diego Biurrun 6d97484d72 avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Ronald S. Bultje 93af2734ee lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. 12 years ago
Anton Khirnov edfe05ddf1 mss2: return meaningful error codes. 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Alberto Delmás 802713c4e7 mss2: prevent potential uninitialized reads 12 years ago
Kostya Shishkov 6d93308c0c mss2: reindent after last commit 12 years ago
Alberto Delmás b077eb0780 mss2: fix handling of unmasked implicit WMV9 rectangles 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Alberto Delmás 290d1022b2 mss2: simplify loop in decode_rle() 12 years ago
Alberto Delmás 6ceef07b21 mss2: do not try to read too many palette entries 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