aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/mp_image_pool.c
Commit message (Expand)AuthorAge
* mp_image_pool: add helper functions for FFmpeg hw frames poolsGravatar wm42018-01-18
* video: change some mp_image_pool semanticsGravatar wm42018-01-13
* video: fix memory leaks with hwdec copy modesGravatar wm42017-12-01
* video: remove special path for hwdec screenshotsGravatar wm42017-10-16
* vf_vavpp: use libavutil hw frames API for frame pool and uploadGravatar wm42017-09-29
* Revert "mp_image_pool: disallow adding read only frames"Gravatar wm42017-08-08
* mp_image_pool: disallow adding read only framesGravatar wm42017-07-23
* mp_image_tool: guard hw downloading against allocation failuresGravatar wm42017-02-07
* mp_image_pool: fix build on LibavGravatar wm42017-01-12
* vaapi: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* mp_image_pool: add mp_image_pool_addGravatar Kevin Mitchell2016-02-16
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* 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