2010-03-29 |
gb | Add glXSwapBuffers() workaround for NVIDIA. |
tree | commitdiff |
2010-03-29 |
gb | Fix texture rendering. |
tree | commitdiff |
2010-03-29 |
gb | Fix documentation. |
tree | commitdiff |
2010-03-29 |
gb | Add gst_vaapi_window_glx_put_texture() helper. |
tree | commitdiff |
2010-03-29 |
gb | Fix typos. |
tree | commitdiff |
2010-03-26 |
gb | Add initial VA/GLX texture abstraction though the API... |
tree | commitdiff |
2010-03-26 |
gb | Add gst_vaapi_object_{,un}lock_display() helpers. |
tree | commitdiff |
2010-03-26 |
gb | MT-Safe: lock display. |
tree | commitdiff |
2010-03-26 |
gb | Make sure window resize completed prior to resizing... |
tree | commitdiff |
2010-03-26 |
gb | gstvaapicompat.h is a private header, don't install it. |
tree | commitdiff |
2010-03-26 |
gb | Add gst_vaapi_display_{sync,flush}() helpers. |
tree | commitdiff |
2010-03-26 |
gb | Add "synchronous" mode. |
tree | commitdiff |
2010-03-26 |
gb | Only add _display suffix to open & close members becaus... |
tree | commitdiff |
2010-03-26 |
gb | Restore GLX context only if there is one. |
tree | commitdiff |
2010-03-26 |
gb | Add gst_vaapi_window_glx_make_current(). Handle X11... |
tree | commitdiff |
2010-03-26 |
gb | Check GstVaapiWindow::render() is available prior to... |
tree | commitdiff |
2010-03-26 |
gb | Fix compile flags. |
tree | commitdiff |
2010-03-25 |
gb | Add initial VA/GLX support. |
tree | commitdiff |
2010-03-25 |
gb | Add missing includes (for vaapi_check_status()). |
tree | commitdiff |
2010-03-25 |
gb | Only enable GST_DEBUG() if DEBUG is defined. Drop old... |
tree | commitdiff |
2010-03-25 |
gb | Add gst_vaapi_window_x11_is_foreign_xid() helper. |
tree | commitdiff |
2010-03-25 |
gb | Allow derived classes to specify custom Visual and... |
tree | commitdiff |
2010-03-25 |
gb | Allow window creation with a specific visual (e.g.... |
tree | commitdiff |
2010-03-25 |
gb | Fix return value on error (though it's the same in... |
tree | commitdiff |
2010-03-25 |
gb | Simplify initialization of VADisplay. |
tree | commitdiff |
2010-03-25 |
gb | Restore the gst_vaapi_{surface,image,subpicture}_get_id... |
tree | commitdiff |
2010-03-25 |
gb | Use the parent display object, no need to maintain... |
tree | commitdiff |
2010-03-25 |
gb | Add more internal helpers. |
tree | commitdiff |
2010-03-24 |
gb | Rename to GST_VAAPI_OBJECT_DISPLAY(). |
tree | commitdiff |
2010-03-24 |
gb | All GstVaapiID are initialized to GST_VAAPI_ID_NONE... |
tree | commitdiff |
2010-03-24 |
gb | Make GstVaapiWindow* derive from GstVaapiObject. |
tree | commitdiff |
2010-03-24 |
gb | gstvaapicompat.h is now a private header (not installed). |
tree | commitdiff |
2010-03-24 |
gb | Include gstvaapicompat.h in source files only, not... |
tree | commitdiff |
2010-03-24 |
gb | Drop tedious LIBVA_EXTRA_{CFLAGS,LIBS} definitions... |
tree | commitdiff |
2010-03-24 |
gb | Add compatibility with the original VA-API 0.29. |
tree | commitdiff |
2010-03-24 |
gb | Add missing file (gstvaapivalue.h). |
tree | commitdiff |
2010-03-24 |
gb | Fix g_warning() invocation. |
tree | commitdiff |
2010-03-24 |
gb | Deassociate subpictures while destroying the surface. |
tree | commitdiff |
2010-03-24 |
gb | Fix destruction order of subpictures. They should be... |
tree | commitdiff |
2010-03-24 |
gb | Add support for AYUV format. |
tree | commitdiff |
2010-03-24 |
gb | Fix documentation. |
tree | commitdiff |
2010-03-24 |
gb | Move GValue specific stuff to a dedicated file. |
tree | commitdiff |
2010-03-24 |
gb | Cosmetics (vertical alignment). |
tree | commitdiff |
2010-03-24 |
gb | Fix return value on error. |
tree | commitdiff |
2010-03-24 |
gb | Move "id" down to the GstVaapiObject base. |
tree | commitdiff |
2010-03-24 |
gb | Cosmetics (drop extraneous empty line). |
tree | commitdiff |
2010-03-24 |
gb | Add GParamSpecs for GstVaapiID. |
tree | commitdiff |
2010-03-24 |
gb | Add GST_VAAPI_ID_FORMAT() and GST_VAAPI_ID_ARGS() helpers. |
tree | commitdiff |
2010-03-24 |
gb | Add GstVaapiID abstraction. |
tree | commitdiff |
2010-03-24 |
gb | Drop useless include (<va/va_backend.h>). |
tree | commitdiff |
2010-03-24 |
gb | Optimize GST_VAAPI_OBJECT_GET_DISPLAY to avoid a run... |
tree | commitdiff |
2010-03-24 |
gb | Move private definitions and accessors to gstvaapiobjec... |
tree | commitdiff |
2010-03-24 |
gb | Fix short descriptions. |
tree | commitdiff |
2010-03-23 |
gb | Use a black background for new windows. |
tree | commitdiff |
2010-03-23 |
gb | Add "destroy" signal. |
tree | commitdiff |
2010-03-23 |
gb | Make GstVaapi{Surface,Image,Subpicture} derive from... |
tree | commitdiff |
2010-03-23 |
gb | Drop introspection annotations since they require gtk... |
tree | commitdiff |
2010-03-23 |
gb | Add note about the fact that the surface holds an extra... |
tree | commitdiff |
2010-03-23 |
gb | Improve debugging messages. |
tree | commitdiff |
2010-03-23 |
gb | Add gst_vaapi_surface_{,de}associate_subpicture() API. |
tree | commitdiff |
2010-03-23 |
gb | Wait for MapNotify or UnmapNotify events on foreign... |
tree | commitdiff |
2010-03-23 |
gb | Check whether the foreign XID is mapped at binding... |
tree | commitdiff |
2010-03-23 |
gb | Fix warnings (drop extraneous var). |
tree | commitdiff |
2010-03-23 |
gb | Add GST_VAAPI_WINDOW_XWINDOW() helper macro. |
tree | commitdiff |
2010-03-22 |
gb | Shorten condition. |
tree | commitdiff |
2010-03-22 |
gb | Try to improve switch to fullscreen mode. |
tree | commitdiff |
2010-03-22 |
gb | Improve display locking and rework X event wait functions. |
tree | commitdiff |
2010-03-22 |
gb | Move _GstVaapiWindowPrivate declaration to gstvaapiwind... |
tree | commitdiff |
2010-03-22 |
gb | Add private API to set window size & fullscreen modes |
tree | commitdiff |
2010-03-22 |
gb | Add gst_vaapi_window_get_fullscreen() helper and "fulls... |
tree | commitdiff |
2010-03-22 |
gb | Add gst_vaapi_window_get_display() to base. |
tree | commitdiff |
2010-03-22 |
gb | Add GstVaapiPoint & GstVaapiRectangle data structures. |
tree | commitdiff |
2010-03-22 |
gb | Add gst_vaapi_window_set_fullscreen() API. |
tree | commitdiff |
2010-03-22 |
gb | Add gst_vaapi_display_get_pixel_aspect_ratio(). |
tree | commitdiff |
2010-03-22 |
gb | Add display size accessors. |
tree | commitdiff |
2010-03-21 |
gb | Fix documentation of *Class'es. |
tree | commitdiff |
2010-03-21 |
gb | Move GstVaapiSurfaceRenderFlags conversion to get_PutSu... |
tree | commitdiff |
2010-03-21 |
gb | Move GstVaapiSurfaceRenderFlags to gstvaapisurface... |
tree | commitdiff |
2010-03-21 |
gb | Rename gst_vaapi_window_put_surface_full() to plain... |
tree | commitdiff |
2010-03-19 |
gb | Document GstVaapiVideoBuffer. |
tree | commitdiff |
2010-03-19 |
gb | Document surface & image pools. Drop obsolete gst_vaapi... |
tree | commitdiff |
2010-03-19 |
gb | Add tedious documentation. |
tree | commitdiff |
2010-03-19 |
gb | Beautify append_formats(). |
tree | commitdiff |
2010-03-19 |
gb | Simplify GstVaapiDisplay (use GArray). |
tree | commitdiff |
2010-03-18 |
gb | Fix gst_vaapi_image_create() from a foreign VA image. |
tree | commitdiff |
2010-03-18 |
gb | Add gst_vaapi_surface_derive_image() API. |
tree | commitdiff |
2010-03-18 |
gb | Make it possible to bin an X11 window to GstVaapiWindow... |
tree | commitdiff |
2010-03-18 |
gb | Split map/unmap functions into internal functions that... |
tree | commitdiff |
2010-03-18 |
gb | Improve gst_vaapi_image_new() sanity checks. |
tree | commitdiff |
2010-03-18 |
gb | Use gtypes. |
tree | commitdiff |
2010-03-17 |
gb | Optimize gst_vaapi_image_is_linear() and simplify gst_v... |
tree | commitdiff |
2010-03-17 |
gb | Add VA display locking utilities. |
tree | commitdiff |
2010-03-17 |
gb | Don't show window by default during creation. |
tree | commitdiff |
2010-03-17 |
gb | Fix gst_vaapi_window_x11_destroy(). |
tree | commitdiff |
2010-03-16 |
gb | Extend GstVaapiImage API with *_get_image(), *_is_linea... |
tree | commitdiff |
2010-03-16 |
gb | Make GstVaapiVideoBuffer handle two pools. i.e. both... |
tree | commitdiff |
2010-03-16 |
gb | Split X11 support to libgstvaapi-x11-*.so.* |
tree | commitdiff |
2010-03-16 |
gb | Don't install private headers. |
tree | commitdiff |
2010-03-16 |
gb | Fix header guards. |
tree | commitdiff |
2010-03-16 |
gb | Rename vaapi_debug.h to gstvaapidebug.h. |
tree | commitdiff |
next |