summaryrefslogtreecommitdiff
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAge
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-03
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* vaapi_h264: Fix bit offset of slice data.Mark Thompson2016-04-02
* h264: factor out pred weight table parsing into a separate fileAnton Khirnov2016-03-28
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* vaapi_h264: fix slice data offsetHendrik Leppkes2015-03-23
* h264: use a smaller struct for the ref listsAnton Khirnov2015-03-21
* h264: move mb_{x,y} into the per-slice contextAnton Khirnov2015-03-21
* h264: move cabac_init_idc into the per-slice contextAnton Khirnov2015-03-21
* h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move direct_spatial_mv_pred into the per-slice contextAnton Khirnov2015-03-21
* h264: move the slice type variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* h264: split weighted pred-related vars into per-slice contextAnton Khirnov2015-03-21
* vaapi: set the scaling list correctly.Edgar Hucek2014-08-14
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-28
* vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-20
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-28
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-14
* hwaccel: unbreak buildMans Rullgard2011-07-10
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-09
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-27
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-13
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Cope with rev 22183:Gwenole Beauchesne2010-03-04
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-03
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-29