summaryrefslogtreecommitdiff
path: root/sys/decklink
Commit message (Expand)AuthorAgeFilesLines
...
* decklinkaudiosink: Start audio pre-rolling if the output is not started yet i...Sebastian Dröge2017-12-141-55/+34
* decklinkvideosink: Only start if both sinks are set to PLAYING alreadySebastian Dröge2017-12-141-77/+99
* decklinkaudiosink: Include final flow return in debug outputSebastian Dröge2017-12-141-0/+2
* decklinkaudiosink: Check also against the clock if we run ahead of the clock ...Sebastian Dröge2017-12-141-4/+33
* decklinkaudiosink: Implement resampling/buffer reversing for trick-modesSebastian Dröge2017-12-142-10/+144
* decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge2017-12-146-633/+592
* decklinkvideosink: Wait until scheduled playback is actually stopped before c...Sebastian Dröge2017-12-063-2/+28
* decklinkvideosink: Print "Starting" instead of "Stopping" when startingSebastian Dröge2017-11-221-1/+1
* decklink: Remove unused "bflags" variableVivia Nikolaidou2017-11-091-2/+0
* decklink: Ignore some driver-set timecode flagsVivia Nikolaidou2017-11-091-7/+2
* decklink: Don't crash when getting hw serial number doesn't return OKVivia Nikolaidou2017-11-091-5/+7
* Revert "decklink: Detect gaps on incoming stream times, issue warnings"Vivia Nikolaidou2017-11-074-82/+0
* decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou2017-11-074-0/+82
* decklink: Add read-only property to read the device serial numberSebastian Dröge2017-10-186-3/+80
* decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou2017-10-112-4/+26
* decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge2017-09-284-8/+44
* decklink: Free the correct memory in our own buffer poolSebastian Dröge2017-09-211-1/+1
* decklinkvideosink: Add support for Decklink hardware keyingDave Johnstone2017-08-154-1/+131
* decklink: Fix indentationSebastian Dröge2017-08-023-41/+35
* decklinksrc: Raise limit of devices to 16Georg Lippitsch2017-08-011-2/+4
* decklink: Fix building with MSYS2's MinGWNirbheek Chauhan2017-07-201-1/+1
* decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan2017-07-195-33/+47
* decklink: Fix CI failure due to missing WINAPI definitionNirbheek Chauhan2017-07-191-1/+2
* decklink: Fix format specifier warnings in loggingNirbheek Chauhan2017-07-192-11/+11
* decklink: Fix build on mingw32 by adding missing WINAPINirbheek Chauhan2017-07-192-9/+10
* decklink: Add autotools support on WindowsNirbheek Chauhan2017-07-141-1/+10
* decklinkvideosrc: Add custom memory allocatorGeorg Lippitsch2017-07-111-0/+151
* decklink: Make timestamp reference specifier driver specificSebastian Dröge2017-06-072-2/+2
* decklink: Sink the clock reference in the constructorSebastian Dröge2017-05-171-0/+2
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-2/+0
* decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge2017-05-151-3/+3
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-05-122-0/+19
* decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/...Sebastian Dröge2017-05-123-11/+12
* decklink: Always use the video stream time for audio tooSebastian Dröge2017-05-101-9/+2
* Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan2017-05-055-31/+31
* decklink: Fix linking on MinGWNirbheek Chauhan2017-05-053-11/+20
* decklink: Fix building on WindowsNirbheek Chauhan2017-05-051-1/+1
* decklink: Fix debug logging warnings on WindowsNirbheek Chauhan2017-05-055-31/+31
* meson: Fix decklink building on WindowsNirbheek Chauhan2017-05-051-16/+26
* Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge2017-04-192-17/+0
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-04-192-0/+17
* meson: decklink: fix meson configure error on macOSTim-Philipp Müller2017-04-111-2/+1
* decklink: Use GstQueueArray instead of GQueueSebastian Dröge2017-03-244-91/+125
* decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch2017-03-221-1/+12
* decklinkvideosink: Don't error out if displaying the preroll frame failsSebastian Dröge2017-03-011-4/+3
* decklinkvideosink: Show video frames synchronously in PAUSEDSebastian Dröge2017-02-011-0/+11
* decklinkvideosink: Do nothing if set_caps() is called with basically the same...Sebastian Dröge2017-02-011-1/+22
* decklinkaudiosrc: Fix get_caps returning EMPTYVivia Nikolaidou2017-02-011-3/+11
* decklink: Add to the meson Windows buildSebastian Dröge2017-01-311-0/+4
* decklink: Fix indentationSebastian Dröge2017-01-313-12/+11