index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
dxva2_h264.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()
Diego Biurrun
2014-09-01
1
-2
/
+5
*
hwaccel: Rename priv_data_size to frame_priv_data_size
Anton Khirnov
2014-05-11
1
-1
/
+1
*
hwaccel: fix dxva2 & vaapi loop filter parameters
Michael Niedermayer
2014-04-28
1
-2
/
+2
*
dxva2_h264: add a workaround for old Intel GPUs
Hendrik Leppkes
2014-04-28
1
-1
/
+7
*
dxva2_h264: set the correct ref frame index in the long slice struct
Hendrik Leppkes
2014-04-28
1
-4
/
+14
*
dxva2: Directly use AVFrames
Michael Niedermayer
2014-04-01
1
-4
/
+4
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264: move relevant fields from Picture to H264Picture
Vittorio Giovara
2014-03-16
1
-5
/
+5
*
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.
Anton Khirnov
2013-03-21
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-5
/
+5
*
lavc: move AVFrame.hwaccel_picture_private to Picture.
Anton Khirnov
2013-03-08
1
-4
/
+4
*
hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice
Diego Biurrun
2013-03-05
1
-10
/
+11
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-24
/
+24
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
dxva2_h264: fix signaling of mbaff frames
Hendrik Leppkes
2012-06-26
1
-1
/
+2
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
Diego Biurrun
2011-11-28
1
-1
/
+0
*
dxva2_h264: pass the correct 8x8 scaling lists
Carl Eugen Hoyos
2011-09-30
1
-6
/
+8
*
dxva: Add ability to enable workaround for older ATI cards
Joakim Plate
2011-09-30
1
-9
/
+22
*
DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]
Jean-Baptiste Kempf
2011-07-10
1
-9
/
+9
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
1
-4
/
+4
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add ff_ to AVHWAccel decoders
Luca Barbato
2011-01-27
1
-1
/
+1
*
Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.
Rafaël Carré
2010-10-21
1
-1
/
+1
*
Reindent after last commit on dxva2 h264 AVHWAccel.
Laurent Aimar
2010-05-14
1
-8
/
+8
*
Fixed h264 long term support with dxva2 AVHWAccel.
Laurent Aimar
2010-05-14
1
-8
/
+8
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
Laurent Aimar
2010-03-04
1
-4
/
+4
*
Fixed DXVA2 H264 hwaccel compilation.
Laurent Aimar
2010-03-03
1
-4
/
+4
*
Added a few missing consts in dxva_h264.
Laurent Aimar
2010-01-24
1
-5
/
+5
*
Moved reusable functions from dxva2_h264.c to dxva2.c
Laurent Aimar
2010-01-23
1
-133
/
+1
*
Move +52 from the loop filter to the alpha/beta offsets in the context.
Michael Niedermayer
2010-01-23
1
-2
/
+2
*
Added ff_dxva2_ prefix to get_surface(_index) and commit_buffer functions.
Laurent Aimar
2010-01-23
1
-22
/
+22
*
Reindent the content of one if(){} in ff_dxva2_common_end_frame.
Laurent Aimar
2010-01-23
1
-9
/
+9
*
Moved reusable code from dxva2_h264.c:end_frame to ff_dxva2_common_end_frame.
Laurent Aimar
2010-01-23
1
-21
/
+37
*
H264 DXVA2 implementation
Laurent Aimar
2010-01-20
1
-0
/
+553