summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
Commit message (Expand)AuthorAge
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* mpegvideo: msmpeg4: Move function declarationsVittorio Giovara2015-05-31
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* mpeg: Split error resilience bits off into a separate fileDiego Biurrun2014-06-22
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-09
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov2013-12-05
* vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov2013-11-29
* mss2: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö2013-05-15
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-07
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-20
* mss2: return meaningful error codes.Anton Khirnov2013-01-06
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* mss2: prevent potential uninitialized readsAlberto Delmás2012-11-11
* mss2: reindent after last commitKostya Shishkov2012-11-11
* mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás2012-11-11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mss2: simplify loop in decode_rle()Alberto Delmás2012-09-06
* mss2: do not try to read too many palette entriesAlberto Delmás2012-09-06
* mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás2012-09-03
* mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás2012-09-03
* MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás2012-08-31
* MSS2 decoderAlberto Delmás2012-08-31