summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_h264.c
Commit message (Expand)AuthorAgeFilesLines
* hwaccel: fix dxva2 & vaapi loop filter parametersMichael Niedermayer2014-04-281-2/+2
* vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-201-3/+3
* 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
* hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-051-13/+14
* h264: deMpegEncContextizeAnton Khirnov2013-02-151-10/+22
* 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
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-2/+0
* doxygen: misc consistency cosmeticsDiego Biurrun2011-07-141-3/+4
* hwaccel: unbreak buildMans Rullgard2011-07-101-5/+5
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-091-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-9/+9
* Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
* Add ff_ to AVHWAccel decodersLuca Barbato2011-01-271-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-9/+9
* [VA-API] Fix long-term reference frames addition to the DPB.Gwenole Beauchesne2010-04-131-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Cope with rev 22183:Gwenole Beauchesne2010-03-041-4/+4
* Cope with rev 22169 change:Gwenole Beauchesne2010-03-031-4/+4
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-231-2/+2
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-091-14/+1
* Add H.264 bitstream decoding through VAAPI.Gwenole Beauchesne2009-12-291-0/+360
OpenPOWER on IntegriCloud