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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2014-09-01dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-05-11hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov
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
2014-03-06dxva2: Increase maximum number of slices for mpeg2Rainer Hochecker
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-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
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-06-19MPEG-2 DXVA2 implementationLaurent Aimar