index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dxva2_h264.c
Age
Commit message (
Expand
)
Author
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-11-28
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-09-30
dxva2_h264: pass the correct 8x8 scaling lists
Carl Eugen Hoyos
2011-09-30
dxva: Add ability to enable workaround for older ATI cards
Joakim Plate
2011-07-10
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
Jean-Baptiste Kempf
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-17
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-27
Add ff_ to AVHWAccel decoders
Luca Barbato
2010-10-21
Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
Rafaël Carré
2010-05-14
Reindent after last commit on dxva2 h264 AVHWAccel.
Laurent Aimar
2010-05-14
Fixed h264 long term support with dxva2 AVHWAccel.
Laurent Aimar
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-04
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
Laurent Aimar
2010-03-03
Fixed DXVA2 H264 hwaccel compilation.
Laurent Aimar
2010-01-24
Added a few missing consts in dxva_h264.
Laurent Aimar
2010-01-23
Moved reusable functions from dxva2_h264.c to dxva2.c
Laurent Aimar
2010-01-23
Move +52 from the loop filter to the alpha/beta offsets in the context.
Michael Niedermayer
2010-01-23
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.
Laurent Aimar
2010-01-23
Reindent the content of one if(){} in ff_dxva2_common_end_frame.
Laurent Aimar
2010-01-23
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.
Laurent Aimar
2010-01-20
H264 DXVA2 implementation
Laurent Aimar