gstreamer/gst/vaapi
Gwenole Beauchesne 6136ebe5e2 vaapisink: improve check for raw YUV format mode.
Improve check for raw YUV format modes by avoiding checks against strings
("video/x-raw-yuv") for each new GstBuffer allocation. In the usual case,
GstBaseSink::set_caps() is called first and if VA surface format mode is
used, then GstBaseSink::buffer_alloc() is not called. If the latter is
called before set_caps(), then we just make a full check. This one is
pretty rare though, e.g. it usually happens once for custom pipelines.
2013-04-03 15:58:57 +02:00
..
gstvaapi.c libs: fix compatibility with glib 2.28. 2012-12-17 14:33:52 +01:00
gstvaapidecode.c vaapidecode: expose the exact set of supported HW decoders. 2013-04-03 15:10:19 +02:00
gstvaapidecode.h vaapidecode: expose the exact set of supported HW decoders. 2013-04-03 15:10:19 +02:00
gstvaapidownload.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapidownload.h plugins: integrate GstVaapiVideoBuffer from libgstvaapi. 2013-03-21 18:16:14 +01:00
gstvaapipluginutil.c plugins: don't fail if there is no overlay composition to apply. 2013-04-03 15:11:01 +02:00
gstvaapipluginutil.h plugins: use common helper function to apply compositions. 2013-03-21 18:16:14 +01:00
gstvaapipostproc.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapipostproc.h plugins: integrate GstVaapiVideoBuffer from libgstvaapi. 2013-03-21 18:16:14 +01:00
gstvaapisink.c vaapisink: improve check for raw YUV format mode. 2013-04-03 15:58:57 +02:00
gstvaapisink.h legal: fix year for some copyright notices (2012). 2013-01-29 14:37:02 +01:00
gstvaapiupload.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapiupload.h vaapiupload: use new GstVaapiUploader helper. 2012-11-20 16:04:51 +01:00
gstvaapiuploader.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapiuploader.h vaapisink: compute and expose the supported set of YUV caps. 2012-11-20 16:04:51 +01:00
gstvaapivideobuffer.c plugins: streamline video buffers. 2013-03-26 18:52:49 +01:00
gstvaapivideobuffer.h plugins: streamline video buffers. 2013-03-26 18:52:49 +01:00
gstvaapivideoconverter_glx.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapivideoconverter_glx.h plugins: integrate GstVaapiVideoBuffer from libgstvaapi. 2013-03-21 18:16:14 +01:00
gstvaapivideometa.c plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
gstvaapivideometa.h plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00
Makefile.am plugins: integrate GstVaapiVideoMeta from libgstvaapi. 2013-03-26 10:33:27 +01:00