summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapivideopool.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27libs: delete all gstvaapiobject related files.He Junyan1-1/+0
2020-03-06libs: videopool: fix a condition race for pool allocate.He Junyan1-0/+7
2019-12-20libs: surface: port to GstMiniObjectHe Junyan1-37/+5
2019-12-20libs: codedbuffer: port to GstMiniObjectHe Junyan1-7/+14
2019-12-20libs: image: port to GstMiniObject base classHe Junyan1-5/+30
2019-08-15libs: videopool: fix undocumented behavior and countingHe Junyan1-17/+15
2018-09-25libs: videopool: remove unneeded codeVíctor Manuel Jáquez Leal1-8/+5
2018-06-14libs: display: remove gst_vaapi_display_ref()Víctor Manuel Jáquez Leal1-1/+1
2015-04-16videopool: Release lock while allocating new objectOlivier Crete1-1/+7
2015-01-27videopool: re-indent all GstVaapiVideoPool related source code.Gwenole Beauchesne1-136/+136
2013-11-22legal: update copyright notice dates.Gwenole Beauchesne1-1/+1
2013-11-22legal: add per-file authorship information.Gwenole Beauchesne1-0/+2
2013-11-21libs: make GstVaapiVideoPool thread-safe.XuGuangxin1-22/+92
2013-07-12pool: fix deallocation of video pools.Gwenole Beauchesne1-1/+2
2013-05-23libs: add query for GstVaapiVideoPool object types.Gwenole Beauchesne1-1/+20
2013-05-23libs: drop GST_VAAPI_IS_xxx() helper macros.Gwenole Beauchesne1-11/+11
2013-05-07libs: use GstVaapiMiniObject for display objects.Gwenole Beauchesne1-2/+2
2013-05-07libs: use GstVaapiMiniObject for video object pools.Gwenole Beauchesne1-230/+76
2013-05-07libs: use GstVaapiObject for VA objects.Gwenole Beauchesne1-7/+8
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-07-19libs: use g_clear_object() wherever applicable.Javier Jardón1-4/+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-09-20Expose video pool display.gb1-1/+18
2010-04-21Add a means to cap the number of objects allocated in the pool.gb1-9/+178
2010-03-24Fix short descriptions.gb1-2/+2
2010-03-19Document surface & image pools. Drop obsolete gst_vaapi_video_pool_new() func...gb1-12/+55
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-0/+249