profile/ivi/gstreamer-vaapi.git
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.