platform/upstream/gstreamer.git
2015-04-30 Víctor Manuel... build: upgrade glib dependency to 2.32
2015-04-30 Víctor Manuel... plugins: check if the pool config is already set
2015-04-29 Víctor Manuel... vaapipostproc: tune up a couple of log messages
2015-04-29 Víctor Manuel... plugins: check gst_buffer_pool_set_config()
2015-04-29 Víctor Manuel... plugins: more specific log message
2015-04-29 Víctor Manuel... plugins: delete unused variable
2015-04-29 Olivier Cretevaapipluginbase: Update the pool if there was no pool...
2015-04-28 Olivier Cretevideopool: Free members before chaining up finalize
2015-04-28 Olivier Cretewayland: don't leak the registry proxy
2015-04-21 Víctor Manuel... wayland: refactor _sync() method and rename callback
2015-04-21 Michael Olbrichwayland: free frame in buffer release callback
2015-04-21 Víctor Manuel... vaapidecode: refactor gst_vaapidecode_internal_flush()
2015-04-20 Víctor Manuel... vaapidecode: refactor gst_vaapidecode_destroy()
2015-04-20 Olivier Cretevaapidecode: Tell the base class about released frames...
2015-04-19 Víctor Manuel... vaapidecode: reduce logging noise
2015-04-19 Olivier Cretevaapidecode: Use the GstVideoDecoder error reporting...
2015-04-19 Olivier Cretevaapipluginbase: The allocation query can return withou...
2015-04-17 Sreerenj Balachandranplugins: Add h265 videoparser element "vaapiparse_h265"
2015-04-17 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch commit 43a0368
2015-04-17 Gwenole Beauchesneautogen: drop videoutils submodule.
2015-04-17 Gwenole Beauchesnedecoder: hevc: cosmetics.
2015-04-16 Sreerenj Balachandrandecoder: hevc: Add Support for tiled video decoding
2015-04-16 Sreerenj Balachandrandecoder: hevc: Fix decoding when there are RASL picture...
2015-04-16 Martin Sherburndisplay: drm: fix race condition setting device type
2015-04-16 Olivier Cretevaapipostproc: Don't create filter on caps query
2015-04-16 Olivier Cretevideopool: Release lock while allocating new object
2015-04-16 Víctor Manuel... vaapisink: use GstVideoSink vmethod show_frame()
2015-04-16 Víctor Manuel... vaapisink: add 'handoff' signal
2015-04-16 Víctor Manuel... HEVC: silence the compiler
2015-04-14 Michael Olbrichwayland: destroy vpp buffer pool on resize
2015-04-14 Víctor Manuel... build: don't compile HEVC if not supported
2015-04-13 Sreerenj Balachandranvaapidecode: Update Author name in plugin metadata
2015-04-13 Sreerenj Balachandranplugins: Add HEVC decoder
2015-04-13 Sreerenj BalachandranHEVC: Add HEVC(h265) decoder to core libgstvaapi
2015-04-13 Sreerenj BalachandranHEVC: Add codec utility methods to core libgstvaapi
2015-04-13 Sreerenj BalachandranHEVC: gstvaapiprofile: Add profile definitions
2015-04-13 Sreerenj BalachandranHEVC: build: Check availability of h265 decoder APIs
2015-04-13 Sreerenj BalachandranHEVC: Allow to build h265 codecparser internally
2015-04-13 Víctor Manuel... guard buffer export API if not available
2015-04-13 Sreerenj Balachandrancodecparsers: Update to gst-vaapi-branch commit 9bc72b0
2015-04-10 Michael Olbrichvaapidecode: unref video codec frame twice
2015-04-08 Víctor Manuel... libs: remove unused variables
2015-04-08 Víctor Manuel... decoder: mpeg4: remove an spurious comparison
2015-04-08 Víctor Manuel... encoder: h264: casts slice_param->slice_type
2015-04-08 Víctor Manuel... encoder: avoid GstVaapiCodedBuffer redefinition
2015-04-08 Víctor Manuel... libs: remove unused variables
2015-04-08 Víctor Manuel... encoder: mpeg2: use fabsf() instead of abs()
2015-04-08 Víctor Manuel... decoder: cast GST_VAAPI_DECODER_STATUS_DROP_FRAME
2015-04-03 Sreerenj BalachandranUpdate README
2015-04-03 Sreerenj BalachandranChanging source code download links from https://gitori...
2015-04-03 Sreerenj Balachandrancodecparsers: update to gst-vaapi-branch commit 1f792e4
2015-04-03 Sreerenj BalachandranRemove the gstvaapivideoconverter_*.c source files...
2015-04-03 Víctor Manuel... Removal of gstreamer-1.0 support
2015-04-03 Víctor Manuel... update and move gstcompat.h
2015-04-03 Víctor Manuel... autotools: remove gstreamer-1.0 support
2015-04-03 Sreerenj BalachandranRemove the gstreamer-videoutils submodule
2015-04-03 Víctor Manuel... Remove libgstvaapi-videoutils.so
2015-04-03 Víctor Manuel... Remove HAVE_GST_VIDEO_OVERLAY_HWCAPS macro
2015-04-03 Víctor Manuel... Removal of gstreamer-0.10 support
2015-04-03 Víctor Manuel... autotools: remove gstreamer-0.10 support
2015-03-16 Víctor Manuel... vaapidecode: add drain() vmethod
2015-03-16 Víctor Manuel... vaapidecode: remove vmethod reset()
2015-03-16 Víctor Manuel... vaapidecode: handle flush() vmethod
2015-03-16 Víctor Manuel... vaapidecode: call the correct query function
2015-03-14 Sreerenj Balachandrangitmodules: Use https:// url instead of git:// for...
2015-03-14 Julien Isorcevaapidisplay: mark X11 display as compatible with EGL
2015-03-06 Olivier Cretevaapidecode: Don't crash if a buffer outlives the decoder
2015-03-06 Sreerenj Balachandranvaapidecode: clean-ups (indentation, drop unused variables)
2015-03-06 Víctor Manuel... vaapidecode: use the query virtual methods in 1.4
2015-03-06 Víctor Manuel... vaapipostproc: always activate buffer pool
2015-03-06 Gwenole Beauchesnevaapisink: fix minor memory leak in debug mode.
2015-03-03 Sreerenj Balachandranvaapidecodebin: Avoid usage of "__" prefix in macro...
2015-03-03 Sreerenj Balachandranplugins: Disable vaapidecodebin for GStreamer < 1.4
2015-03-02 Sreerenj Balachandranplugins: Add a vaapidecodebin element
2015-03-02 Sreerenj Balachandranvaapidecode: re-indent (gst-indent) gstvaapidecode.c
2015-03-02 Simon Farnsworthvaapidecode: Switch back to Single thread implementation
2015-03-02 Gwenole Beauchesneplugins: fix detection of upstream v4l2src element.
2015-03-02 Gwenole Beauchesneplugins: fix allocation of DMABUF memory.
2015-02-26 Víctor Manuel... vaapidecode: keep src caps and output state in sync
2015-02-26 Víctor Manuel... vaapidecode: upload meta only if feature and allocation
2015-02-26 Víctor Manuel... vaapidecode: delayed src caps negotiation
2015-02-24 Sreerenj Balachandranencoder: h264: add support for more than 2 views
2015-02-24 Víctor Manuel... plugins: upload meta only if feature and allocation
2015-02-24 Gwenole Beauchesneplugins: add support for GstVideoGLTextureOrientation.
2015-02-24 Gwenole Beauchesneplugins: add support for BGRA textures.
2015-02-24 Gwenole Beauchesneplugins: fix support for Wayland/EGL running alongside...
2015-02-24 Gwenole Beauchesneplugins: add initial support for EGL.
2015-02-24 Gwenole Beauchesneplugins: track video texture size changes.
2015-02-24 Gwenole Beauchesneplugins: ensure VA display matches GL context expectations.
2015-02-24 Gwenole Beauchesneplugins: record downstream GstGLContext.
2015-02-24 Gwenole Beauchesneegl: update tests.
2015-02-24 Gwenole Beauchesneegl: add windowing support.
2015-02-24 Gwenole Beauchesneegl: add texture abstraction.
2015-02-24 Gwenole Beauchesneegl: allow for EGLImage imports into VA Surfaces.
2015-02-24 Gwenole BeauchesneAdd initial support for EGL.
2015-02-24 Gwenole Beauchesnelibs: initialize GValues in a thread-safe manner.
2015-02-24 Gwenole Beauchesnelibs: re-indent all GValue related source code.
2015-02-24 Gwenole Beauchesnevaapidecode: partially revert 0777f35.
2015-02-19 Sreerenj Balachandranvaapidecode: Caps query should return the list of all...
2015-02-18 Víctor Manuel... vaapidecode: intersect filter from query caps
next