summaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes2015-09-161-0/+1
|\
| * mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-0/+1
* | vaapi: drop unused include.Gwenole Beauchesne2015-08-191-1/+0
* | vaapi: fix usage of invalid buffer ids.Gwenole Beauchesne2015-08-191-8/+13
* | vaapi: streamline public context structure.Gwenole Beauchesne2015-08-191-9/+31
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | Merge commit 'bab8d73765238bfeea7a8dfd454f40ac213b3d22'Michael Niedermayer2014-12-151-0/+26
|\ \ | |/
| * vaapi: wrap codec specific functions in appropiate #ifsThiago Santos2014-12-141-0/+4
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
| * vaapi: switch ff_vaapi_get_surface_id from Picture to AVFramewm42014-03-201-1/+1
* | Fix compilation with --disable-everything --enable-shared.Carl Eugen Hoyos2013-07-291-22/+0
* | vaapi: return early from ff_vaapi_render_picture() without pictureJanne Grunau2013-06-181-0/+3
* | Revert "vaapi: return early from ff_vaapi_render_picture() without picture"Carl Eugen Hoyos2013-06-181-3/+0
* | vaapi: return early from ff_vaapi_render_picture() without pictureCarl Eugen Hoyos2013-06-181-0/+3
* | Merge commit '3e175a2a550f5c2f788e8cd969052e10a5025a27'Michael Niedermayer2013-03-151-1/+1
|\ \ | |/
| * vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau2013-03-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-161-17/+28
|\ \ | |/
| * h264: deMpegEncContextizeAnton Khirnov2013-02-151-17/+28
* | Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer2013-02-161-1/+1
|\ \ | |/
| * mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-1/+1
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
* | Replace dprintf with av_dlogLuca Barbato2011-01-301-1/+1
|/
* Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().Gwenole Beauchesne2009-12-281-1/+1
* Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().Gwenole Beauchesne2009-12-281-1/+1
* Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne2009-03-311-21/+32
* Add common VA API data structures and helpers.Gwenole Beauchesne2009-03-221-0/+197
OpenPOWER on IntegriCloud