gstreamer/gst-libs/gst/vaapi
2010-03-29 09:09:30 +00:00
..
gstvaapicompat.h Add compatibility with the original VA-API 0.29. 2010-03-24 16:17:49 +00:00
gstvaapidebug.h Only enable GST_DEBUG() if DEBUG is defined. Drop old D(bug()) stuff. 2010-03-25 17:21:13 +00:00
gstvaapidisplay.c Add gst_vaapi_display_{sync,flush}() helpers. 2010-03-26 11:35:20 +00:00
gstvaapidisplay.h Add gst_vaapi_display_{sync,flush}() helpers. 2010-03-26 11:35:20 +00:00
gstvaapidisplay_glx.c Add initial VA/GLX support. 2010-03-25 17:28:49 +00:00
gstvaapidisplay_glx.h Add initial VA/GLX support. 2010-03-25 17:28:49 +00:00
gstvaapidisplay_x11.c MT-Safe: lock display. 2010-03-26 11:54:43 +00:00
gstvaapidisplay_x11.h Add compatibility with the original VA-API 0.29. 2010-03-24 16:17:49 +00:00
gstvaapiimage.c Fix return value on error (though it's the same in the end). 2010-03-25 13:21:19 +00:00
gstvaapiimage.h Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces. 2010-03-25 09:49:17 +00:00
gstvaapiimageformat.c Include gstvaapicompat.h in source files only, not headers. 2010-03-24 16:25:56 +00:00
gstvaapiimageformat.h Include gstvaapicompat.h in source files only, not headers. 2010-03-24 16:25:56 +00:00
gstvaapiimagepool.c Fix short descriptions. 2010-03-24 08:16:32 +00:00
gstvaapiimagepool.h Fix documentation of *Class'es. 2010-03-21 08:45:09 +00:00
gstvaapimarshal.list Add "destroy" signal. 2010-03-23 17:12:40 +00:00
gstvaapiobject.c Add gst_vaapi_object_{,un}lock_display() helpers. 2010-03-26 15:22:00 +00:00
gstvaapiobject.h Add gst_vaapi_object_{,un}lock_display() helpers. 2010-03-26 15:22:00 +00:00
gstvaapiobject_priv.h Add more internal helpers. 2010-03-25 09:37:40 +00:00
gstvaapiparamspecs.c All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default. 2010-03-24 17:38:23 +00:00
gstvaapiparamspecs.h Add GParamSpecs for GstVaapiID. 2010-03-24 12:57:54 +00:00
gstvaapisubpicture.c Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces. 2010-03-25 09:49:17 +00:00
gstvaapisubpicture.h Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces. 2010-03-25 09:49:17 +00:00
gstvaapisurface.c Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces. 2010-03-25 09:49:17 +00:00
gstvaapisurface.h Restore the gst_vaapi_{surface,image,subpicture}_get_id() interfaces. 2010-03-25 09:49:17 +00:00
gstvaapisurfacepool.c Fix short descriptions. 2010-03-24 08:16:32 +00:00
gstvaapisurfacepool.h Fix documentation of *Class'es. 2010-03-21 08:45:09 +00:00
gstvaapitexture.c Add initial VA/GLX texture abstraction though the API is not good enough yet. 2010-03-26 16:52:07 +00:00
gstvaapitexture.h Add initial VA/GLX texture abstraction though the API is not good enough yet. 2010-03-26 16:52:07 +00:00
gstvaapitypes.h All GstVaapiID are initialized to GST_VAAPI_ID_NONE by default. 2010-03-24 17:38:23 +00:00
gstvaapiutils.c Add compatibility with the original VA-API 0.29. 2010-03-24 16:17:49 +00:00
gstvaapiutils.h Add compatibility with the original VA-API 0.29. 2010-03-24 16:17:49 +00:00
gstvaapiutils_glx.c Add initial VA/GLX texture abstraction though the API is not good enough yet. 2010-03-26 16:52:07 +00:00
gstvaapiutils_glx.h Add initial VA/GLX texture abstraction though the API is not good enough yet. 2010-03-26 16:52:07 +00:00
gstvaapiutils_x11.c Allow derived classes to specify custom Visual and Colormap. 2010-03-25 17:18:06 +00:00
gstvaapiutils_x11.h Allow derived classes to specify custom Visual and Colormap. 2010-03-25 17:18:06 +00:00
gstvaapivalue.c Move GValue specific stuff to a dedicated file. 2010-03-24 13:37:38 +00:00
gstvaapivalue.h Add missing file (gstvaapivalue.h). 2010-03-24 15:18:33 +00:00
gstvaapivideobuffer.c Fix short descriptions. 2010-03-24 08:16:32 +00:00
gstvaapivideobuffer.h Fix documentation of *Class'es. 2010-03-21 08:45:09 +00:00
gstvaapivideopool.c Fix short descriptions. 2010-03-24 08:16:32 +00:00
gstvaapivideopool.h Fix documentation of *Class'es. 2010-03-21 08:45:09 +00:00
gstvaapivideosink.c Fix short descriptions. 2010-03-24 08:16:32 +00:00
gstvaapivideosink.h Add tedious documentation. 2010-03-19 15:45:21 +00:00
gstvaapiwindow.c Check GstVaapiWindow::render() is available prior to calling it. 2010-03-26 08:35:24 +00:00
gstvaapiwindow.h Make GstVaapiWindow* derive from GstVaapiObject. 2010-03-24 17:22:18 +00:00
gstvaapiwindow_glx.c Fix typos. 2010-03-29 09:09:30 +00:00
gstvaapiwindow_glx.h Add gst_vaapi_window_glx_make_current(). Handle X11 window size changes and reset the GL viewport. 2010-03-26 09:41:12 +00:00
gstvaapiwindow_x11.c Add missing includes (for vaapi_check_status()). 2010-03-25 17:21:56 +00:00
gstvaapiwindow_x11.h Add gst_vaapi_window_x11_is_foreign_xid() helper. 2010-03-25 17:18:36 +00:00
Makefile.am Add initial VA/GLX texture abstraction though the API is not good enough yet. 2010-03-26 16:52:07 +00:00