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
2015-04-29h264: use properly allocated AVFramesAnton Khirnov
2015-03-23dxva2_h264: fix slice offset in long slice structsHendrik Leppkes
2015-03-21h264: use a smaller struct for the ref listsAnton Khirnov
2015-03-21h264: move mb_{x,y} into the per-slice contextAnton Khirnov
2015-03-21h264: move redundant_pic_count into the per-slice contextAnton Khirnov
2015-03-21h264: move cabac_init_idc into the per-slice contextAnton Khirnov
2015-03-21h264: move loopfilter parameters into the per-slice contextAnton Khirnov
2015-03-21h264: move the ref lists variables into the per-slice contextAnton Khirnov
2015-03-21h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov
2015-03-21h264: move the slice type variables into the per-slice contextAnton Khirnov
2015-03-21h264: move the quantizers into the per-slice contextAnton Khirnov
2015-03-21h264: split weighted pred-related vars into per-slice contextAnton Khirnov
2014-09-01dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun
2014-05-11hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov
2014-04-28hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer
2014-04-28dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes
2014-04-28dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes
2014-04-01dxva2: Directly use AVFramesMichael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-17h264: move relevant fields from Picture to H264PictureVittorio Giovara
2013-03-21h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.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-06-26dxva2_h264: fix signaling of mbaff 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-09-30dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos
2011-09-30dxva: Add ability to enable workaround for older ATI cardsJoakim Plate
2011-07-11DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-27Add ff_ to AVHWAccel decodersLuca Barbato
2010-10-21Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré
2010-05-15Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar
2010-05-15Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-04Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar
2010-03-03Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar
2010-01-24Added a few missing consts in dxva_h264.Laurent Aimar
2010-01-23Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar
2010-01-23Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer
2010-01-23Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar
2010-01-23Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar
2010-01-23Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar