| Commit message (Expand) | Author | Age | Files | Lines |
* | vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header | Martin Storsjö | 2013-05-15 | 1 | -1/+1 |
* | avcodec: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -36/+21 |
* | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | error_resilience: decouple ER from MpegEncContext | Anton Khirnov | 2013-02-15 | 1 | -2/+2 |
* | lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. | Ronald S. Bultje | 2013-01-20 | 1 | -3/+0 |
* | mss2: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -11/+13 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | mss2: prevent potential uninitialized reads | Alberto Delmás | 2012-11-11 | 1 | -2/+2 |
* | mss2: reindent after last commit | Kostya Shishkov | 2012-11-11 | 1 | -34/+34 |
* | mss2: fix handling of unmasked implicit WMV9 rectangles | Alberto Delmás | 2012-11-11 | 1 | -10/+13 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -6/+6 |
* | mss2: simplify loop in decode_rle() | Alberto Delmás | 2012-09-06 | 1 | -2/+1 |
* | mss2: do not try to read too many palette entries | Alberto Delmás | 2012-09-06 | 1 | -1/+1 |
* | mss12: reduce SliceContext size from 1067 to 164 KB | Alberto Delmás | 2012-09-03 | 1 | -1/+1 |
* | mss12: move SliceContexts out of the common context into the codec contexts | Alberto Delmás | 2012-09-03 | 1 | -5/+9 |
* | MSS1 and MSS2: set final pixel format after common stuff has been initialised | Alberto Delmás | 2012-08-31 | 1 | -0/+4 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+860 |