summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_h264.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-301-6/+8
* dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-301-9/+22
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-101-9/+9
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-211-1/+1
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-041-4/+4
* Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar2010-03-031-4/+4
* Added a few missing consts in dxva_h264.Laurent Aimar2010-01-241-5/+5
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-231-133/+1
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-231-2/+2
* Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar2010-01-231-22/+22
* Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar2010-01-231-9/+9
* Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar2010-01-231-21/+37
* H264 DXVA2 implementationLaurent Aimar2010-01-201-0/+553