summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-11kmssink: Add bus-id propertyNicolas Dufresne
2017-08-11meson: hide symbols by default unless explicitly exportedTim-Philipp Müller
2017-08-10openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge
2017-08-10openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge
2017-08-10mxfvc3: Use correct wrapping byte valueSebastian Dröge
2017-08-10videoaggregator: use colorimetry from find_best_format.Mathieu Duponchelle
2017-08-10videoaggregator: improve find_best_format heuristic.Mathieu Duponchelle
2017-08-10compositor: improve conversion debuggingMathieu Duponchelle
2017-08-10gl, wayland: mark more declared functions with GST_EXPORTTim-Philipp Müller
2017-08-10tests: export symbols of parser tests helper lib and make it staticTim-Philipp Müller
2017-08-09kmssink: Free devname before setting itNicolas Dufresne
2017-08-09mpegtsdemux: remove obsolete function declarationMark Nauwelaerts
2017-08-09curlhttpsrc: set http-version default if curl does not have HTTP2 feature pre...Alex Ashley
2017-08-09vtenc: assume 25 fps for unknown framerateNicola Murino
2017-08-09pcapparse: support vlan 802.1qAaron Boxer
2017-08-09pcapparse: Support pcap with nanosecond timestampsAaron Boxer
2017-08-08adaptivedemux: Fix leak of pad probes in GstAdaptiveDemuxStreamTom Bailey
2017-08-08rtmpsrc: fix flushing seekGeorge Kiagiadakis
2017-08-08rtmpsrc: remove unused macroGeorge Kiagiadakis
2017-08-08adaptivedemux: Stop prepared streams as well as running streamsdavecraig@unbalancedaudio.com
2017-08-08curlhttpsrc: Does version set fail because of HTTP2Sam Hurst
2017-08-08curlhttpsrc: set http-version class property as enumPhilippe Normand
2017-08-08player: Constify the config argument to gst_player_get_video_snapshot()Sebastian Dröge
2017-08-07Revert "kmssink: support videooverlay interface"Nicolas Dufresne
2017-08-04videoaggregator: Don't mix up width and heightSebastian Dröge
2017-08-03examples: fix compiler warning in compositor crossfade exampleTim-Philipp Müller
2017-08-03docs: update for git masterTim-Philipp Müller
2017-08-03compositor: update disted orc fallback filesTim-Philipp Müller
2017-08-03tests: examples: Add a simple crossfade exampleThibault Saunier
2017-08-03compositor: Add support for crossfade blendingThibault Saunier
2017-08-03de265: Fix plugin name to match new plugin naming conventionThibault Saunier
2017-08-03mpegpsmux: Do not dereference a NULL pointerThibault Saunier
2017-08-02decklink: Fix indentationSebastian Dröge
2017-08-02ipcpipeline: don't use g_steal_pointer; it's not in the current required vers...George Kiagiadakis
2017-08-02ipcpipeline: move to sys/ and make it dependent on platform support for unix ...George Kiagiadakis
2017-08-01decklinksrc: Raise limit of devices to 16Georg Lippitsch
2017-08-01meson: enable building the ipcpipeline pluginGeorge Kiagiadakis
2017-08-01tests/examples: add manual tests/examples for the ipcpipeline elementsGeorge Kiagiadakis
2017-08-01tests/check: add automatic unit test suite for the ipcpipeline elementsGeorge Kiagiadakis
2017-08-01ipcpipeline: introduce new plugin for inter-process pipelinesGeorge Kiagiadakis
2017-08-01gl: return NULL mem if eglCreateImage failedJulien Isorce
2017-07-31kmssink: support videooverlay interfaceHaihua Hu
2017-07-30aggregator: log all eventsStefan Sauer
2017-07-29aggregator: fix header formattingTim-Philipp Müller
2017-07-28gl: document missing GstGLShader functionsMatthew Waters
2017-07-28gl/docs: some documentation updatesMatthew Waters
2017-07-27gl/docs: correctly name our objects in the documentation GstGl -> GstGLMatthew Waters
2017-07-27gl/docs: document GstGLFormat enumMatthew Waters
2017-07-26curl: curlqueue: add symbol name to avoid confusing gtkdocReynaldo H. Verdejo Pinochet
2017-07-26curlhttpsrc: do not check for NULL before g_free()Reynaldo H. Verdejo Pinochet