summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
Commit message (Expand)AuthorAgeFilesLines
* mss2: Drop a silly assertDiego Biurrun2016-06-071-3/+0
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-191-1/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-311-0/+1
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-3/+3
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-221-0/+1
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-291-2/+5
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-2/+0
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-051-7/+0
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-291-1/+1
* mss2: use the AVFrame API properly.Anton Khirnov2013-11-161-12/+18
* 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