gstreamer/gst/vaapi
Gwenole Beauchesne c43a2d497a decoder: add gst_vaapi_decoder_get_frame_with_timeout().
Add gst_vaapi_decoder_get_frame_with_timeout() helper function that will
wait for a frame to be decoded, until the specified timeout in microseconds,
prior to returning to the caller.

This is a fix to performance regression from 851cc0, whereby the vaapidecode
loop executed on the srcpad task was called to often, thus starving all CPU
resources.
2013-04-25 14:18:00 +02:00
..
gstvaapi.c vaapipostproc: port to GStreamer 1.0. 2013-04-17 10:18:45 +02:00
gstvaapidecode.c decoder: add gst_vaapi_decoder_get_frame_with_timeout(). 2013-04-25 14:18:00 +02:00
gstvaapidecode.h vaapidecode: expose the exact set of supported HW decoders. 2013-04-03 15:10:19 +02:00
gstvaapidownload.c plugins: use gst_object_unref() wherever applicable. 2013-04-18 17:16:43 +02:00
gstvaapidownload.h plugins: integrate GstVaapiVideoBuffer from libgstvaapi. 2013-03-21 18:16:14 +01:00
gstvaapipluginutil.c plugins: initial port to GStreamer 1.0. 2013-04-10 14:58:16 +02:00
gstvaapipluginutil.h vaapipostproc: port to GStreamer 1.0. 2013-04-17 10:18:45 +02:00
gstvaapipostproc.c vaapipostproc: minor clean-ups. 2013-04-17 10:58:04 +02:00
gstvaapipostproc.h plugins: integrate GstVaapiVideoBuffer from libgstvaapi. 2013-03-21 18:16:14 +01:00
gstvaapisink.c plugins: use gst_object_unref() wherever applicable. 2013-04-18 17:16:43 +02:00
gstvaapisink.h Allow build against either GStreamer API (0.10 or 1.0). 2013-04-10 14:58:17 +02:00
gstvaapiupload.c plugins: use gst_object_unref() wherever applicable. 2013-04-18 17:16:43 +02:00
gstvaapiupload.h vaapiupload: use new GstVaapiUploader helper. 2012-11-20 16:04:51 +01:00
gstvaapiuploader.c Allow build against either GStreamer API (0.10 or 1.0). 2013-04-10 14:58:17 +02:00
gstvaapiuploader.h vaapisink: compute and expose the supported set of YUV caps. 2012-11-20 16:04:51 +01:00
gstvaapivideobuffer.c plugins: implement GstSurfaceMeta API. 2013-04-15 13:48:43 +02:00
gstvaapivideobuffer.h plugins: streamline video buffers. 2013-03-26 18:52:49 +01:00
gstvaapivideobufferpool.c plugins: implement uploads from raw YUV buffers for GStreamer 1.0. 2013-04-10 14:58:17 +02:00
gstvaapivideobufferpool.h plugins: mark a few more functions as internal. 2013-04-15 13:52:19 +02:00
gstvaapivideoconverter_glx.c plugins: initial port to GStreamer 1.0. 2013-04-10 14:58:16 +02:00
gstvaapivideoconverter_glx.h plugins: mark a few more functions as internal. 2013-04-15 13:52:19 +02:00
gstvaapivideomemory.c plugins: implement direct-rendering mode for raw YUV buffer uploads. 2013-04-10 14:58:17 +02:00
gstvaapivideomemory.h plugins: implement direct-rendering mode for raw YUV buffer uploads. 2013-04-10 14:58:17 +02:00
gstvaapivideometa.c plugins: allow copies of GstVaapiVideoMeta objects. 2013-04-10 14:58:16 +02:00
gstvaapivideometa.h plugins: allow copies of GstVaapiVideoMeta objects. 2013-04-10 14:58:16 +02:00
Makefile.am vaapipostproc: port to GStreamer 1.0. 2013-04-17 10:18:45 +02:00