summaryrefslogtreecommitdiffstats
path: root/video/mp_image_pool.c
Commit message (Expand)AuthorAgeFilesLines
* mp_image_pool: expose a function for reporting hw download formatwm42019-10-021-11/+20
* mp_image_pool: add helper functions for FFmpeg hw frames poolswm42018-01-181-0/+73
* video: change some mp_image_pool semanticswm42018-01-131-8/+10
* video: fix memory leaks with hwdec copy modeswm42017-12-011-2/+2
* video: remove special path for hwdec screenshotswm42017-10-161-2/+1
* vf_vavpp: use libavutil hw frames API for frame pool and uploadwm42017-09-291-0/+34
* Revert "mp_image_pool: disallow adding read only frames"wm42017-08-081-6/+2
* mp_image_pool: disallow adding read only frameswm42017-07-231-2/+6
* mp_image_tool: guard hw downloading against allocation failureswm42017-02-071-1/+1
* mp_image_pool: fix build on Libavwm42017-01-121-0/+1
* vaapi: use libavutil functions for copying hw surfaces to memorywm42017-01-121-1/+62
* mp_image_pool: add mp_image_pool_addKevin Mitchell2016-02-161-4/+9
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* video: replace our own refcounting with libavutil'swm42015-07-051-3/+29
* Update license headersMarcin Kurczewski2015-04-131-2/+1
* mp_image_pool: allow passing pool=NULL in more placeswm42015-01-221-2/+4
* video: introduce failure path for image allocationswm42014-06-171-5/+17
* mp_image_pool: add features needed for use with hwaccelwm42014-03-171-18/+60
* video: change image format from unsigned int to int in some placeswm42014-03-171-1/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* build: make pthreads mandatorywm42013-11-281-8/+3
* talloc: change talloc destructor signaturewm42013-10-131-2/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* mp_image_pool: make reference counting thread-safewm42013-07-281-33/+69
* mp_image_pool: add pool to avoid frequent image reallocationswm42013-01-131-0/+133