summaryrefslogtreecommitdiffstats
path: root/video/mp_image_pool.c
Commit message (Expand)AuthorAgeFilesLines
* 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