]> git.sesse.net Git - ffmpeg/history - libavcodec/vaapi.c
avconv_vaapi: Convert to use hw_frames_ctx only
[ffmpeg] / libavcodec / vaapi.c
2016-06-21 Anton Khirnovh264: rename h264.[ch] to h264dec.[ch]
2016-05-03 Diego Biurrunvaapi: Drop pointless debug output
2015-09-13 Vittorio Giovarampegvideo: Drop mpegvideo.h where not needed
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-12-14 Thiago Santosvaapi: wrap codec specific functions in appropiate...
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-20 wm4vaapi: switch ff_vaapi_get_surface_id from Picture...
2013-03-14 Janne Grunauvaapi: fix argument for ff_vaapi_common_end_frame call
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2009-12-28 Gwenole BeauchesneRename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_p...
2009-12-28 Gwenole BeauchesneRename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
2009-03-31 Gwenole BeauchesneImprove VA API buffers allocation logic. This also...
2009-03-22 Gwenole BeauchesneAdd common VA API data structures and helpers.