]> git.sesse.net Git - ffmpeg/history - libavcodec/mss2.c
qtrle: Properly use AVFrame API
[ffmpeg] / libavcodec / mss2.c
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-31 Vittorio Giovarampegvideo: msmpeg4: Move function declarations
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-01-09 Anton Khirnovmpegvideo: drop support for real (non-emulated) edges
2013-12-05 Anton Khirnovmpegvideo: do not set current_picture_ptr in decoders
2013-11-29 Anton Khirnovvc1: move MpegEncContext.resync_marker into VC1Context.
2013-11-16 Anton Khirnovmss2: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-15 Martin Storsjövc1, mss2: Check for any negative return value from...
2013-03-13 Diego Biurrunavcodec: av_log_ask_for_sample() ---> avpriv_request_sa...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
2013-01-06 Anton Khirnovmss2: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Alberto Delmásmss2: prevent potential uninitialized reads
2012-11-11 Kostya Shishkovmss2: reindent after last commit
2012-11-11 Alberto Delmásmss2: fix handling of unmasked implicit WMV9 rectangles
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-06 Alberto Delmásmss2: simplify loop in decode_rle()
2012-09-06 Alberto Delmásmss2: do not try to read too many palette entries
2012-09-03 Alberto Delmásmss12: reduce SliceContext size from 1067 to 164 KB
2012-09-03 Alberto Delmásmss12: move SliceContexts out of the common context...
2012-08-31 Alberto DelmásMSS1 and MSS2: set final pixel format after common...
2012-08-31 Alberto DelmásMSS2 decoder