platform/upstream/gstreamer.git
2014-12-04 Matthew Baderdshowdecwrapper: Port to 1.x
2014-12-04 Reynaldo H... vcdsrc: port to 1.
2014-12-04 Thiago Santosmssdemux: fix getting current position in segments...
2014-12-04 Thiago Santosmssdemux: support manifests with repetition fragments
2014-12-04 Thiago Santosmssdemux: port to adaptivedemux base class
2014-12-04 Matthew Baderdshowsrcwrapper: Fixed null caps comparison
2014-12-04 Flávio Ribeirohlssink: remove unnecessary title on EXTINF tag
2014-12-04 Ramprakash... gl: Rename gst-launch-0.10 to gst-launch-1.0 in docs
2014-12-04 Sebastian Drögedecklink: Fix make distcheck
2014-12-04 Thiago Santosadaptivedemux: release threads waiting for manifest...
2014-12-04 Thiago Santosadaptivedemux: use gst_task_stop instead of gst_task_pause
2014-12-04 Thiago Santosadaptivedemux: fix deadlock when stopping streams
2014-12-03 Sebastian Drögedecklink: Fix compiler warnings with gcc in the dispatcher
2014-12-03 Philippe Normandglsyncmeta: add G_END_DECLS
2014-12-03 Sebastian Drögedecklink: Update Windows SDK headers to 10.3.1
2014-12-03 Sebastian Drögedecklink: Update OS X SDK headers to 10.3.1
2014-12-03 Sebastian Drögedecklink: Update Linux SDK headers to 10.3.1
2014-12-03 Thiago Santosadaptivedemux: remove unused error variable
2014-12-03 Thiago Santosadaptivedemux: remove more get_duration checks
2014-12-03 Thiago Santosadaptivedemux: all subclasses must implement get_duration
2014-12-03 Thiago Santosadaptivedemux: make sure to always stop the stream...
2014-12-03 Julien Isorceglcontext: try cgl before glx
2014-12-03 Julien Isorcetests: add glimagesink unit test to .gitignore
2014-12-02 Thiago Santosdashdemux: fix double unref of object
2014-12-02 David Waringdashdemux: Find the current period in a live stream
2014-12-02 David Waringdashdemux: Fix period selection for live streams
2014-12-01 Edward Herveympegtbase: Improve last PCR detection
2014-12-01 Edward Herveytsdemux: Only activate warning for real streams
2014-12-01 Jürgen Slowackx265enc: add qp property
2014-12-01 Thijs Vermeirgl/cocoa: Fix example on Mac OS X 10.10
2014-12-01 Edward Herveygst-libs: Fix dependency build
2014-12-01 Thomas Klausnerconfigure: Do comparisons in a portable way with =...
2014-12-01 Thiago Santosadaptivedemux: reworking live manifest update wait
2014-12-01 Thiago Santosadaptivedemux: fix manifest update locking
2014-12-01 Thiago Santosadaptivedemux: Fix segment for manifests that won't...
2014-12-01 Thiago Santosdashdemux: replace the streams with the new mpd client...
2014-12-01 Thiago Santosdashdemux: when updating the manifest, set the uri
2014-12-01 Thiago Santosdashdemux: port to adaptive demux
2014-12-01 Thiago Santosadaptivedemux: also clear flushing state on pads before...
2014-12-01 Thiago Santosadaptivedemux: add adaptivedemux base class
2014-11-30 Tim-Philipp... gdppay: minor caps event payloading optimisation
2014-11-30 Tim-Philipp... gdppay: fix some memory leaks
2014-11-29 Matthew Watersglcontext: require GL_ARB_ES2_compatibility for opengl3
2014-11-29 Matthew Watersglimagesink: properly handle the !opengl3 case
2014-11-28 Sebastian Drögedecklinksink: Drop too late frames and start scheduled...
2014-11-28 Tim-Philipp... glfilterapp: fix unused variable compiler warning
2014-11-28 Sebastian Drögedecklinksrc: For the source, unsetting the callback...
2014-11-28 Sebastian Drögedecklinksink: Wait for the pipeline clock instead of...
2014-11-28 Sebastian Drögedecklinksink: Schedule video frames according to their...
2014-11-28 Sebastian Drögedecklinksink: Add some FIXME comments about synchronization
2014-11-28 Sebastian Drögedecklinksrc: Sample the pipeline clock for the timestam...
2014-11-28 Sebastian Drögedecklinksrc: Handle callback/delegate object the same...
2014-11-28 Sebastian Drögedecklinksink: Don't crash when going to READY another...
2014-11-28 Sebastian Drögecompositor: Failure to map a video frame is not just...
2014-11-28 Sebastian Drögevideoaggregator: Failure to map a video frame is not...
2014-11-28 Matthew Watersglfilterapp is now available on gles2 as well so build it
2014-11-28 Matthew Watersgl: fixup compat definition for GLuint64 for OS X
2014-11-28 Matthew Watersgl: add compat definition for GLuint64 for android
2014-11-28 Danny Songbasecamerasrc: fix typo in docs
2014-11-28 Matthew Watersglsync: fix build with desktop gl
2014-11-28 Matthew Watersgl: fix typo in #if
2014-11-27 Matthew Watersgl: fix various build errors without desktop gl
2014-11-27 Matthew Watersgldisplay: fix build error
2014-11-27 Matthew Watersgldisplay: implement runtime GL api filtering
2014-11-27 Matthew Watersgl: remove the use of glu
2014-11-27 Matthew Watersgl: add a sync meta for synchronizing across GL contexts
2014-11-27 Matthew Watersglprototypes: add sync function definitions
2014-11-27 Matthew Watersglfilterapp: port to gles2 and gl3
2014-11-27 Matthew Watersgloverlay: support gl3
2014-11-27 Matthew Watersglvideomixer: add support for gl3
2014-11-27 Matthew Watersglfiltercube: add a gl3 code path
2014-11-27 Matthew Watersglfiltershader: support gl3
2014-11-27 Matthew Watersgltransformation: support gl3
2014-11-27 Matthew Watersgleffects: support gl3 whereever gles2 is supported
2014-11-27 Matthew Watersglcolorscale: support gl3
2014-11-27 Matthew Watersglfilter: add a gl3 code path using vao's and vbo's
2014-11-27 Matthew Watersglframebuffer: add support for gl3
2014-11-27 Matthew Watersglcolorconvert: add support for gl3
2014-11-27 Matthew Watersglimagesink: use vbo's and vao's for gl3
2014-11-27 Matthew Watersglshader add support for gl3
2014-11-27 Matthew Watersglx: ask for a GL3 core context
2014-11-27 Sebastian Drögevideoaggregator: Minor cleanup
2014-11-27 Sebastian Drögecompositor: Implement rescaling of the input via pad...
2014-11-27 Sebastian Drögevideoaggregator: Copy over more fields from the relevan...
2014-11-27 Sebastian Drögevideoaggregator: Directly use the converters video...
2014-11-27 Sebastian Drögevideoaggregator: Do source pad negotiation only from...
2014-11-27 Thibault Sauniervideoconvert: Hide all conversion related fields
2014-11-27 Thibault Saunieraudiomixer: Do not try to resize a buffer to a negative...
2014-11-27 Thibault Sauniervideoaggregator: Expose vmethods to set converters...
2014-11-27 Thibault Saunierwatchdog: Handle FLUSHING seek events even in PAUSED...
2014-11-27 Thibault Saunierwatchdog: Properly handle PAUSED state
2014-11-27 Thibault Sauniervideoaggregator: Let a full renegotiation happen after...
2014-11-27 Alessandro... vtenc: add quality property
2014-11-27 Alessandro... vtenc: set profile and level in caps
2014-11-27 Sebastian Drögeglcolorconvert: Unref buffer with the correct function
2014-11-27 Sebastian Drögeglmemory: Handle failure of memory allocation gracefully
2014-11-27 Sebastian Drögeglmemory: Use g_try_malloc() in the appropriate places
2014-11-27 Edward HerveyAutomatic update of common submodule
2014-11-27 Wang Xin-yu... glcolorconvert: support RGB16/BGR16 video format download
2014-11-27 Matthew Watersglimagesink: only attempt a resize when the window...
next