]> git.sesse.net Git - ffmpeg/history - libavcodec/dxva2_h264.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / dxva2_h264.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-26 Hendrik Leppkesdxva2_h264: fix signaling of mbaff frames
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-09-30 Carl Eugen Hoyosdxva2_h264: pass the correct 8x8 scaling lists
2011-09-30 Joakim Platedxva: Add ability to enable workaround for older ATI...
2011-07-10 Jean-Baptiste KempfDxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-27 Luca BarbatoAdd ff_ to AVHWAccel decoders
2010-10-21 Rafaël CarréFixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
2010-05-14 Laurent AimarReindent after last commit on dxva2 h264 AVHWAccel.
2010-05-14 Laurent AimarFixed h264 long term support with dxva2 AVHWAccel.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-04 Laurent AimarFixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
2010-03-03 Laurent AimarFixed DXVA2 H264 hwaccel compilation.
2010-01-24 Laurent AimarAdded a few missing consts in dxva_h264.
2010-01-23 Laurent AimarMoved reusable functions from dxva2_h264.c to dxva2.c
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-23 Laurent AimarAdded ff_dxva2_ prefix to get_surface(_index) and commi...
2010-01-23 Laurent AimarReindent the content of one if(){} in ff_dxva2_common_e...
2010-01-23 Laurent AimarMoved reusable code from dxva2_h264.c:end_frame to...
2010-01-20 Laurent AimarH264 DXVA2 implementation