Release 1.7.91
[platform/upstream/gstreamer.git] / ext /
2016-03-10 Matthew Watersgleffects; give each effect a unique long name and...
2016-03-10 Matthew Watersglfilterapp: update for the use of shaders
2016-03-09 Vineeth TMglimagesink: Fix window memory leak
2016-03-07 Matthew Watersglvideomixer: signal continuation in reset
2016-03-04 Joe Gorsehls: Add OPENSSL_CFLAGS to CFLAGS
2016-03-03 Sergey Borovkovqml: Fix leak of the OpenGL contexts
2016-03-02 Reynaldo H. Verdej... vksink: fix spelling on failed _ensure_data() error...
2016-03-02 Vivia Nikolaidoumpeg2enc: Provide format as a string instead of a char...
2016-02-29 Vineeth TMvkswapper/vkutils: Fix gerror memory leak
2016-02-29 Vineeth TMvkdevice: Fix duplicate assignment of queue variable
2016-02-29 Vineeth TMvksink: Fix GError memory leak
2016-02-26 Thiago Santosdashdemux: sync index and the selected chunk when seeking
2016-02-26 Tim-Philipp Mülleropus: rename plugin to opusparse for the time being
2016-02-26 Tim-Philipp Mülleropus: remove Opus encoder/decoder, moved to -base
2016-02-25 Tim-Philipp Mülleropus: remove Opus RTP elements, they have moved to...
2016-02-24 Matthew Watersqt: use a static_cast instead of dynamic one
2016-02-24 Wang Xin-yu (王昕宇)glmixer: iterator didn't advance in continue statement
2016-02-23 Dave Craigdisparity: Don't assume that get_current_caps() returns...
2016-02-23 Florin Apostoldashdemux: correctly handle an HTTP-XSDATE that is...
2016-02-22 Matthew Watersgl: fix the build
2016-02-22 Matthew Watersgl: error out if the configured GL API is unsupported...
2016-02-22 Sergey Borovkovqmlglsink: Schedule onSceneGrpahInitialized to execute...
2016-02-20 Tim-Philipp Müllerdaala: don't use exported but undeclared core debug...
2016-02-17 Sebastian Drögemodplug: Fix compiler warning about C++11 compatibility
2016-02-17 David Fernandezcurlbasesink: don't send empty buffers
2016-02-17 Thibault Saunierladspa: Fix some debugs
2016-02-17 Matthew Watersglimagesink: remove unsed reconfigure variable
2016-02-16 Matthew Watersglimagesink: don't push a reconfigure event from the...
2016-02-16 Wang Xin-yu (王昕宇)glvideomixer: don't leak pad's vertex buffer on release_pad
2016-02-16 Matthew Watersglmixer: Remove usage of GstGLMixerFrameData
2016-02-16 Matthew Watersglmixer: don't hold the object lock while calling into GL
2016-02-16 Matthew Watersvkdevice: add the necessary but arbitrary queue priority
2016-02-16 Matthew Watersvkswapper: add the necessary call to check if the physi...
2016-02-16 Matthew Watersvulkan: update to SDK 1.0.3.1
2016-02-16 Matthew Watersvkswapper: iterate over the device queue's using the...
2016-02-16 Matthew Watersvkdevice: add callback iteration over the device queue's
2016-02-16 Matthew Watersvkqueue: add context helpers
2016-02-16 Matthew Watersvkutils: move object-specific context queries to their...
2016-02-16 Matthew Watersvkdevice: remove unneeded error parameter from get_queue()
2016-02-16 Matthew Watersvkupload: implement an uploader abstraction
2016-02-16 Matthew Watersvkdisplay: unref the instance
2016-02-16 Matthew Watersvulkan: chain up in finalize
2016-02-16 Matthew Watersvksink: only unref if the pointers are non-NULL
2016-02-16 Matthew Watersvkimagememory: free the managing struct on _free
2016-02-16 Matthew Watersvkdevice: perform a waitIdle before destroying the...
2016-02-16 Matthew WatersRevert "vulkan: remove views from the memory objects."
2016-02-16 Matthew Watersvulkanmemory: remove bind variants
2016-02-16 Matthew Watersvulkan: remove views from the memory objects.
2016-02-16 Matthew Watersvkswapper: alpha flags are now supported by LunarG...
2016-02-16 Matthew Watersvulkan: add a vulkanbuffer bufferpool
2016-02-16 Matthew Watersvulkan: add upload element
2016-02-16 Matthew Watersvkutils: fix assert inversion
2016-02-16 Matthew Watersvulkan: add caps feature names for the buffer and image...
2016-02-16 Matthew Watersvulkan: add device to handle_context_query
2016-02-16 Matthew Watersvulkan: move instance_open into the utility ensure_elem...
2016-02-16 Matthew Watersvkinstance: add signal for overriding device creation
2016-02-16 Matthew Watersvulkan: separate allocation and binding of memory
2016-02-16 Matthew Watersvkbuffermemory: follow the rest of the struct macros
2016-02-16 Matthew Watersvkswapper: use buffer memory to upload video frames...
2016-02-16 Matthew Watersvulkan: add a buffer memory allocator
2016-02-16 Matthew Watersvkmemory: align struct members in the header
2016-02-16 Matthew Watersvkmacros: use specific _INIT macros to initialize struc...
2016-02-16 Matthew Watersvkimagememory: add get_{width,height) functions
2016-02-16 Matthew Watersvulkan: update to release 1.0.1.1
2016-02-16 Matthew Watersvulkan/xcb: flush after mapping the window
2016-02-16 Matthew Watersvkswapper: fix semaphore usage
2016-02-16 Matthew Watersvulkan: add some debugging about the supported extensions
2016-02-16 Matthew Watersvkswapper: get the function pointers from the correct...
2016-02-16 Matthew Watersvkinstance: add the necessary winsys extension
2016-02-16 Matthew Watersvkdisplay: forward declare GstVulkanDisplayType
2016-02-16 Matthew Watersvkapi: remove unneeded headers
2016-02-16 Matthew Watersvkimagememory: fix the memory barrier access masks
2016-02-16 Matthew Watersvkswapper: only wait on the semaphore once
2016-02-16 Matthew Watersvkimagememory: initialize flags and don't crash on...
2016-02-16 Matthew Watersvulkan: update error db for 0.10.2
2016-02-16 Matthew Watersvulkan: update to SDK 0.10.2
2016-02-16 Matthew Watersvulkan: implement GstContext helpers
2016-02-16 Matthew Watersvkdevice: remove gst_vulkan_device_close()
2016-02-16 Matthew Watersvkinstance: remove gst_vulkan_instance_close
2016-02-16 Matthew Watersvkswapper: remove outdated comment
2016-02-16 Matthew Watersvkswapper: always match lock/unlock of the render lock
2016-02-16 Matthew Watersvkmemory: debug output the memory properties requested
2016-02-16 Matthew Watersvkimagememory: don't leak GstMapInfo in failure cases...
2016-02-16 Matthew Watersvulkan: de-C99 struct declarations
2016-02-16 Matthew Watersvkwindow/swapper: implement redraw handling
2016-02-16 Matthew Watersvulkan: implement quitting and resizing the window
2016-02-16 Matthew Watersnew vulkan based video sink
2016-02-16 Tim-Philipp Müllermpg123: move plugin from -bad to -ugly
2016-02-16 Matthew Watersgtk(gl)sink: remove the signal handlers on finalize
2016-02-16 Alessandro Decinaglvideoflip: don't ignore method changes when caps...
2016-02-10 Florin Apostoldashdemux: gst_dash_demux_get_live_seek_range returns...
2016-02-10 Julien MOUTTErtpmsink: Implement setcaps that uses streamheader
2016-02-09 Luis de Bethencourtmssdemux: remove unnecessary check
2016-02-09 Thiago Santosdashdemux: plug mpd client leak
2016-02-09 Florin Apostoldashdemux: fix memory leak in gst_dash_demux_update_man...
2016-02-09 Florin Apostolmpdparser: renamed gst_mpd_client_get_next_segment_avai...
2016-02-09 Florin Apostolmpdparser: corrected getting segment availability
2016-02-09 Matthew Watersglsyncmeta: separate out gpu/cpu waits.
2016-02-08 Luis de Bethencourtresindvd: remove commented out include
2016-02-08 Luis de BethencourtRevert "resindvd: get rid of _stdint.h include"
next