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-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-04-01dxva2: Directly use AVFramesMichael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-11-29vc1: move MpegEncContext.resync_marker into VC1Context.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-05hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-13dxva2_vc1: pass the overlap flag to the decoderHendrik Leppkes
2012-03-13dxva2_vc1: fix decoding of BI framesHendrik Leppkes
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-28vc1: use an enum for Frame Coding ModeLuca Barbato
2011-07-11DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-27Add ff_ to AVHWAccel decodersLuca Barbato
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-24VC-1/WMV3 DXVA2 implementationLaurent Aimar