summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_h264.c
Commit message (Expand)AuthorAge
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
| * dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-26
* | dxva2: Fix some warnings about incompatible pointer typejamal2012-07-28
* | dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-29
|\|
| * Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-30
| * dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-30
* | Fix dxva2 decoding for some H264 samples.Carl Eugen Hoyos2011-09-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-10
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | cosmetic: reindent of dxva2 zigzag workaroundJoakim Plate2011-07-09
* | Added ability to enable workaround for dxva2 decoding using older ATI cardsJoakim Plate2011-07-09
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ to AVHWAccel decodersLuca Barbato2011-01-27
* | Add ff_ to AVHWAccel decodersLuca Barbato2011-01-28
|/
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-21
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-14
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-14
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-04
* Fixed DXVA2 H264 hwaccel compilation.Laurent Aimar2010-03-03
* Added a few missing consts in dxva_h264.Laurent Aimar2010-01-24
* Moved reusable functions from dxva2_h264.c to dxva2.cLaurent Aimar2010-01-23
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.Laurent Aimar2010-01-23
* Reindent the content of one if(){} in ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.Laurent Aimar2010-01-23
* H264 DXVA2 implementationLaurent Aimar2010-01-20