vaapisink: Expose the overlay capability for compatibility with dvbsuboverlay.
[platform/upstream/gstreamer.git] / gst / vaapi /
2015-06-17 Adrian Coxvaapisink: Expose the overlay capability for compatibil...
2015-06-17 Olivier Cretevaapipluginbase: Override downstream allocation reply...
2015-06-12 Víctor Manuel Jáqu... vaapipostproc: add color balance interface
2015-06-08 Víctor Manuel Jáqu... vaapipostproc: add skin tone enhancement
2015-06-01 Víctor Manuel Jáqu... vaapidecode: remove unneeded casting
2015-06-01 Víctor Manuel Jáqu... vaapidecode: calculate decoding latency
2015-05-27 Alban Browaeysbuild: don't compile HEVC encoder if not supported
2015-05-25 Sreerenj BalachandranHEVC_Encode: Add HEVC(h265) Encoder plugin
2015-05-18 Víctor Manuel Jáqu... build: use git.mk
2015-05-15 Michael Olbrichvaapisink: implement unlock/unlock_stop for wayland
2015-05-14 Víctor Manuel Jáqu... vaapisink: fix indentation
2015-05-13 Víctor Manuel Jáqu... build: fix make distcheck
2015-05-12 Víctor Manuel Jáqu... plugins: remove gstreamer-0.10 crumbs
2015-05-04 Gwenole Beauchesnevaapidecode: add guards for disabled codecs.
2015-04-30 Víctor Manuel Jáqu... plugins: check if the pool config is already set
2015-04-29 Víctor Manuel Jáqu... vaapipostproc: tune up a couple of log messages
2015-04-29 Víctor Manuel Jáqu... plugins: check gst_buffer_pool_set_config()
2015-04-29 Víctor Manuel Jáqu... plugins: more specific log message
2015-04-29 Víctor Manuel Jáqu... 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-21 Víctor Manuel Jáqu... vaapidecode: refactor gst_vaapidecode_internal_flush()
2015-04-20 Víctor Manuel Jáqu... vaapidecode: refactor gst_vaapidecode_destroy()
2015-04-20 Olivier Cretevaapidecode: Tell the base class about released frames...
2015-04-19 Víctor Manuel Jáqu... 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-16 Olivier Cretevaapipostproc: Don't create filter on caps query
2015-04-16 Víctor Manuel Jáqu... vaapisink: use GstVideoSink vmethod show_frame()
2015-04-16 Víctor Manuel Jáqu... vaapisink: add 'handoff' signal
2015-04-13 Sreerenj Balachandranvaapidecode: Update Author name in plugin metadata
2015-04-13 Sreerenj Balachandranplugins: Add HEVC decoder
2015-04-10 Michael Olbrichvaapidecode: unref video codec frame twice
2015-04-03 Sreerenj BalachandranRemove the gstvaapivideoconverter_*.c source files...
2015-04-03 Víctor Manuel Jáqu... Removal of gstreamer-1.0 support
2015-04-03 Víctor Manuel Jáqu... update and move gstcompat.h
2015-04-03 Víctor Manuel Jáqu... autotools: remove gstreamer-1.0 support
2015-04-03 Víctor Manuel Jáqu... Remove libgstvaapi-videoutils.so
2015-04-03 Víctor Manuel Jáqu... Removal of gstreamer-0.10 support
2015-04-03 Víctor Manuel Jáqu... autotools: remove gstreamer-0.10 support
2015-03-16 Víctor Manuel Jáqu... vaapidecode: add drain() vmethod
2015-03-16 Víctor Manuel Jáqu... vaapidecode: remove vmethod reset()
2015-03-16 Víctor Manuel Jáqu... vaapidecode: handle flush() vmethod
2015-03-16 Víctor Manuel Jáqu... vaapidecode: call the correct query function
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 Jáqu... vaapidecode: use the query virtual methods in 1.4
2015-03-06 Víctor Manuel Jáqu... 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 Jáqu... vaapidecode: keep src caps and output state in sync
2015-02-26 Víctor Manuel Jáqu... vaapidecode: upload meta only if feature and allocation
2015-02-26 Víctor Manuel Jáqu... vaapidecode: delayed src caps negotiation
2015-02-24 Víctor Manuel Jáqu... 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 Beauchesnevaapidecode: partially revert 0777f35.
2015-02-19 Sreerenj Balachandranvaapidecode: Caps query should return the list of all...
2015-02-18 Víctor Manuel Jáqu... vaapidecode: intersect filter from query caps
2015-02-18 Víctor Manuel Jáqu... Fix compiler warnings
2015-02-18 Víctor Manuel Jáqu... vaapidecode: Use GST_DEBUG_FUNCPTR for gst_vaapidecode_...
2015-02-18 Víctor Manuel Jáqu... vaapidecode: log flow error name
2015-02-18 Olivier Cretevaapidecode: Emit error GstMessage when returning a...
2015-02-13 Sreerenj Balachandranplugins: Add VP8 Encoder
2015-02-06 Sreerenj Balachandranbuild: fix make dist when certain conditionals not...
2015-02-04 Olivier Cretevaapidecode: Check the condition after taking the lock
2015-02-04 Sreerenj Balachandranplugins: Add JPEG encoder element
2015-02-02 Sreerenj BalachandranFix compilation error if there is no GL/gl.h header...
2015-01-28 Gwenole Beauchesneplugins: drop leftover declaration.
2015-01-28 Gwenole Beauchesneplugins: add support for dma_buf exports (v4l2src).
2015-01-28 Wind Yuanplugins: add support for dma_buf imports.
2015-01-27 Gwenole Beauchesnevideopool: add optional flags for surface pool allocation.
2015-01-27 Gwenole Beauchesnedisplay: add utility function to check for OpenGL rende...
2015-01-27 Gwenole Beauchesnedisplay: refine the meaning of display type.
2015-01-27 Gwenole Beauchesnetexture: move to core libgstvaapi base library.
2015-01-27 Gwenole Beauchesnetexture: add support for cropping rectangle during...
2015-01-27 Simon Farnsworthpluginutil: Fix clearing of subtitle overlay
2015-01-27 Michael Olbrichvaapipostproc: clear state on stop
2015-01-27 Michael Olbrichvaapidecode: don't print an error message for GST_FLOW_...
2015-01-19 Sreerenj BalachandranFix compilation error if there is no GL/gl.h header...
2015-01-15 Gwenole Beauchesnevaapidecode: commit updated srcpad caps to base plugin.
2015-01-15 Gwenole Beauchesnevaapidecode: always reset decoder on ::set_format().
2015-01-15 Gwenole Beauchesnevaapivideomemory: don't crash when trying to allocate...
2014-11-27 Sreerenj Balachandranvaapisink: Protect the X11 API invokations with proper...
2014-11-24 Gwenole Beauchesnevaapipostproc: fix out caps for GLMemory.
2014-11-24 Gwenole Beauchesnevaapipostproc: fix check for compatible src pad capsfil...
2014-11-24 Gwenole Beauchesneplugins: re-indent all video processing related source...
2014-11-24 Gwenole Beauchesneplugins: further fixes to the new "current" storage...
next