platform/upstream/gstreamer.git
2015-05-27 Julien Isorceglwindow_x11: use parent default implementation
2015-05-27 Julien Isorceglcontext_glx: rename variable from window to context
2015-05-27 Julien Isorceglwindow: initialize debug in class_init
2015-05-27 Julien Isorceglcontext: initialize debug in class_init
2015-05-27 Julien Isorceglcontext: add gst_gl_context_set_display helper
2015-05-27 Julien Isorceglcontext: add missing _CAST after G_TYPE_CHECK_CLASS
2015-05-27 Julien Isorceglwindow: add missing _CAST after G_TYPE_CHECK_CLASS
2015-05-27 Julien Isorceglwindow: provides some default implementations to...
2015-05-27 Jan Schmidtaggregator: Push EOS on error return.
2015-05-27 Luis de Bethencourtmpegtsmux: don't overwrite value
2015-05-27 Luis de Bethencourtopencv: 'for' loop initial declaration
2015-05-27 Luis de Bethencourtgleffects: 'for' loop initial declaration
2015-05-27 Luis de Bethencourtresindvd: remove unused value
2015-05-27 Thiago Santoshlsdemux: remove more unused attributes
2015-05-27 Thiago Santoshlsdemux: remove unused attribute
2015-05-26 Xavier Claessensgloverlay: fix a leak
2015-05-26 Xavier Claessensgloverlay: properly handle errors while loading file
2015-05-26 Xavier Claessensgloverlay: remove unused type_file field
2015-05-26 Xavier Claessensgl: propagate return value from filter and filter_texture
2015-05-26 Luis de Bethencourtdvbsuboverlay: remove unused assignment
2015-05-26 Luis de Bethencourtadaptivedemux: 'for' loop initial declaration
2015-05-26 Vineeth T Mexclusion: exception when set factor to 0
2015-05-26 Matthew Watersgleffects: properly initialize the shaders across conte...
2015-05-26 Matthew Watersgleffects_laplacian: fix shader compilation in gl3...
2015-05-25 Patricia Muscalucurlsink: handle socket callback for active FTP connect...
2015-05-25 David Waringdashdemux: Fix segfault introduced by segment iteration...
2015-05-25 Thiago Santosdashdemux: use signed integet to represent segment...
2015-05-25 Suhwang Kimdashdemux: fix outdated example launch line
2015-05-25 Matthew Watersgl/wayland: remove dead event source code
2015-05-25 Matthew Watersgl/wayland: add GstGLDisplayWayland
2015-05-25 Matthew Watersgltransformation: fix DrawElements call for element...
2015-05-22 Matthew Watersgl/calayer: provide the exact GL api version for the...
2015-05-22 Jimmy Ohndashdemux: remove unnecessary semicolon
2015-05-21 Xavier Claessensgl: win32: do not call SetParent in release_parent_win_id()
2015-05-21 Xavier Claessensgl: win32: remove unused code
2015-05-21 Xavier Claessensgl: win32: fix crash when finalizing GstGLContext
2015-05-21 Xavier Claessensgl: win32: Fix leaked GstGLContext
2015-05-21 Xavier Claessensgl: win32: set the parent window when creating internal...
2015-05-21 Xavier Claessensgl: win32: use a GMainContext to dispatch win32 messages
2015-05-21 Jan Schmidtglupload: Don't leak all memory uploaded via raw uploads.
2015-05-21 Sebastian Drögecompositor/glvideomixer: Don't calculate PAR/DAR with...
2015-05-21 Sebastian Drögecompositor: Fix double assignment
2015-05-21 Matthew Watersglcontext: require a shader version to initialize.
2015-05-21 Jan SchmidtFix flags order in GL examples for uninstalled build
2015-05-21 Jan Schmidtwasapi: Fix flags order for uninstalled build
2015-05-20 Matthew Waterscompositor/glvideomixer: fix up par handling
2015-05-20 Edward Herveyh264parse: Consider SEI NALU as "HEADER" packets
2015-05-20 Edward Herveympegtsmux: Carry over GST_BUFFER_FLAG_HEADER
2015-05-20 Thijs Vermeirx265enc: Only copy VPS/SPS/PPS NAL units in header...
2015-05-20 Thijs Vermeirx265enc: Fix tune parameter mismatch
2015-05-19 Sebastian Drögeamcaudiodec: Add an output adapter for chunking the...
2015-05-19 Xavier Claessensgl: fix crash on windows with intel driver
2015-05-19 Matthew Waterscaopengllayersink: static const the indices array
2015-05-19 Matthew Waterscaopengllayersink: correctly use the sync meta across...
2015-05-19 Matthew Waterscaopengllayersink: update for GL3 element array buffer...
2015-05-19 Matthew Watersglimagesink: correctly use the sync meta across multipl...
2015-05-19 Matthew Watersgl/calayer: provide a current wrapped GstGLContext...
2015-05-19 Matthew Watersglsyncmeta: ensure that the Fence is going to be executed
2015-05-19 Matthew Watersglupload: don't reuse output textures for raw data...
2015-05-19 Matthew Watersglframebuffer: don't clear the framebuffer
2015-05-19 Matthew Watersglbasefilter: track gl_start/stop correctly
2015-05-18 Stefan SauerRevert "doc: Workaround gtkdoc issue"
2015-05-18 Jimmy Ohnhlsdemux: Simplify logic in process_manifest
2015-05-18 Vineeth T Mcvsmooth: rename properties
2015-05-18 Vineeth T Mcvsmooth: Wrong assignment of prop leads to crash
2015-05-18 Vineeth T Mpyramidsegment: wrong value of level property
2015-05-17 Nicolas Dufresnedoc: Workaround gtkdoc issue
2015-05-15 Vincent Penquerc'htsdemux: fix buffer timestamp not being in stream time
2015-05-15 Vincent Penquerc'htsdemux: accumulate previous segment base time
2015-05-15 Vincent Penquerc'htsdemux: fix refcounting when applying a new PMT
2015-05-15 Jose Antonio... dtls: Fix memory leak
2015-05-14 Matthew Watersglimagesink: free the vertex buffer when done
2015-05-14 Matthew Watersglcontext/cocoa: implement GL3 core context selection
2015-05-14 Matthew Waterstests/gl: fix typo
2015-05-14 Matthew Watersgl: remove useless gl{En,Dis}able (GL_TEXTURE_*) calls
2015-05-14 Matthew Watersglimagesink: cleanup properties
2015-05-14 Matthew Watersgleffects: only try the GL2 shader init path if we...
2015-05-14 Matthew Watersglshader: attempt to detect the gles2 inside opengl3...
2015-05-14 Matthew Watersglshader: remove references to gl3 specific shaders
2015-05-14 Matthew Watersgl: element buffers are part of vao state
2015-05-14 Matthew Watersglmemory: properly detect (hopefully) the correct ext_r...
2015-05-14 Matthew Waterscompositor: implement proper par handling
2015-05-13 Thiago Santosdashdemux: avoid busy-looping when waiting for new...
2015-05-13 Thiago Santosdashdemux: Improve live stream manifest update repositi...
2015-05-13 Thiago Santosdashdemux: add more protection when acessing gptrarray...
2015-05-13 Thiago Santosdashdemux: remove unused functions
2015-05-13 Thiago Santosdashdemux: reuse seeking function to reduce repeated...
2015-05-13 Thiago Santosdashdemux: refactor segment iteration for better perfor...
2015-05-13 Thiago Santosdashdemux: improve mpd parsing for repeated segment...
2015-05-13 Thiago Santosadaptivedemux: drop debug message that was wrong
2015-05-13 Thiago Santosadaptivedemux: run gst-indent
2015-05-13 Thiago Santosmpegtsmux: the parent is provided in the function
2015-05-13 Jose Antonio... dtlsenc: Fix memory leak releasing connection_id
2015-05-13 Jose Antonio... dtlsenc: Fix memory leak while setting connection-id
2015-05-13 Jose Antonio... dtlsdec: Fix memory leak, release previous pem
2015-05-13 Jose Antonio... dtlsdec: Fix memory leak on dispose
2015-05-13 Jose Antonio... dtlsconnection: Fix memory leak while setting closure
2015-05-13 Wim Taymansfix faad2 version check
2015-05-13 Matthew Watersglcontext: propagate the version/extension failure...
2015-05-13 Matthew Watersgl: don't deadlock on context creation failure
next