aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image_pool.c
Commit message (Expand)AuthorAge
* video: replace our own refcounting with libavutil'sGravatar wm42015-07-05
* Update license headersGravatar Marcin Kurczewski2015-04-13
* mp_image_pool: allow passing pool=NULL in more placesGravatar wm42015-01-22
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* mp_image_pool: add features needed for use with hwaccelGravatar wm42014-03-17
* video: change image format from unsigned int to int in some placesGravatar wm42014-03-17
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* build: make pthreads mandatoryGravatar wm42013-11-28
* talloc: change talloc destructor signatureGravatar wm42013-10-13
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* mp_image_pool: make reference counting thread-safeGravatar wm42013-07-28
* mp_image_pool: add pool to avoid frequent image reallocationsGravatar wm42013-01-13