summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapivideomemory.c
Commit message (Expand)AuthorAgeFilesLines
* libs: small refactors to enhance the code styleVíctor Manuel Jáquez Leal2016-02-031-6/+8
* plugins: fix code styleVíctor Manuel Jáquez Leal2016-02-031-1/+1
* gstvaapivideomemory: native format with no derived imageVíctor Manuel Jáquez Leal2015-08-131-1/+2
* surface pool config based on video infoVíctor Manuel Jáquez Leal2015-08-131-1/+3
* gstvaapivideomemory: refactor gst_vaapi_video_allocator_new()Víctor Manuel Jáquez Leal2015-08-131-53/+81
* gst/vaapi: Switch to upstreram like indentation.Sreerenj Balachandran2015-06-301-2/+1
* update and move gstcompat.hVíctor Manuel Jáquez Leal2015-04-031-1/+1
* plugins: fix allocation of DMABUF memory.Gwenole Beauchesne2015-03-021-2/+13
* Fix compiler warningsVíctor Manuel Jáquez Leal2015-02-181-1/+1
* plugins: add support for dma_buf exports (v4l2src).Gwenole Beauchesne2015-01-281-0/+263
* videopool: add optional flags for surface pool allocation.Gwenole Beauchesne2015-01-271-3/+3
* vaapivideomemory: don't crash when trying to allocate 0x0 images.Gwenole Beauchesne2015-01-151-0/+2
* plugins: further fixes to the new "current" storage tracker.Gwenole Beauchesne2014-11-241-11/+4
* plugins: fix "current" video memory flags.Gwenole Beauchesne2014-11-211-0/+16
* plugins: ensure VA surface is current prior to using it.Gwenole Beauchesne2014-11-211-16/+78
* plugins: enable memory maps for read & write.Víctor Manuel Jáquez Leal2014-11-191-10/+0
* vaapivideomemory: avoid NULL pointer unref if GstVaapiImage creation failed.Sreerenj Balachandran2014-08-221-1/+2
* plugins: allow bufferpool to not allocate vaapi video meta.Gwenole Beauchesne2014-08-221-3/+10
* plugins: re-indent all GstVaapiVideo* related source code.Gwenole Beauchesne2014-08-221-485/+483
* vaapivideomemory: always prefer native VA surface formats.Gwenole Beauchesne2014-07-251-1/+7
* vaapivideomemory: disallow memory shares across buffers, use a copy.Gwenole Beauchesne2014-07-241-5/+15
* vaapivideomemory: use an image pool to cache objects.Gwenole Beauchesne2014-07-241-8/+38
* vaapivideomemory: forbid R/W mappings if non direct-rendering mode.Gwenole Beauchesne2014-07-241-1/+1
* vaapivideomemory: minor code clean-ups.Gwenole Beauchesne2014-07-231-22/+10
* vaapivideomemory: add support for raw pixels mappings.Gwenole Beauchesne2014-07-231-15/+87
* vaapivideomemory: fix determination of the surface pool format.Sreerenj Balachandran2014-07-231-2/+2
* vaapivideomemory: fix association of surface to proxy.Gwenole Beauchesne2014-07-231-3/+2
* plugins: expose I420 format for interop with SW elements.Gwenole Beauchesne2014-07-231-1/+1
* plugins: allow download capability to vaapidecode element.Gwenole Beauchesne2014-07-221-1/+10
* plugins: fix memory leaks through GstVideoMeta maps.Gwenole Beauchesne2013-11-281-2/+2
* legal: add per-file authorship information.Gwenole Beauchesne2013-11-221-0/+1
* plugins: fix and optimize check for buffer pool allocator params.Gwenole Beauchesne2013-10-091-7/+3
* plugins: enable memory maps for read & write with direct-rendering.Gwenole Beauchesne2013-10-091-2/+6
* plugins: fix check for direct-rendering support.Gwenole Beauchesne2013-10-091-9/+16
* plugins: fix buffer pool reset_buffer() to reset memory resources.Gwenole Beauchesne2013-10-091-0/+10
* plugins: fix GstVaapiVideoMemory to allocate VA surface proxies.Gwenole Beauchesne2013-10-091-8/+49
* plugins: fix ref counting of GstVaapiVideoMemory allocator.Gwenole Beauchesne2013-07-121-1/+2
* plugins: allow creation of VA surfaces with explicit pixel format.Gwenole Beauchesne2013-07-101-2/+17
* plugins: port to new video format API.Gwenole Beauchesne2013-07-091-7/+1
* plugins: allow buffer mappings to GstVaapiSurfaceProxy.Gwenole Beauchesne2013-06-051-3/+64
* plugins: silence check for direct-rendering mode in video memory.Gwenole Beauchesne2013-06-051-2/+4
* plugins: improve video memory flags safety checks.Gwenole Beauchesne2013-06-051-2/+5
* plugins: cope with GST_VAAPI_IS_xxx() macros removal.Gwenole Beauchesne2013-05-231-1/+1
* plugins: cope with new GstVaapiMiniObject objects.Gwenole Beauchesne2013-05-071-5/+5
* plugins: implement direct-rendering mode for raw YUV buffer uploads.Gwenole Beauchesne2013-04-101-2/+36
* plugins: implement uploads from raw YUV buffers for GStreamer 1.0.Gwenole Beauchesne2013-04-101-1/+215
* plugins: add GstVaapiVideoMemory and GstVaapiVideoBufferPool objects.Sreerenj Balachandran2013-04-101-0/+177