summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-11decklinkaudiosink: Start audio pre-rolling if the output is not started yet i...decklink2Sebastian Dröge1-55/+34
2017-12-11decklinkvideosink: Only start if both sinks are set to PLAYING alreadySebastian Dröge1-77/+99
2017-12-08decklinkaudiosink: Include final flow return in debug outputSebastian Dröge1-0/+2
2017-12-08decklinkaudiosink: Check also against the clock if we run ahead of the clock ...Sebastian Dröge1-4/+33
2017-12-08decklinkaudiosink: Implement resampling/buffer reversing for trick-modesSebastian Dröge2-10/+144
2017-12-08decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge6-633/+592
2017-12-06decklinkvideosink: Wait until scheduled playback is actually stopped before c...Sebastian Dröge3-2/+28
2017-12-06srt: Fix warning errorSeungha Yang1-1/+1
2017-12-06androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst3-15/+30
2017-12-05gldownload: fix wrong enumVíctor Manuel Jáquez Leal1-1/+1
2017-12-03docs: aggregator has moved to baseEdward Hervey1-6/+0
2017-12-02gldownload: Add missing ifdef for dmabuf and eglNicolas Dufresne1-0/+2
2017-12-02gldisplay: Prefer wayland over X11Nicolas Dufresne1-4/+4
2017-12-02gldisplay: Add missing GL API to the docNicolas Dufresne1-1/+1
2017-12-02gldownload: Add dmabuf exportingMatt Fischer4-5/+333
2017-12-02Remove GstAggregator from -bad, moved to coreTim-Philipp Müller33-4786/+13
2017-12-01kmssink: Add display-width/height propertiesNicolas Dufresne1-0/+51
2017-12-01kmssink: support videooverlay interfaceHaihua Hu2-14/+172
2017-12-01kmssink: add can-scale propertyHaihua Hu1-2/+18
2017-11-30dashdemux: remove duplicated codeJun Xie1-4/+0
2017-11-30dashdemux: fix memory leakJun Xie1-2/+2
2017-11-28meson: don't generate or install pkg-config file for gstreamer-waylandTim-Philipp Müller1-4/+4
2017-11-27Automatic update of common submoduleMatthew Waters1-0/+0
2017-11-27gl/caopengllayer: use public GstGLContext instead of Cocoa-specific oneMatthew Waters4-16/+12
2017-11-27Revert "gl: cocoa: sprinkle some GST_EXPORT"Matthew Waters1-2/+0
2017-11-26gl: cocoa: sprinkle some GST_EXPORTTim-Philipp Müller1-0/+2
2017-11-26autotools: remove check-exports target dep which no longer existsTim-Philipp Müller1-2/+0
2017-11-26win32: remove .def file with exportsTim-Philipp Müller14-527/+3
2017-11-26autotools: stop controlling symbol visibility with -export-symbols-regexTim-Philipp Müller1-5/+15
2017-11-26codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller4-269/+9
2017-11-25waylandsink: Add prototype for gst_wayand_pool_get_type()Nicolas Dufresne1-0/+3
2017-11-25waylandsink: Rollback video info changes when copyingNicolas Dufresne1-0/+5
2017-11-25waylandsink: Validate strides and offset when using FD as SHMNicolas Dufresne2-2/+69
2017-11-25waylandsink: Update video info size to buffer sizeNicolas Dufresne1-1/+1
2017-11-25waylandsink: Allocate only what's needed when copyingNicolas Dufresne1-0/+3
2017-11-25waylandsink: Only try SHM for single memory bufferNicolas Dufresne1-1/+1
2017-11-25wlwindow: Only update video info on new renderNicolas Dufresne1-4/+4
2017-11-25waylandsink: Disable video-alignment from the poolNicolas Dufresne1-1/+37
2017-11-25opusparse: fix uninitialized-warningHavard Graff1-1/+1
2017-11-25h263parse: Add debug log for more annexes when plustypeStian Selnes1-0/+6
2017-11-25hls: Don't leak mutexEdward Hervey1-0/+1
2017-11-25videoaggregator: Don't leak stringEdward Hervey1-2/+4
2017-11-25netsim: simplify getting buffer size in bitsTim-Philipp Müller1-12/+2
2017-11-25meson.build: use join_paths() on prefixHåvard Graff1-1/+1
2017-11-25tests: ignore waylandsink in state change testTim-Philipp Müller1-1/+1
2017-11-25netsim: add "allow-reordering" propertyHavard Graff2-3/+52
2017-11-25netsim: Add gamma distribution for delayStian Selnes2-9/+69
2017-11-25netsim: Change max-delay to be inclusiveStian Selnes1-2/+2
2017-11-25netsim: Add "delay-distribution" property plus normal distributionStian Selnes4-7/+116
2017-11-25netsim: add token bucket algorithm for simulating network congestionHavard Graff2-4/+149