summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurfacepool.c
Commit message (Expand)AuthorAgeFilesLines
* libs: small code style fixesVíctor Manuel Jáquez Leal2016-02-031-1/+2
* libs: trivial comment style fixesVíctor Manuel Jáquez Leal2016-02-031-1/+1
* gstvaapisurfacepool: Add new API to create surface pool based on chroma typeSreerenj Balachandran2015-12-081-0/+36
* videopool: add optional flags for surface pool allocation.Gwenole Beauchesne2015-01-271-16/+48
* videopool: re-indent all GstVaapiVideoPool related source code.Gwenole Beauchesne2015-01-271-60/+61
* legal: update copyright notice dates.Gwenole Beauchesne2013-11-221-1/+1
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+2
* Fix new video format API.Gwenole Beauchesne2013-07-151-1/+1
* surface: fix surface pool creation with an explicit pixel format.Gwenole Beauchesne2013-07-101-3/+23
* Use GstVideoInfo for video pools.Gwenole Beauchesne2013-07-101-14/+8
* libs: add query for GstVaapiVideoPool object types.Gwenole Beauchesne2013-05-231-1/+2
* libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne2013-05-231-1/+1
* videopool: simplify creation of video objects pool.Gwenole Beauchesne2013-05-071-7/+5
* libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne2013-05-071-57/+47
* legal: add Intel copyright on modified files.Gwenole Beauchesne2013-01-291-0/+1
* libs: fix build in strict ISO C mode.Gwenole Beauchesne2012-09-071-1/+1
* Add header for system-dependent definitions.Gwenole Beauchesne2012-01-301-1/+1
* legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne2012-01-161-1/+1
* Update copyright notice.Gwenole Beauchesne2011-06-141-1/+1
* Fix licensing terms.Gwenole Beauchesne2011-06-141-10/+11
* Fix short descriptions.gb2010-03-241-2/+2
* Document surface & image pools. Drop obsolete gst_vaapi_video_pool_new() func...gb2010-03-191-0/+15
* Rename vaapi_debug.h to gstvaapidebug.h.gb2010-03-161-1/+1
* Add GstVaapiImagePool and factor out GstVaapiSurfacePool from a base GstVaapi...gb2010-03-121-194/+28
* Add VA surface pool (lazy allocator).gb2010-03-121-0/+277