projects
/
platform
/
upstream
/
gstreamer-vaapi.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/gstreamer-vaapi.git
2010-03-26
gb
Add gst_vaapi_display_{sync,flush}() helpers.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Add "synchronous" mode.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Only add _display suffix to open & close members becaus...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Restore GLX context only if there is one.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Add gst_vaapi_window_glx_make_current(). Handle X11...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Check GstVaapiWindow::render() is available prior to...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Add VA/GLX display tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-26
gb
Fix compile flags.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Add missing API documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Add initial VA/GLX support.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Add missing includes (for vaapi_check_status()).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Only enable GST_DEBUG() if DEBUG is defined. Drop old...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Add gst_vaapi_window_x11_is_foreign_xid() helper.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Allow derived classes to specify custom Visual and...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Allow window creation with a specific visual (e.g....
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Fix return value on error (though it's the same in...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Simplify initialization of VADisplay.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Move __attribute__((visibility("hidden"))) check down.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Restore the gst_vaapi_{surface,image,subpicture}_get_id...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Use the parent display object, no need to maintain...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-25
gb
Add more internal helpers.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Rename to GST_VAAPI_OBJECT_DISPLAY().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
All GstVaapiID are initialized to GST_VAAPI_ID_NONE...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Make GstVaapiWindow* derive from GstVaapiObject.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Factor out use gstreamer-vaapi (PACKAGE name).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Improve versioning summary.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
gstvaapicompat.h is now a private header (not installed).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Include gstvaapicompat.h in source files only, not...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Drop tedious LIBVA_EXTRA_{CFLAGS,LIBS} definitions...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add compatibility with the original VA-API 0.29.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add missing file (gstvaapivalue.h).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Fix g_warning() invocation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Deassociate subpictures while destroying the surface.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Fix destruction order of subpictures. They should be...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add support for AYUV format.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Simplify upload process and fallback to subpictures.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Fix documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Move GValue specific stuff to a dedicated file.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Cosmetics (lowercase for consistency).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Cosmetics (vertical alignment).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Fix return value on error.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Move "id" down to the GstVaapiObject base.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Cosmetics (drop extraneous empty line).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add GParamSpecs for GstVaapiID.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Drop gst_vaapi_id_get_type().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add GST_VAAPI_ID_FORMAT() and GST_VAAPI_ID_ARGS() helpers.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Add GstVaapiID abstraction.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Sort types.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Drop useless include (<va/va_backend.h>).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Optimize GST_VAAPI_OBJECT_GET_DISPLAY to avoid a run...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Move private definitions and accessors to gstvaapiobjec...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-24
gb
Fix short descriptions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Generate upstream packages through make deb.upstream.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Bump version for development.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Use a black background for new windows.
0.1.1
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
0.1.1.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add "destroy" signal.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Improve gst-plugins-vaapi Library reference template.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Make GstVaapi{Surface,Image,Subpicture} derive from...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Fix return value.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Make sure VA display is valid when created with an...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Use plain "display" property for the X11 display name.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Document vaapiconvert & vaapisink plugins.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add plugins documentation template.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Don't export gst_vaapisink_get_display().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Drop introspection annotations since they require gtk...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add note about the fact that the surface holds an extra...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Improve debugging messages.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Unref subpicture earlier as the surface is supposed...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add gst_vaapi_surface_{,de}associate_subpicture() API.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Wait for MapNotify or UnmapNotify events on foreign...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Check whether the foreign XID is mapped at binding...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add missing includes.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add -doc package.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Fix warnings (drop extraneous var).
commit
|
commitdiff
|
tree
|
snapshot
2010-03-23
gb
Add GST_VAAPI_WINDOW_XWINDOW() helper macro.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Shorten condition.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Try to improve switch to fullscreen mode.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Improve display locking and rework X event wait functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Move _GstVaapiWindowPrivate declaration to gstvaapiwind...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add private API to set window size & fullscreen modes
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add gst_vaapi_window_get_fullscreen() helper and "fulls...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add gst_vaapi_window_get_display() to base.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add GstVaapiPoint & GstVaapiRectangle data structures.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
0.1.1.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Allow `vaapisink` to render videos in fullscreen mode.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add gst_vaapi_window_set_fullscreen() API.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Size window so that to respect the video and pixel...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add gst_vaapi_display_get_pixel_aspect_ratio().
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Updates.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Add display size accessors.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
gb
Build-Requires: gstreamer-plugins-base >= 0.10.16.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
gb
Fix documentation of *Class'es.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
gb
Move GstVaapiSurfaceRenderFlags conversion to get_PutSu...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
gb
Move GstVaapiSurfaceRenderFlags to gstvaapisurface...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-21
gb
Rename gst_vaapi_window_put_surface_full() to plain...
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
gb
Fix make dist for --enable-gtk-doc builds.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
gb
Improve autogen.sh.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
gb
Generate gtk-doc.make from gtkdocize.
commit
|
commitdiff
|
tree
|
snapshot
2010-03-19
gb
Document public API for libgstvaapi-*.so.*.
commit
|
commitdiff
|
tree
|
snapshot
next