summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2010-03-23Add GST_VAAPI_WINDOW_XWINDOW() helper macro.gb1-0/+9
2010-03-22Shorten condition.gb1-5/+4
2010-03-22Try to improve switch to fullscreen mode.gb5-77/+100
2010-03-22Improve display locking and rework X event wait functions.gb3-30/+64
2010-03-22Move _GstVaapiWindowPrivate declaration to gstvaapiwindow_priv.h.gb2-13/+13
2010-03-22Add private API to set window size & fullscreen modesgb3-5/+59
2010-03-22Add gst_vaapi_window_get_fullscreen() helper and "fullscreen" property.gb2-1/+36
2010-03-22Add gst_vaapi_window_get_display() to base.gb3-25/+57
2010-03-22Add GstVaapiPoint & GstVaapiRectangle data structures.gb5-23/+85
2010-03-22Add gst_vaapi_window_set_fullscreen() API.gb3-23/+164
2010-03-22Add gst_vaapi_display_get_pixel_aspect_ratio().gb3-3/+116
2010-03-22Add display size accessors.gb3-1/+119
2010-03-21Fix documentation of *Class'es.gb11-11/+3
2010-03-21Move GstVaapiSurfaceRenderFlags conversion to get_PutSurface_flags_from_GstVa...gb3-14/+34
2010-03-21Move GstVaapiSurfaceRenderFlags to gstvaapisurface.h since this willgb2-12/+28
2010-03-21Rename gst_vaapi_window_put_surface_full() to plain gst_vaapi_window_put_surf...gb2-42/+1
2010-03-19Document GstVaapiVideoBuffer.gb2-1/+110
2010-03-19Document surface & image pools. Drop obsolete gst_vaapi_video_pool_new() func...gb6-12/+121
2010-03-19Add tedious documentation.gb18-38/+962
2010-03-19Beautify append_formats().gb1-10/+14
2010-03-19Simplify GstVaapiDisplay (use GArray).gb1-219/+163
2010-03-18Fix gst_vaapi_image_create() from a foreign VA image.gb1-4/+4
2010-03-18Add gst_vaapi_surface_derive_image() API.gb4-35/+214
2010-03-18Make it possible to bin an X11 window to GstVaapiWindowX11 with plaingb3-25/+27
2010-03-18Split map/unmap functions into internal functions that don't check preconditi...gb1-6/+24
2010-03-18Improve gst_vaapi_image_new() sanity checks.gb1-6/+18
2010-03-18Use gtypes.gb5-20/+20
2010-03-17Optimize gst_vaapi_image_is_linear() and simplify gst_vaapi_image_update_from...gb1-97/+97
2010-03-17Add VA display locking utilities.gb6-31/+134
2010-03-17Don't show window by default during creation.gb1-13/+27
2010-03-17Fix gst_vaapi_window_x11_destroy().gb1-5/+9
2010-03-16Extend GstVaapiImage API with *_get_image(), *_is_linear(), *_get_data_size().gb2-1/+88
2010-03-16Make GstVaapiVideoBuffer handle two pools. i.e. both image & surface at the s...gb2-61/+163
2010-03-16Split X11 support to libgstvaapi-x11-*.so.*gb1-12/+40
2010-03-16Don't install private headers.gb1-2/+6
2010-03-16Fix header guards.gb3-7/+7
2010-03-16Rename vaapi_debug.h to gstvaapidebug.h.gb13-13/+13
2010-03-16Move vaapi_utils.* to gstvaapiutils.*gb9-10/+10
2010-03-16Cosmetics (remove an extra line).gb1-1/+0
2010-03-16Move X11 utilties to gstvaapiutils_x11.[ch].gb4-115/+194
2010-03-16Rename GstVaapiSinkBase to GstVaapiVideoSink.gb3-39/+39
2010-03-16Handle I420 formats internally in GstVaapiImage.gb2-20/+96
2010-03-15Implement I420 and YV12 if the underlying implementation does not.gb1-2/+21
2010-03-15Factor out.gb1-31/+36
2010-03-15Add gst_vaapi_surface_sync().gb2-0/+20
2010-03-15Cosmetics (reverse args order).gb1-2/+2
2010-03-15Cosmetics.gb3-17/+22
2010-03-15Add VA/X11 window abstraction.gb5-0/+1006
2010-03-15Add VA and X11 display accessors.gb2-0/+6
2010-03-15Fix preconditions.gb1-2/+2