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-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-28
dxva2: Fix some warnings about incompatible pointer type
jamal
2012-06-26
dxva2_h264: fix signaling of mbaff frames
Hendrik Leppkes
2012-06-24
dxva2_h264: fix signaling of mbaff frames
Hendrik Leppkes
2012-01-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-11-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-28
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-10-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
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-09-21
Fix dxva2 decoding for some H264 samples.
Carl Eugen Hoyos
2011-07-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-10
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
Jean-Baptiste Kempf
2011-07-09
cosmetic: reindent of dxva2 zigzag workaround
Joakim Plate
2011-07-09
Added ability to enable workaround for dxva2 decoding using older ATI cards
Joakim Plate
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-04-17
10l, commit that should have been stashed into the merge.
Michael Niedermayer
2011-04-17
Merge remote branch 'qatar/master'
Michael Niedermayer
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-28
Add ff_ to AVHWAccel decoders
Luca Barbato
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