h264: move MMCO handlers out of the loop (cosmetics).
[profile/ivi/gstreamer-vaapi.git] / gst-libs /
2012-10-22 Gwenole Beauchesneh264: move MMCO handlers out of the loop (cosmetics).
2012-10-16 Gwenole Beauchesneh264: add flag to compile with strict DPB ordering...
2012-10-16 Gwenole Beauchesneh264: drop extra code covered by built-in codecparsers.
2012-10-16 Gwenole Beauchesnecodecparsers: fix generation of symlinks.
2012-10-11 Gwenole Beauchesnevc1: use framerate information from bitstream parser.
2012-10-11 Simon Farnsworthvc1: use pixel-aspect-ratio from bitstream parser.
2012-10-11 Simon Farnsworthmpeg2: use pixel-aspec-ratio information from bitstream...
2012-10-11 Gwenole Beauchesnecodecparsers: h264: use submodule sources.
2012-10-11 Gwenole Beauchesnecodecparsers: jpeg: use submodule sources.
2012-10-10 Simon Farnsworthh264: use pixel-aspect-ratio from SPS header.
2012-10-10 Gwenole Beauchesneh264: add decode_nalu() helper function.
2012-10-10 Gwenole Beauchesneh264: fix end-of-stream conditions (flush).
2012-10-10 Gwenole Beauchesnempeg2: add decode_packet() helper function.
2012-10-09 Gwenole Beauchesnempeg2: fix end-of-stream conditions (flush).
2012-10-09 Gwenole Beauchesnempeg2: fix memory leak of empty packets.
2012-10-09 Gwenole Beauchesnempeg2: fix return value for "no-data" conditions.
2012-10-09 Gwenole Beauchesnedecoder: refine semantics of gst_vaapi_decoder_put_buff...
2012-10-09 Gwenole Beauchesnedecoder: drop unused functions.
2012-10-05 Gwenole Beauchesnewayland: cosmetics (remove tabs).
2012-10-05 Rob Bradfordwayland: add support for windowed mode.
2012-09-27 Gwenole Beauchesneutils: drop unused GLX helpers.
2012-09-27 Gwenole Beauchesneutils: fix build with <GL/glext.h> version >= 85.
2012-09-21 Gwenole Beauchesneh264: review and report errors accordingly.
2012-09-20 Gwenole Beauchesneh264: exclusively use GstAdapter, drop sub-buffer hack.
2012-09-17 Kristian Høgsbergwayland: set opaque region for YUV surface.
2012-09-12 Gwenole Beauchesneglibcompat: add replacement for g_cond_wait_until().
2012-09-12 Gwenole Beauchesnecodecparsers: jpeg: add missing includes.
2012-09-11 Gwenole Beauchesnevaapidecode: don't reset decoder if codec type is the...
2012-09-11 Gwenole Beauchesnedecoder: propagate buffer duration downstream.
2012-09-11 Gwenole Beauchesnesurfaceproxy: add "duration" property.
2012-09-10 Gwenole Beauchesnedecoder: cope with new GstVaapiContextInfo based API.
2012-09-10 Gwenole Beauchesnecontext: JPEG codec does not need any reference frame.
2012-09-10 Gwenole Beauchesnecontext: allow number of reference frames to be set.
2012-09-07 Gwenole Beauchesnempeg4: fix debug info for unsupported profile.
2012-09-07 Gwenole Beauchesnelibs: fix build in strict ISO C mode.
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-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 Beauchesnedisplay: partially revert 8ebe4d6.
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ó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 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-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 BeauchesneFix build without X11.
2012-07-25 Gwenole Beauchesneplugins: add support for Wayland.
2012-07-25 Sreerenj BalachandranAdd initial support for VA/Wayland.
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 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 Beauchesneconfigure: drop check for --enable-vaapi-glx.
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-19 Gwenole BeauchesneUse standard G_GNUC_INTERNAL keyword instead of attribu...
2012-07-19 Gwenole BeauchesneDrop obsolete GstVaapiTSB.
2012-07-19 Gwenole BeauchesneDrop all references to USE_CODEC_PARSERS.
2012-07-19 Gwenole BeauchesneDrop FFmpeg-based decoders.
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 Beauchesnejpeg: fix make dist.
2012-07-17 Gwenole Beauchesnejpeg: update to match latest parser API.
2012-07-17 Gwenole Beauchesnecodecparsers: jpeg: tweak parser API.
2012-06-26 Gwenole Beauchesnejpeg: fix build with VA-API < 0.32.0.
2012-06-26 Gwenole BeauchesneFix build with recent GStreamer stack.
2012-06-26 Gwenole Beauchesnejpeg: update to current VA/JPEG decoding API.
2012-06-21 Gwenole Beauchesnecodecparsers: jpeg: track valid quantization and Huffma...
2012-06-21 Wind Yuancodecparsers: jpeg: use U_READ_UINT*() wherever possible.
next