summaryrefslogtreecommitdiffstats
path: root/libavcodec/dxva2_h264.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* dxva2_h264: Unbreak compilation after 3176217c6Martin Storsjö2016-04-251-0/+2
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-241-1/+1
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-241-39/+41
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-281-10/+10
* h264data: Move all data tables from a header to a .c fileDiego Biurrun2016-03-251-1/+1
* dxva: Include last the internal headerLuca Barbato2015-10-141-1/+5
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-40/+98
* h264: use properly allocated AVFramesAnton Khirnov2015-04-291-5/+5
* dxva2_h264: fix slice offset in long slice structsHendrik Leppkes2015-03-231-1/+1
* h264: use a smaller struct for the ref listsAnton Khirnov2015-03-211-1/+1
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move redundant_pic_count into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move cabac_init_idc into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-211-5/+5
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-211-7/+8
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-211-4/+5
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-211-1/+1
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-211-10/+11
* dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-011-2/+5
* hwaccel: Rename priv_data_size to frame_priv_data_sizeAnton Khirnov2014-05-111-1/+1
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-281-2/+2
* dxva2_h264: add a workaround for old Intel GPUsHendrik Leppkes2014-04-281-1/+7
* dxva2_h264: set the correct ref frame index in the long slice structHendrik Leppkes2014-04-281-4/+14
* dxva2: Directly use AVFramesMichael Niedermayer2014-04-011-4/+4
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-161-5/+5
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-211-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-5/+5
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-4/+4
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-10/+11
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-24/+24
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dxva2_h264: fix signaling of mbaff framesHendrik Leppkes2012-06-261-1/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-301-6/+8
* dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-301-9/+22
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-101-9/+9
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-211-1/+1
* Reindent after last commit on dxva2 h264 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* Fixed h264 long term support with dxva2 AVHWAccel.Laurent Aimar2010-05-141-8/+8
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.Laurent Aimar2010-03-041-4/+4
OpenPOWER on IntegriCloud