summaryrefslogtreecommitdiffstats
path: root/video/mp_image_pool.h
Commit message (Expand)AuthorAgeFilesLines
* mp_image_pool: add helper functions for FFmpeg hw frames poolswm42018-01-181-0/+8
* video: change some mp_image_pool semanticswm42018-01-131-1/+1
* vf_vavpp: use libavutil hw frames API for frame pool and uploadwm42017-09-291-0/+2
* vaapi: use libavutil functions for copying hw surfaces to memorywm42017-01-121-0/+3
* mp_image_pool: add mp_image_pool_addKevin Mitchell2016-02-161-0/+2
* video: introduce failure path for image allocationswm42014-06-171-1/+3
* mp_image_pool: add features needed for use with hwaccelwm42014-03-171-0/+9
* video: change image format from unsigned int to int in some placeswm42014-03-171-1/+1
* mp_image_pool: make reference counting thread-safewm42013-07-281-7/+1
* mp_image_pool: add pool to avoid frequent image reallocationswm42013-01-131-0/+22