platform/upstream/gstreamer.git
2015-07-20 Carlos Rafael... opusdec: Fix PLC frame size calculations
2015-07-20 Tim-Philipp... adaptivedemux: minor clean-up
2015-07-20 Alex Ashleydashdemux: add support for generating Protection events...
2015-07-20 Tim-Philipp... voaacenc: fix output caps for stream-format=ADTS
2015-07-20 Tim-Philipp... mpegtsmux: fix aac caps in pad template for raw aac
2015-07-20 Thibault Sauniergtk: Log GDK GL error when failling creating GdkGLContext
2015-07-20 Matthew Watersglmemory: check for pbo availability before attempting...
2015-07-18 Matthew Watersglcontext: fix get_current_gl_api on x11/nvidia drivers
2015-07-18 Matthew Watersglcontext: consolidate get_proc_address function definition
2015-07-18 Matthew Watersglcolorconvertelement: propagate failure to convert...
2015-07-18 Matthew Watersglcontext/glx: try creating a context with the highest...
2015-07-18 Matthew Watersglcontext: track sharedness with a cookie
2015-07-18 Matthew Watersglcontext: use the debug object variant for completeness
2015-07-17 Nicolas Dufresnegtkgstglwidget: Cleanup unused private member
2015-07-17 Nicolas Dufresnegtksink: "widget" must be access from main thread
2015-07-17 Nicolas Dufresnegtkglsink: Don't leak vertex array and buffers
2015-07-17 Nicolas Dufresnegtkgstbasewidget: Fix black frame on resize
2015-07-17 Nicolas Dufresnegtkgstbasewidget: Pass already parsed VideoInfo
2015-07-17 Nicolas Dufresnegtkglsink: Port to GstGtkBaseSink base class
2015-07-17 Nicolas Dufresnegtksink: Port to GstGtkBaseSink
2015-07-17 Nicolas Dufresnegtkbasesink: Create a base class
2015-07-17 Nicolas Dufresnegtkglsink: Port to GtkGstBaseWidget
2015-07-16 Nicolas Dufresnegtksink: Port to GtkGstBaseWidget
2015-07-16 Nicolas Dufresnegtk: Add GtkGstBaseWidget
2015-07-16 Nicolas Dufresneuploadelement: Protect against NULL pointer
2015-07-16 Nicolas Dufresnegtkgstglwidget: Remove unused gl_caps
2015-07-16 Nicolas Dufresnegtksink: Create a window if the widget is unparented
2015-07-16 Nicolas Dufresnegtksink: Ensure the copy pasted code remains the same
2015-07-16 Nicolas Dufresnegtk: Fix race between queue_draw and destroy
2015-07-16 Tim-Philipp... dashdemux: remove typefinder, move it to typefindfuncti...
2015-07-16 Florin Apostoldashdemux: default timescale is 1
2015-07-16 Florin Apostoldashdemux: free prop_string only after it's no longer...
2015-07-16 Tim-Philipp... Update mailing list address from sourceforge to freedesktop
2015-07-15 Nicolas Dufresnegtkgstwidget: Add missing break in get_property
2015-07-15 Nicolas Dufresnegtksinks: Remove undefined private structure
2015-07-14 Matthew Watersglupload: memcpy on raw data upload
2015-07-14 Matthew Watersglbasebuffer: add some debug and zero the data pointers...
2015-07-13 Tim-Philipp... mpegtsmux: don't wait for data on sparse inputs like...
2015-07-13 Tim-Philipp... mpegtsmux: add basic support for asynchronous KLV metad...
2015-07-13 Ilya Konstantinovvtdec: handle non-consecutive GstBuffer input without...
2015-07-13 Matthew Watersapplemedia/avsample: fix unconditional use of OSX 10...
2015-07-10 Tim-Philipp... configure: try harder to find the right Qt5 build tools
2015-07-10 Edward Herveyconfigure/qt: Fix build without Qt5X11Extras
2015-07-10 Sebastian Drögempdparse: g_slice_new() can't return NULL
2015-07-10 Sebastian Drögempdparser: Don't allow network access when reading...
2015-07-10 Matthew Watersqt: don't error out if Qt X11 could not be found
2015-07-10 Matthew Watersnew qt5 qml GL video sink
2015-07-10 Rico Tzschichholzbluez: Fix make dist while bluez >= 5 is not available
2015-07-09 Edward Herveympegtsbase: Fix previous commit
2015-07-09 Edward Herveympegtsbase: Flush more on DISCONT buffers in push mode
2015-07-09 Edward Herveygitignore: Add new generated files
2015-07-09 Edward Herveybluez: Include new file in dist'ed files
2015-07-09 Matthew Watersgtk: add to the generic/states test
2015-07-09 Xavier ClaessensGstGtkGLSink: Ensure widget has a toplevel parent
2015-07-09 Xavier ClaessensGstGtkGLSink: Post error if widget gets destroyed
2015-07-09 Xavier ClaessensGstGtkGLSink: fix possible warning in finalize
2015-07-08 Sebastian Drögempdparser: Fix some memory leaks in the MPD parser...
2015-07-08 Florin Apostoldashdemux: tests: added unit tests to test all functions
2015-07-08 Roman Donchenkopngparse: fix a GstCaps object leak
2015-07-08 Tim-Philipp... tsdemux: remove unnecessary check
2015-07-08 Tim-Philipp... tsdemux: add support for KLV metadata streams
2015-07-08 Sebastian DrögeRevert "Revert "dashdemux: fixed gst_mpd_client_advance...
2015-07-08 Sebastian Drögegl/eagl: Don't call anything synchronously from the...
2015-07-08 Luis de Bethencourtbluez: remove unnecessary goto
2015-07-08 Luis de Bethencourtdashdemux: remove redundant else statement
2015-07-08 Sebastian Drögeandroidmedia: Add support for H265/HEVC
2015-07-07 Ilya Konstantinovvtdec: fix refcount error in error handling
2015-07-07 Sebastian Drögeadaptivedemux: Explicitly check for CUSTOM_ERROR when...
2015-07-07 Sebastian DrögeRevert "dashdemux: fixed gst_mpd_client_advance_segment...
2015-07-07 Sebastian Drögempdparser: Fix off-by-one in has-next-segment calculation
2015-07-07 Sebastian Drögeadaptivedemux: If downloading the last fragment fails...
2015-07-07 Matthew Watersdownload: only start a download transfer for sysmem...
2015-07-07 Florin Apostoldashdemux: tests: added indentation in xml strings...
2015-07-07 Florin Apostoldashdemux: added parsing of bitstreamSwitching@Adaptati...
2015-07-07 Florin Apostoldashdemux: regrouped functions in gstmpdparser.h file
2015-07-07 Florin Apostoldashdemux: tests: corrected code layout
2015-07-07 Hyunjun Kompegvideometa: add meta transform function
2015-07-07 Hyunjun Koglsyncmeta: transform func: return FALSE if not support...
2015-07-07 Florin Apostoldashdemux: fixed gst_mpd_client_advance_segment to...
2015-07-07 Matthew Watersandroid: add missing egl.h include
2015-07-07 Matthew Watersgltransformation: correct vao usage
2015-07-07 Matthew Watersgl: consolidate egl header includes to egl-only headers
2015-07-06 Thibault Sauniergtkglsink: Release the widget lock when trying to get...
2015-07-06 Thibault Sauniervideoaggregator: Remove pixel-aspect-ratio field from...
2015-07-06 Luis de Bethencourtcurlsshsink: remove redundant else statement
2015-07-05 Florin Apostoldashdemux: fixed segment start when specified by Segmen...
2015-07-05 Florin Apostoldashdemux: wrong segment duration computed by gst_mpd_c...
2015-07-05 Florin Apostoldashdemux: corrected search for audio languages
2015-07-03 Stefan SauerAutomatic update of common submodule
2015-07-03 Olivier Crêteglvideomixer, glmixer: Add description and klass
2015-07-03 Arun Raghavanbuild: Fix broken BlueZ configure check
2015-07-03 Nick Stoughtonbuild: remove support for bluez4
2015-07-03 Nick Stoughtonbluez: refactor to use glib and add connection state...
2015-07-03 Tim-Philipp... pcapparse: fix another regression
2015-07-03 Stian Selnestests: pcapparse: add unit test for frames with eth...
2015-07-03 Tim-Philipp... pcapparse: fix regression when handling packets with...
2015-07-02 Sebastian Drögeopenh264dec: Unref video frames and codec state in...
2015-07-02 Julien Isorcegl: initialize output params to 0 before calling gl...
2015-07-02 Nicolas Dufresnegl: Don't leak pool if set_config failed
2015-07-02 Nicolas Dufresneglfilter: Don't cache buffer pool
next