profile/ivi/gstreamer-vaapi.git
2010-03-16 gbFix header guards.
2010-03-16 gbRename vaapi_debug.h to gstvaapidebug.h.
2010-03-16 gbMove vaapi_utils.* to gstvaapiutils.*
2010-03-16 gbCosmetics (remove an extra line).
2010-03-16 gbMove X11 utilties to gstvaapiutils_x11.[ch].
2010-03-16 gbRename GstVaapiSinkBase to GstVaapiVideoSink.
2010-03-16 gbMove tests to top-level tests/ directory.
2010-03-16 gbHandle I420 formats internally in GstVaapiImage.
2010-03-15 gbImplement I420 (resp. YV12) with YV12 (resp. I420)...
2010-03-15 gbImplement I420 and YV12 if the underlying implementatio...
2010-03-15 gbAdd initial vaapiconvert plugin.
2010-03-15 gbDisplay frames.
2010-03-15 gbFactor out.
2010-03-15 gbGenerate R/G/B rects.
2010-03-15 gbAdd gst_vaapi_surface_sync().
2010-03-15 gbCosmetics (reverse args order).
2010-03-15 gbCosmetics.
2010-03-15 gbAdd VA/X11 window abstraction.
2010-03-15 gbAdd VA and X11 display accessors.
2010-03-15 gbFix preconditions.
2010-03-15 gbCosmetics.
2010-03-15 gbAdd gst_vaapi_{get,put}_image() API.
2010-03-15 gbAdd gst_vaapi_image_update_from_buffer() helper.
2010-03-12 gbImplement GstVaapiSinkBase interface and integrate...
2010-03-12 gbAdd surface tests.
2010-03-12 gbAdd basic GstVaapiVideoBuffer.
2010-03-12 gbAdd GstVaapiImagePool and factor out GstVaapiSurfacePoo...
2010-03-12 gbSimplify format conversion code.
2010-03-12 gbAdd gst_vaapi_image_format_from_caps() helper.
2010-03-12 gbAdd VA surface pool (lazy allocator).
2010-03-12 gbAdd gst_vaapi_surface_get_size() helper.
2010-03-12 gbAvoid use of GstStaticCaps since older gstreamer versio...
2010-03-11 gbReset display-name if the user provided his own X11...
2010-03-11 gbAdd gst_vaapi_display_x11_new_with_display() API.
2010-03-11 gbFix *_GET_CLASS() definitions...
2010-03-11 gbAPI change: gst_vaapi_display_x11_new() now takes an...
2010-03-11 gbUse GstVaapiChromaType abstraction.
2010-03-11 gbNew refcounting policy. All getters return a reference...
2010-03-11 gbDon't warn on failure, just return an appropriate error...
2010-03-11 gbFilter out any format that is not supported by the...
2010-03-11 gbAdd helper interface that all VA-API sinks must impleme...
2010-03-10 gbUse GST_DEBUG.
2010-03-10 gbFix GstVaapiImage and GstVaapiSubpicture initialization.
2010-03-10 gbFix GstVaapiSurface initialization, override constructe...
2010-03-10 gbDump caps.
2010-03-10 gbFix GstVaapiDisplay initialization.
2010-03-10 gbGet VA image & subpicture formats as GstCaps.
2010-03-10 gbAdd helper to convert from GstVaapiImageFormat to GstCaps.
2010-03-09 gbCosmetics (drop unused variables).
2010-03-05 gbAdd boilerplate for vaapiconvert and vaapisink elements.
2010-03-05 gbAdd vaapiconvert element hierarchy.
2010-03-05 gbRename to vaapisink.
2010-03-05 gbShorter code (and more correct).
2010-03-05 gbAdd helper to get GstVaapiDisplay from a surface.
2010-03-05 gbFix subpicture formats list length.
2010-03-04 gbAdd utilities to check whether a VA-API driver supports...
2010-03-04 gbCosmetics (more checks, includes).
2010-03-04 gbReally add VA subpicture abstraction.
2010-03-04 gbAdd VA surface, image, subpicture abstractions. Ported...
2010-01-25 gbAdd initial VA display abstraction.
2010-01-25 gbAdd tests infrastructure.
2010-01-25 gbClean up VA-API checks.
2010-01-25 gbCheck for __attribute__((visibility("hidden"))).
2010-01-12 gbInitial import of the gstreamer-vaapi hierarchy.