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
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
2010-01-20H264 DXVA2 implementationLaurent Aimar