]> git.sesse.net Git - ffmpeg/history - libavcodec/dxva2_h264.c
lavc: add a null bitstream filter
[ffmpeg] / libavcodec / dxva2_h264.c
2016-06-21 Martin Storsjödxva2_h264: Remove an unused variable
2016-06-21 Anton Khirnovh264: move the parameter set definitions to a new heade...
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-25 Martin Storsjödxva2_h264: Unbreak compilation after 3176217c6
2016-04-24 Anton Khirnovh264: factor out calculating the POC count into a separ...
2016-04-24 Anton Khirnovh264: decouple h264_ps from the h264 decoder
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-25 Diego Biurrunh264data: Move all data tables from a header to a ...
2015-10-14 Luca Barbatodxva: Include last the internal header
2015-05-25 Steve LhommeD3D11va: add a Direct3D11 video decoder similar to...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-03-23 Hendrik Leppkesdxva2_h264: fix slice offset in long slice structs
2015-03-21 Anton Khirnovh264: use a smaller struct for the ref lists
2015-03-21 Anton Khirnovh264: move mb_{x,y} into the per-slice context
2015-03-21 Anton Khirnovh264: move redundant_pic_count into the per-slice context
2015-03-21 Anton Khirnovh264: move cabac_init_idc into the per-slice context
2015-03-21 Anton Khirnovh264: move loopfilter parameters into the per-slice...
2015-03-21 Anton Khirnovh264: move the ref lists variables into the per-slice...
2015-03-21 Anton Khirnovh264: move direct_spatial_mv_pred into the per-slice...
2015-03-21 Anton Khirnovh264: move the slice type variables into the per-slice...
2015-03-21 Anton Khirnovh264: move the quantizers into the per-slice context
2015-03-21 Anton Khirnovh264: split weighted pred-related vars into per-slice...
2014-09-01 Diego Biurrundxva2: Pass variable of correct type to IDirectXVideoDe...
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
2014-04-28 Michael Niedermayerhwaccel: fix dxva2 & vaapi loop filter parameters
2014-04-28 Hendrik Leppkesdxva2_h264: add a workaround for old Intel GPUs
2014-04-28 Hendrik Leppkesdxva2_h264: set the correct ref frame index in the...
2014-03-31 Michael Niedermayerdxva2: Directly use AVFrames
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2014-03-16 Vittorio Giovarah264: move relevant fields from Picture to H264Picture
2013-03-21 Anton Khirnovh264: add a parameter to the FIELD_OR_MBAFF_PICTURE...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-05 Diego Biurrunhwaccel: consistent name prefixes for start_frame/end_f...
2013-02-15 Anton Khirnovh264: deMpegEncContextize
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