profile/ivi/gstreamer-vaapi.git
2010-03-29 gbFix make dist.
2010-03-29 gbFix make distclean.
2010-03-29 gbFix make dist.
2010-03-29 gbFix doc build.
2010-03-29 gbFix build without GLX.
2010-03-29 gb0.1.2.
2010-03-29 gbAdd VA/GLX support to vaapisink.
2010-03-29 gbAdd glXSwapBuffers() workaround for NVIDIA.
2010-03-29 gbImprove VA/GLX textures test.
2010-03-29 gbFix texture rendering.
2010-03-29 gbFix documentation.
2010-03-29 gbAdd gst_vaapi_window_glx_put_texture() helper.
2010-03-29 gbFix typos.
2010-03-26 gbMove code around.
2010-03-26 gbAdd initial VA/GLX texture abstraction though the API...
2010-03-26 gbAdd gst_vaapi_object_{,un}lock_display() helpers.
2010-03-26 gbFactor out image utilities.
2010-03-26 gbMT-Safe: lock display.
2010-03-26 gbMake sure window resize completed prior to resizing...
2010-03-26 gbgstvaapicompat.h is a private header, don't install it.
2010-03-26 gbAdd gst_vaapi_display_{sync,flush}() helpers.
2010-03-26 gbAdd "synchronous" mode.
2010-03-26 gbOnly add _display suffix to open & close members becaus...
2010-03-26 gbRestore GLX context only if there is one.
2010-03-26 gbAdd gst_vaapi_window_glx_make_current(). Handle X11...
2010-03-26 gbCheck GstVaapiWindow::render() is available prior to...
2010-03-26 gbAdd VA/GLX display tests.
2010-03-26 gbFix compile flags.
2010-03-25 gbAdd missing API documentation.
2010-03-25 gbAdd initial VA/GLX support.
2010-03-25 gbAdd missing includes (for vaapi_check_status()).
2010-03-25 gbOnly enable GST_DEBUG() if DEBUG is defined. Drop old...
2010-03-25 gbAdd gst_vaapi_window_x11_is_foreign_xid() helper.
2010-03-25 gbAllow derived classes to specify custom Visual and...
2010-03-25 gbAllow window creation with a specific visual (e.g....
2010-03-25 gbFix return value on error (though it's the same in...
2010-03-25 gbSimplify initialization of VADisplay.
2010-03-25 gbMove __attribute__((visibility("hidden"))) check down.
2010-03-25 gbRestore the gst_vaapi_{surface,image,subpicture}_get_id...
2010-03-25 gbUse the parent display object, no need to maintain...
2010-03-25 gbAdd more internal helpers.
2010-03-24 gbRename to GST_VAAPI_OBJECT_DISPLAY().
2010-03-24 gbAll GstVaapiID are initialized to GST_VAAPI_ID_NONE...
2010-03-24 gbMake GstVaapiWindow* derive from GstVaapiObject.
2010-03-24 gbFactor out use gstreamer-vaapi (PACKAGE name).
2010-03-24 gbImprove versioning summary.
2010-03-24 gbgstvaapicompat.h is now a private header (not installed).
2010-03-24 gbInclude gstvaapicompat.h in source files only, not...
2010-03-24 gbDrop tedious LIBVA_EXTRA_{CFLAGS,LIBS} definitions...
2010-03-24 gbAdd compatibility with the original VA-API 0.29.
2010-03-24 gbAdd missing file (gstvaapivalue.h).
2010-03-24 gbFix g_warning() invocation.
2010-03-24 gbDeassociate subpictures while destroying the surface.
2010-03-24 gbFix destruction order of subpictures. They should be...
2010-03-24 gbAdd support for AYUV format.
2010-03-24 gbSimplify upload process and fallback to subpictures.
2010-03-24 gbFix documentation.
2010-03-24 gbMove GValue specific stuff to a dedicated file.
2010-03-24 gbCosmetics (lowercase for consistency).
2010-03-24 gbCosmetics (vertical alignment).
2010-03-24 gbFix return value on error.
2010-03-24 gbMove "id" down to the GstVaapiObject base.
2010-03-24 gbCosmetics (drop extraneous empty line).
2010-03-24 gbAdd GParamSpecs for GstVaapiID.
2010-03-24 gbDrop gst_vaapi_id_get_type().
2010-03-24 gbAdd GST_VAAPI_ID_FORMAT() and GST_VAAPI_ID_ARGS() helpers.
2010-03-24 gbAdd GstVaapiID abstraction.
2010-03-24 gbSort types.
2010-03-24 gbDrop useless include (<va/va_backend.h>).
2010-03-24 gbOptimize GST_VAAPI_OBJECT_GET_DISPLAY to avoid a run...
2010-03-24 gbMove private definitions and accessors to gstvaapiobjec...
2010-03-24 gbFix short descriptions.
2010-03-23 gbGenerate upstream packages through make deb.upstream.
2010-03-23 gbBump version for development.
2010-03-23 gbUse a black background for new windows.
2010-03-23 gb0.1.1.
2010-03-23 gbAdd "destroy" signal.
2010-03-23 gbImprove gst-plugins-vaapi Library reference template.
2010-03-23 gbMake GstVaapi{Surface,Image,Subpicture} derive from...
2010-03-23 gbFix return value.
2010-03-23 gbMake sure VA display is valid when created with an...
2010-03-23 gbUse plain "display" property for the X11 display name.
2010-03-23 gbDocument vaapiconvert & vaapisink plugins.
2010-03-23 gbAdd plugins documentation template.
2010-03-23 gbDon't export gst_vaapisink_get_display().
2010-03-23 gbDrop introspection annotations since they require gtk...
2010-03-23 gbAdd note about the fact that the surface holds an extra...
2010-03-23 gbImprove debugging messages.
2010-03-23 gbUnref subpicture earlier as the surface is supposed...
2010-03-23 gbAdd gst_vaapi_surface_{,de}associate_subpicture() API.
2010-03-23 gbWait for MapNotify or UnmapNotify events on foreign...
2010-03-23 gbCheck whether the foreign XID is mapped at binding...
2010-03-23 gbAdd missing includes.
2010-03-23 gbAdd -doc package.
2010-03-23 gbFix warnings (drop extraneous var).
2010-03-23 gbAdd GST_VAAPI_WINDOW_XWINDOW() helper macro.
2010-03-22 gbShorten condition.
2010-03-22 gbTry to improve switch to fullscreen mode.
2010-03-22 gbImprove display locking and rework X event wait functions.
2010-03-22 gbMove _GstVaapiWindowPrivate declaration to gstvaapiwind...
next