gstreamer/gst/vaapi
Gwenole Beauchesne 3a762284a2 vaapivideomemory: use an image pool to cache objects.
Use an image pool to hold VA images to be used for downloads/uploads
of contents for the associated surface.

This is an optmization for size. So, instead of creating as many VA
images as there are buffers (then VA surfaces) allocated, we only
maintain a minimal set of live VA images, thus preserving memory
resources.
2014-07-24 06:55:26 +02:00
..
gstvaapi.c plugins: add mpeg2 encoder element. 2013-11-24 16:52:05 +01:00
gstvaapidecode.c plugins: expose I420 format for interop with SW elements. 2014-07-23 16:25:08 +02:00
gstvaapidecode.h plugins: factor out pad caps. 2013-12-18 16:38:57 +01:00
gstvaapidownload.c download: use GstVideoInfo facilities to build output caps. 2013-12-21 12:35:24 +01:00
gstvaapidownload.h plugins: add new base object, store display in there. 2013-12-18 16:38:57 +01:00
gstvaapiencode.c legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_h264.c encoder: h264: add initial support for H.264 Stereo High profile. 2014-06-02 18:25:13 +02:00
gstvaapiencode_h264.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_mpeg2.c legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiencode_mpeg2.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiparse.c plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
gstvaapiparse.h plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00
gstvaapipluginbase.c plugins: fix initialization with foreign context. 2014-06-13 17:42:29 +02:00
gstvaapipluginbase.h plugins: factor out support for raw YUV buffers on sink pads. 2013-12-18 16:38:57 +01:00
gstvaapipluginutil.c plugins: expose I420 format for interop with SW elements. 2014-07-23 16:25:08 +02:00
gstvaapipluginutil.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapipostproc.c vaapipostproc: don't let tmp_rect go out of scope. 2014-07-03 22:59:36 +02:00
gstvaapipostproc.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapisink.c vaapisink: fix initialization with "drm" display type. 2014-06-13 17:42:35 +02:00
gstvaapisink.h legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapiupload.c plugins: factor out pad caps. 2013-12-18 16:38:57 +01:00
gstvaapiupload.h plugins: add new base object, store display in there. 2013-12-18 16:38:57 +01:00
gstvaapiuploader.c plugins: factor out construction of template caps. 2013-12-21 12:35:24 +01:00
gstvaapiuploader.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideobuffer.c plugins: drop obsolete functions. 2013-11-28 17:32:18 +01:00
gstvaapivideobuffer.h plugins: drop obsolete functions. 2013-11-28 17:32:18 +01:00
gstvaapivideobufferpool.c plugins: allow builds without GLX enabled for GStreamer 1.2. 2013-12-11 15:30:51 +01:00
gstvaapivideobufferpool.h plugins: request GLTextureUpload meta on buffers in the buffer pool. 2013-12-11 15:30:51 +01:00
gstvaapivideocontext.c plugins: re-indent common and video context creation utils. 2013-12-21 12:35:23 +01:00
gstvaapivideocontext.h plugins: re-indent common and video context creation utils. 2013-12-21 12:35:23 +01:00
gstvaapivideoconverter_glx.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideoconverter_glx.h legal: update copyright notice dates. 2013-11-22 06:39:20 +01:00
gstvaapivideoconverter_x11.c legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideoconverter_x11.h legal: add per-file authorship information. 2013-11-22 06:39:15 +01:00
gstvaapivideomemory.c vaapivideomemory: use an image pool to cache objects. 2014-07-24 06:55:26 +02:00
gstvaapivideomemory.h vaapivideomemory: use an image pool to cache objects. 2014-07-24 06:55:26 +02:00
gstvaapivideometa.c encoder: rework GstVaapiCodedBuffer and related proxy. 2013-12-04 19:14:38 +01:00
gstvaapivideometa.h plugins: drop obsolete functions. 2013-11-28 17:32:18 +01:00
gstvaapivideometa_texture.c legal: update copyright notice dates. 2014-01-22 19:02:35 +01:00
gstvaapivideometa_texture.h plugins: fix GLTextureUploadMeta to work with different texture ids. 2013-12-11 15:30:51 +01:00
Makefile.am plugins: add built-in video parsers as "vaapiparse" element. 2014-06-13 17:17:07 +02:00