]> git.sesse.net Git - ffmpeg/history - libavcodec/vaapi_h264.c
h264: move the parameter set definitions to a new header file
[ffmpeg] / libavcodec / vaapi_h264.c
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-03 Diego Biurrunvaapi: Drop pointless debug output
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-04-02 Mark Thompsonvaapi_h264: Fix bit offset of slice data.
2016-03-28 Anton Khirnovh264: factor out pred weight table parsing into a separ...
2016-03-19 Mark Thompsonlavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX...
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-03-23 Hendrik Leppkesvaapi_h264: fix slice data offset
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 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-08-14 Edgar Hucekvaapi: set the scaling list correctly.
2014-04-28 Michael Niedermayerhwaccel: fix dxva2 & vaapi loop filter parameters
2014-03-20 wm4vaapi: switch ff_vaapi_get_surface_id from Picture...
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-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_*
2011-11-28 Diego BiurrunEliminate pointless 0/NULL initializers in AVCodec...
2011-07-14 Diego Biurrundoxygen: misc consistency cosmetics
2011-07-10 Mans Rullgardhwaccel: unbreak build
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-09 Gwenole Beauchesnevaapi: filter out DELAYED_PIC_REF flag to determine...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-27 Luca BarbatoAdd ff_ to AVHWAccel decoders
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-13 Gwenole Beauchesne[VA-API] Fix long-term reference frames addition to...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-04 Gwenole BeauchesneCope with rev 22183:
2010-03-03 Gwenole BeauchesneCope with rev 22169 change:
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2009-12-29 Gwenole BeauchesneAdd H.264 bitstream decoding through VAAPI.