summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2017-06-28nvdec: Use qdata on memory instead of buffer metaPer-Erik Brodin1-171/+79
2017-06-27nvdec: New plugin for NVIDIA hardware video decodePer-Erik Brodin5-2/+1223
2017-06-21meson: Enable shm unit testNicolas Dufresne1-3/+5
2017-06-21meson: Enable building shm pluginNicolas Dufresne2-1/+29
2017-06-21shmpipe: Should not use glib type without ifdefNicolas Dufresne1-1/+1
2017-06-16dvb: src: fix use of wrong array index for tune signalReynaldo H. Verdejo Pinochet1-1/+1
2017-06-16dvb: src: issue warning on failed delsys-vs-parameter issuesReynaldo H. Verdejo Pinochet1-0/+4
2017-06-07msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips1-2/+14
2017-06-07decklink: Make timestamp reference specifier driver specificSebastian Dröge2-2/+2
2017-06-05kmssink: Add xilinx_drm to the list of driversGuillaume Desmottes1-1/+2
2017-05-18uvch264src: Apply timestamps to outgoing aux buffersJan Schmidt1-0/+31
2017-05-18amcvideodec: Unref downstream caps after usageSebastian Dröge1-0/+2
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller5-6/+6
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge9-3/+23
2017-05-17decklink: Sink the clock reference in the constructorSebastian Dröge1-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne23-28/+1
2017-05-15decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge1-3/+3
2017-05-12decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2-0/+19
2017-05-12decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/...Sebastian Dröge3-11/+12
2017-05-12directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2-12/+47
2017-05-11msdk: Declare libmfx.a as a C++ static libraryScott D Phillips1-1/+1
2017-05-10decklink: Always use the video stream time for audio tooSebastian Dröge1-9/+2
2017-05-08directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2-49/+94
2017-05-05Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan5-31/+31
2017-05-05decklink: Fix linking on MinGWNirbheek Chauhan3-11/+20
2017-05-05decklink: Fix building on WindowsNirbheek Chauhan1-1/+1
2017-05-05decklink: Fix debug logging warnings on WindowsNirbheek Chauhan5-31/+31
2017-05-05meson: Fix decklink building on WindowsNirbheek Chauhan1-16/+26
2017-05-03qtkit: drop the qtkitvideosrc elementJosep Torra4-818/+0
2017-04-26amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2-2/+4
2017-04-21kmssink: Add msm to the list of driversNicolas Dufresne1-1/+1
2017-04-19Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge2-17/+0
2017-04-19decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2-0/+17
2017-04-19nvenc: Stop bitstream thread in ::stop()Ole André Vadla Ravnås1-0/+3
2017-04-19nvenc: Update to the current gstreamer-gl APIOle André Vadla Ravnås1-2/+1
2017-04-12kmssink: if the plane can not scale, retry without scaling and rememberPhilipp Zabel2-2/+11
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier24-88/+85
2017-04-12Revert "directsoundsrc: Correctly calculate segsize and segtotal"Sebastian Dröge2-15/+19
2017-04-11meson: decklink: fix meson configure error on macOSTim-Philipp Müller1-2/+1
2017-04-06directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2-19/+15
2017-03-24decklink: Use GstQueueArray instead of GQueueSebastian Dröge4-91/+125
2017-03-22kmssink: Fix compiler warning with gcc 7Sebastian Dröge1-0/+1
2017-03-22decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch1-1/+12
2017-03-21dvb: camutils: drop macro disabling glib deprecation warningsReynaldo H. Verdejo Pinochet1-4/+0
2017-03-20dvb: fix distcheckTim-Philipp Müller1-1/+0
2017-03-20Update for 'mad' mp3 decoder removalTim-Philipp Müller2-22/+3
2017-03-14kmssink: adjust memory offset calculation for dmabuf buffersGeorge Kiagiadakis1-0/+4
2017-03-14applemedia/iosurfacememory: Fix missing variable name changeMatthew Waters1-1/+1
2017-03-13gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters7-27/+22
2017-03-10shmsink: continue polling after EINTRSamuel Maroy1-1/+9