summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapisurfacepool.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-01libs: Fix a typo in comments.He Junyan1-1/+1
2016-11-03libs: fix code style for errorsVíctor Manuel Jáquez Leal1-2/+5
2016-02-03libs: small code style fixesVíctor Manuel Jáquez Leal1-1/+2
2016-02-03libs: trivial comment style fixesVíctor Manuel Jáquez Leal1-1/+1
2015-12-08gstvaapisurfacepool: Add new API to create surface pool based on chroma typeSreerenj Balachandran1-0/+36
2015-01-27videopool: add optional flags for surface pool allocation.Gwenole Beauchesne1-16/+48
2015-01-27videopool: re-indent all GstVaapiVideoPool related source code.Gwenole Beauchesne1-60/+61
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-07-15Fix new video format API.Gwenole Beauchesne1-1/+1
2013-07-10surface: fix surface pool creation with an explicit pixel format.Gwenole Beauchesne1-3/+23
2013-07-10Use GstVideoInfo for video pools.Gwenole Beauchesne1-14/+8
2013-05-23libs: add query for GstVaapiVideoPool object types.Gwenole Beauchesne1-1/+2
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-1/+1
2013-05-07videopool: simplify creation of video objects pool.Gwenole Beauchesne1-7/+5
2013-05-07libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne1-57/+47
2013-01-29legal: add Intel copyright on modified files.Gwenole Beauchesne1-0/+1
2012-09-07libs: fix build in strict ISO C mode.Gwenole Beauchesne1-1/+1
2012-01-30Add header for system-dependent definitions.Gwenole Beauchesne1-1/+1
2012-01-16legal: fix copyright notices to include "Copyright" term.Gwenole Beauchesne1-1/+1
2011-06-14Update copyright notice.Gwenole Beauchesne1-1/+1
2011-06-14Fix licensing terms.Gwenole Beauchesne1-10/+11
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-19Document surface & image pools. Drop obsolete gst_vaapi_video_pool_new() func...gb1-0/+15
2010-03-16Rename vaapi_debug.h to gstvaapidebug.h.gb1-1/+1
2010-03-12Add GstVaapiImagePool and factor out GstVaapiSurfacePool from a base GstVaapi...gb1-194/+28
2010-03-12Add VA surface pool (lazy allocator).gb1-0/+277