examples: add audiomixmatrix test to .gitignore
[platform/upstream/gstreamer.git] / gst-libs /
2017-04-01 Josep Torraglwindow/cocoa: fix warnings reported by XCode 8.1.0
2017-03-30 Nicolas Dufresnegldisplay: Fix assert caused by missing debug category
2017-03-22 Jan Schmidtadaptivedemux: Don't send EOS on pads when there's...
2017-03-22 Seungha Yangplayer: Make use of GstStreams API with playbin3
2017-03-21 Scott D Phillipsbuild: declare dependency from gl on allocators
2017-03-15 Scott D Phillipsgl/format: correct return enums in gst_gl_format_from_v...
2017-03-14 George Kiagiadakisglupload: adjust memory offset calculation for dmabuf...
2017-03-14 Matthew WatersRevert "adaptivedemux: answer duration queries for...
2017-03-14 Matthew Watersgl: GL_ARRAY_BUFFER is not a part of VAO state
2017-03-13 Matthew Watersgl/format: use our own GL format enum's instead of...
2017-03-13 Vincent Penquerc'hglupload: fix GValue leak
2017-03-09 Haihua Huplayer: Fix setting of external subtitle URI
2017-03-08 Sebastian Drögegl/eagl: It's -fobjc-arc not -fobj-arc
2017-03-07 Nick Kallenapplemedia/gl: Update code to use ARC
2017-03-06 George Kiagiadakisvideoaggregator: redo src caps negotiation if a sink...
2017-03-06 Arun Raghavangl: Missed one backwards compat define in GST_GL_TYPE_C...
2017-03-04 Sebastian Drögegl: Fixup for last commit
2017-03-04 Sebastian Drögegl: Fix backwards compat GST_GL_TYPE_* functions/macros
2017-03-04 Sebastian Drögegl/viv-fb: Don't use deprecated symbols and make macros...
2017-03-02 Alex Ashleyadaptivedemux: answer duration queries for live streams
2017-03-02 Thomas Bluemeladaptivemutex: Fix double mutex unlock
2017-02-28 Sebastian Drögeglcolorconvert: Check return value of gst_gl_context_ch...
2017-02-28 Sebastian Drögegl: Add viv-fb to DIST_SUBDIRS to fix "make distcheck"
2017-02-28 Sebastian Drögeglutils: Mark private functions as G_GNUC_INTERNAL
2017-02-27 Sebastian Drögeglupload: Add support for Vivante DirectTexture uploads
2017-02-27 Sebastian Drögeallocators: Add GstPhysMemoryAllocator abstraction
2017-02-27 Sebastian Drögegl: Add support for Vivante EGL FB windowing system
2017-02-23 Sebastian Drögeglmemory: Use glBlitFramebuffer() instead of glCopyTexI...
2017-02-16 Sebastian Drögeconfigure: Remove unused Mali EGL/fbdev_window support
2017-02-08 Jan Schmidtadaptivedemux: Convert premature EOS on non-exposed...
2017-02-08 Jan Schmidtadaptivedemux: Handle errors from prepared_streams too
2017-02-07 Jan Schmidtadaptivedemux: Fix bitrate printed in debug
2017-02-07 Jan Schmidtadaptivedemux: Preroll streams before exposing them
2017-01-31 Seungha Yangadaptivedemux: Handle SEEK event only once
2017-01-23 Thibault Sauniermeson: Build GIR files
2017-01-17 Lyon Wangplayer: Add support for selecting a specific video...
2017-01-17 Sebastian Drögeplayer: Add missing documentation for deprecated functions
2017-01-17 Lyon Wangplayer: Add get video snapshot API
2017-01-13 Matthew Watersgl: update sys dependants for function removals
2017-01-13 Juan Pablo Ugarteglslstage: define GL constants if needed instead of...
2017-01-13 Matthew Watersglutils: document functions
2017-01-13 Matthew Watersglutils: privatise matrix multiplication/videoaffinetra...
2017-01-13 Matthew Watersgl/utils: also take care of the local GL context in...
2017-01-13 Matthew Watersglutils: remove trivial helper function
2017-01-13 Matthew Watersgl/docs: add symbols from -unused.txt
2017-01-13 Matthew Watersgl/docs: some type fixes of type names
2017-01-10 Tim-Philipp Müllercodecparsers: remove problematic 'extern inline'
2017-01-10 Edward Herveyadaptivedemux: Use a simple queue instead of queue2
2017-01-10 Edward Herveyadaptivedemux: Remove unneeded variables
2017-01-10 Matthew Watersglwindow: use the same parameter names between vfuncs...
2017-01-10 Matthew Watersglbasememory: type fix for GstGLBaseMemoryAllocatorAllo...
2017-01-10 Matthew Watersgldisplay: add missing transfer annotations
2017-01-10 Matthew Watersgl: add skip annotations to non-GI possible struct...
2017-01-10 Matthew Watersglbasememory: remove unused and #if 0'ed function defin...
2017-01-10 Matthew Watersgl: add necessary get_type() functions for allocation...
2017-01-10 Matthew Watersgldisplay: some annotation updates/typo fixes
2017-01-10 Matthew Watersgl: remove reference to non-existant header
2017-01-10 Matthew Watersgl: remove custom control binding proxy
2017-01-10 Matthew Watersgl: remove unneeded gst_gl_buffer_alloc from header...
2017-01-10 Matthew Watersgl/egl: remove use of texture orientation
2017-01-09 Matthew Watersglcontext/egl: don't overwrite set GError
2016-12-21 Sebastian Drögeplayer: Add deprecated compatibility functions for...
2016-12-21 Sebastian Drögeplayer: Move audio/video/subtitle stream list getters...
2016-12-21 Lyon Wangplayer: Add get track number media info API
2016-12-16 Matthew Watersgl/format: use the unsized format for RGB on GLES2
2016-12-15 Matthew Watersgl/window: remove unused priv variable
2016-12-15 Matthew Watersgl/window: remove use of main_context_push/pop_thread_d...
2016-12-14 Sebastian Drögevideoaggregator: Remove unlock() if set_info() fails
2016-12-13 Sebastian Drögegst: Don't declare variables inside the for loop header
2016-12-12 Edward Herveyadaptivedemux: Avoid using unset GError
2016-12-08 Arun Raghavanplayer: Don't try to cache the GQuark for GST_PLAYER_ERROR
2016-12-01 Julien Isorcegstglupload: relax EGL context check
2016-12-01 Julien Isorcegstglcontext: is_shared should return FALSE if no group
2016-11-30 Matthew Watersglmemoryegl: remove spurious #if GST_GL_HAVE_DMABUF...
2016-11-30 Philippe Renonopencv: add opencv image format documentation
2016-11-30 Philippe Renonopencv: account for sparse/padded formats when converti...
2016-11-30 Nicolas Dufresneopencvvideofilter: Don't parse the caps twice
2016-11-30 Nicolas Dufresneopencvfilter: Properly port to GstVideoFilter
2016-11-29 Philippe Normandmssdemux: improved live playback support
2016-11-29 Anton Eliassoncodecparsers: h264parse: improve documentation commentary
2016-11-29 Anton Eliassoncodecparsers: h264parse: docs spellcheck
2016-11-28 Sebastian Drögempegtssection: Fix off-by-one in PMT parsing
2016-11-28 Sebastian Drögempegtssection: Don't assert if the given section length...
2016-11-28 Matthew Watersglwindow: move g_main_context_push/pop_thread_default...
2016-11-28 Matthew Watersglcontext: fix race between creation/shutdown
2016-11-26 Luis de Bethencourtopencv: Enable in meson build
2016-11-26 Edward Herveympegtssection: Add more section size checks
2016-11-26 Edward Herveympegtssection: Fix PAT parsing
2016-11-25 Sebastian Drögegl/x11: Remove unused static function
2016-11-24 Edward Herveympegtssection: Don't free empty streams
2016-11-23 Matthew Watersgl/contextglx: error out on more invalid display/window...
2016-11-23 Matthew Watersgl: add necessary context_egl.h #includes to the source...
2016-11-23 Matthew Watersgl/memoryegl: remove access to private header gstglcont...
2016-11-21 Philippe Renonopencv: forward declare opencv types
2016-11-21 Tim-Philipp Müllerinterfaces: photography: clean up header indentation
2016-11-21 David Evansgl: add gstreamer-video to pkg-config path
2016-11-18 Sebastian Drögevideoaggregator: Mark pad as needing reconfiguration...
2016-11-17 Scott D Phillipsmeson: wayland: wl_scanner is required: false
2016-11-17 Matthew Watersmeson: wayland: move dep checks to the lib
2016-11-17 Matthew Watersmeson: gl/egl: add missing source file
next