profile/ivi/gstreamer-vaapi.git
2012-09-07 Gwenole Beauchesnedecoder: drop extraneous return for void function.
2012-09-07 Gwenole Beauchesneimage: don't use (void *) pointer arithmetic.
2012-09-07 Philip LorenzDo not forward declare enums.
2012-09-07 Gwenole Beauchesneconfigure: fix check for VA/DRM API.
2012-09-06 Gwenole Beauchesnevaapisink: fix calculation of window size.
2012-09-06 Wind Yuanvaapisink: add video rotation support.
2012-09-06 Gwenole Beauchesnepluginutils: add G_PRIMITIVE_SWAP() helper macro.
2012-09-06 Gwenole Beauchesnedisplay: fix display aspect ratio when display is rotated.
2012-09-06 Gwenole Beauchesnedisplay: fix physical display size when display is...
2012-08-30 Gwenole Beauchesnedisplay: fix GstVaapiRotation enumeration of values.
2012-08-29 Gwenole Beauchesnevaapisink: drop obsolete GstVaapiVideoSink interface.
2012-08-29 Gwenole Beauchesnevaapisink: automatically detect overlay rendering mode.
2012-08-29 Gwenole Beauchesnevaapisink: retain VA surface until another one is displ...
2012-08-29 Gwenole Beauchesnevaapisink: fix build with older toolchains.
2012-08-29 Gwenole Beauchesnedisplay: partially revert 8ebe4d6.
2012-08-28 Gwenole Beauchesnetests: dump VA display properties.
2012-08-28 Gwenole Beauchesnedisplay: fix validation process of properties during...
2012-08-28 Gwenole Beauchesnedisplay: add color balance properties.
2012-08-28 Gwenole Beauchesnedisplay: initialize default attribute values.
2012-08-28 Gwenole Beauchesnedisplay: raise "notify" for property changes.
2012-08-28 Gwenole Beauchesnedisplay: expose display attributes as GObject properties.
2012-08-28 Gwenole Beauchesnedisplay: install properties in batch.
2012-08-27 Gwenole Beauchesnedisplay: fix gst_vaapi_display_has_property().
2012-08-27 Wind Yuandisplay: add support for rotation modes.
2012-08-27 Gwenole Beauchesnedisplay: add support for rendering modes.
2012-08-27 Gwenole Beauchesnedisplay: add initial support for display attributes.
2012-08-27 Sreerenj Balachandranjpeg: fix end-of-image (EOI) handler.
2012-08-27 Gwenole Beauchesnempeg2: include start code into VA slice data buffer.
2012-08-27 Javier Jardónautogen: fix configure script generation when srcdir...
2012-08-27 Javier Jardónconfigure: use new libtool syntax.
2012-08-27 Javier Jardóndecoder: use g_object_notify_by_pspec().
2012-08-06 Gwenole Beauchesnewayland: handle de-interlacing flags.
2012-08-02 Gwenole Beauchesnejpeg: fix default quantization tables.
2012-08-02 Gwenole Beauchesnejpeg: compute default Huffman tables.
2012-08-01 Gwenole Beauchesnedisplay: drop VAProfileNone entries from debug messages.
2012-08-01 Yan Yindisplay: query for supported display attributes.
2012-08-01 Yan Yinutils: add string_of_VADisplayAttributeType() helper.
2012-08-01 Gwenole Beauchesnevaapisink: handle VA/DRM API.
2012-08-01 Gwenole Beauchesneplugins: add support for headless pipelines.
2012-08-01 Gwenole Beauchesnetests: add support for headless decoding.
2012-08-01 Gwenole BeauchesneAdd initial support for VA/DRM.
2012-07-31 Gwenole BeauchesneFix build without X11 (again).
2012-07-31 Gwenole Beauchesnejpeg: update to the latest VA-API changes (0.32.1+).
2012-07-27 Gwenole Beauchesnewayland: implement display ::get_size*() hooks.
2012-07-27 Gwenole Beauchesneplugins: prefer X11 rendering over GLX.
2012-07-26 Kristian Høgsbergwayland: use scale fullscreen method.
2012-07-26 Kristian Høgsbergwayland: respond to ping/pong protocol so we're not...
2012-07-25 Gwenole Beauchesnewayland: fix double disconnect of display.
2012-07-25 Gwenole Beauchesnewayland: mangle display name for cache lookups.
2012-07-25 Gwenole Beauchesnewayland: add packaging files.
2012-07-25 Gwenole BeauchesneFix build without X11.
2012-07-25 Gwenole Beauchesneplugins: add support for Wayland.
2012-07-25 Gwenole Beauchesnetests: add support for Wayland.
2012-07-25 Sreerenj BalachandranAdd initial support for VA/Wayland.
2012-07-25 Gwenole Beauchesneplugins: fix creation of video buffer from surface...
2012-07-25 Gwenole Beauchesneplugins: use new display types more.
2012-07-25 Gwenole Beauchesneplugins: fix display type selection and propagation.
2012-07-25 Gwenole Beauchesnedisplay: fix destruction of mutex.
2012-07-25 Gwenole Beauchesnedisplay: add display types.
2012-07-25 Gwenole Beauchesnedisplay: use prefixed display names for cache lookups.
2012-07-24 Gwenole Beauchesneplugins: declare helper functions as internal.
2012-07-24 Gwenole Beauchesnevideobuffer: drop deprecated functions.
2012-07-24 Gwenole Beauchesnevideobuffer: mark video buffer creation routines as...
2012-07-24 Gwenole Beauchesnevideobuffer: factor out base and GLX implementations.
2012-07-24 Gwenole Beauchesneutils: fix gl_create_context() with parent context...
2012-07-24 Gwenole Beauchesnepluginutils: improve automatic display type selection.
2012-07-24 Gwenole Beauchesnepluginutils: cosmetics (indentation fixes).
2012-07-24 Gwenole Beauchesneconfigure: simplify video outputs summary.
2012-07-24 Gwenole Beauchesneconfigure: drop check for --enable-vaapisink-glx.
2012-07-24 Gwenole Beauchesneconfigure: drop check for --enable-vaapi-glx.
2012-07-24 Gwenole Beauchesnetests: allow GLX output, if available and selected.
2012-07-24 Gwenole Beauchesnetests: use common display and window creation routines.
2012-07-23 Gwenole Beauchesnetests: move encoded bitstreams to libutils.la.
2012-07-23 Gwenole Beauchesnetests: build convenience library for common utilities.
2012-07-23 Gwenole Beauchesnetests: simplify build with various display options.
2012-07-23 Gwenole Beauchesneconfigure: improve checks for X11.
2012-07-20 Gwenole Beauchesneconfigure: fix previous commit for GLX deps.
2012-07-20 Gwenole Beauchesneconfigure: improve checks for GLX.
2012-07-20 Gwenole BeauchesneDrop support for obsolete VA-API versions < 0.30.4.
2012-07-20 Gwenole Beauchesnevaapisink: drop checks for new APIs used by default.
2012-07-20 Gwenole Beauchesneconfigure: cosmetics and some minor changes.
2012-07-19 Gwenole BeauchesneUse standard G_GNUC_INTERNAL keyword instead of attribu...
2012-07-19 Gwenole BeauchesneDrop obsolete GstVaapiTSB.
2012-07-19 Gwenole Beauchesnedocs: add missing entries for the JPEG decoder.
2012-07-19 Gwenole BeauchesneDrop all references to USE_CODEC_PARSERS.
2012-07-19 Gwenole BeauchesneDrop FFmpeg-based decoders.
2012-07-19 Javier Jardónconfigure: bump glib required version to 2.28.
2012-07-19 Javier Jardónplugins: declare _get_type() functions as const.
2012-07-19 Javier Jardónplugins: use g_clear_object() wherever applicable.
2012-07-19 Javier Jardónlibs: declare _get_type() functions as const.
2012-07-19 Javier Jardónlibs: use g_clear_object() wherever applicable.
2012-07-19 Javier Jardónlibs: use generic g_cclosure_marshal_VOID__VOID().
2012-07-19 Gwenole Beauchesneglibcompat: drop explicit check for g_list_free_full().
2012-07-19 Gwenole BeauchesneBump version for development.
2012-07-19 Gwenole Beauchesnejpeg: fix make dist.
2012-07-19 Javier Jardónconfigure: fix build without gtk-doc support.
2012-07-19 Javier Jardónconfigure: put m4 macros and autogenerated files into...
2012-07-19 Javier Jardónconfigure: drop deprecated autoconf macros.
2012-07-19 Javier Jardónconfigure: don't use AC_SUBST for some variables.
2012-07-19 Gwenole Beauchesneplugins: add support for GstImplementsInterface.
next