Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-12-05mpegvideo: do not set current_picture_ptr in decodersAnton Khirnov
2013-11-29vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov
2013-11-16mss2: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-15vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_headerMartin Storsjö
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07Add missing error_resilience includes to files that use ERDiego Biurrun
2013-02-15error_resilience: decouple ER from MpegEncContextAnton Khirnov
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2013-01-06mss2: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11mss2: prevent potential uninitialized readsAlberto Delmás
2012-11-11mss2: reindent after last commitKostya Shishkov
2012-11-11mss2: fix handling of unmasked implicit WMV9 rectanglesAlberto Delmás
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-06mss2: simplify loop in decode_rle()Alberto Delmás
2012-09-06mss2: do not try to read too many palette entriesAlberto Delmás
2012-09-03mss12: reduce SliceContext size from 1067 to 164 KBAlberto Delmás
2012-09-03mss12: move SliceContexts out of the common context into the codec contextsAlberto Delmás
2012-08-31MSS1 and MSS2: set final pixel format after common stuff has been initialisedAlberto Delmás
2012-08-31MSS2 decoderAlberto Delmás