summaryrefslogtreecommitdiff
path: root/sys/decklink
AgeCommit message (Expand)AuthorFilesLines
2018-09-12decklinkvideosink: fix buildMatthew Waters1-3/+0
2018-09-12decklink: wait for stop with a timeoutMatthew Waters1-9/+17
2018-09-12decklink: start scheduled playback in pausedMatthew Waters3-160/+156
2018-09-12decklinkaudiosink: fix debug string copy-paste errorMatthew Waters1-1/+1
2018-08-28decklink: Only use drop-frame flag for 29.97 and 59.94 FPSVivia Nikolaidou1-4/+16
2018-08-17meson: host_system is 'ios' when building for iOSNirbheek Chauhan1-2/+2
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-3/+7
2018-07-10decklink: keep the internal time we send to decklink always increasingMatthew Waters2-0/+6
2018-06-20decklink: Fix warning about HRESULT not being unsigned intNirbheek Chauhan1-1/+1
2018-05-11decklink: Fix crash with closed-captions signal and 10-bit inputVivia Nikolaidou1-1/+1
2018-05-11decklinkvideosrc: Don't check for closed captions when there's no signalVivia Nikolaidou1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-23decklinkvideosrc: Add support for extracting Closed CaptionEdward Hervey4-7/+131
2018-03-31decklink: Fix MinGW warnings due to MSVC-specific pragmasNirbheek Chauhan2-0/+4
2018-03-27decklink: Use g_thread_new instead of g_thread_createNirbheek Chauhan1-1/+1
2018-03-27decklink: fix initialization fails in windows binaryTakeshi Sato1-4/+4
2018-02-14decklink: Fix array of devices usageEdward Hervey1-31/+31
2018-01-23decklink: don't crash if there are no decklink devicesTim-Philipp Müller1-0/+12
2018-01-23decklink: don't limit number of devices to 16Tim-Philipp Müller1-44/+48
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2-2/+25
2018-01-04decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou4-0/+89
2018-01-04Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou4-82/+0
2018-01-04Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when vid...Vivia Nikolaidou2-25/+2
2018-01-04decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2-2/+25
2018-01-04WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou4-0/+82
2017-12-14decklinkaudiosink: Start audio pre-rolling if the output is not started yet i...Sebastian Dröge1-55/+34
2017-12-14decklinkvideosink: Only start if both sinks are set to PLAYING alreadySebastian Dröge1-77/+99
2017-12-14decklinkaudiosink: Include final flow return in debug outputSebastian Dröge1-0/+2
2017-12-14decklinkaudiosink: Check also against the clock if we run ahead of the clock ...Sebastian Dröge1-4/+33
2017-12-14decklinkaudiosink: Implement resampling/buffer reversing for trick-modesSebastian Dröge2-10/+144
2017-12-14decklinkaudiosink: 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-11-22decklinkvideosink: Print "Starting" instead of "Stopping" when startingSebastian Dröge1-1/+1
2017-11-09decklink: Remove unused "bflags" variableVivia Nikolaidou1-2/+0
2017-11-09decklink: Ignore some driver-set timecode flagsVivia Nikolaidou1-7/+2
2017-11-09decklink: Don't crash when getting hw serial number doesn't return OKVivia Nikolaidou1-5/+7
2017-11-07Revert "decklink: Detect gaps on incoming stream times, issue warnings"Vivia Nikolaidou4-82/+0
2017-11-07decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou4-0/+82
2017-10-18decklink: Add read-only property to read the device serial numberSebastian Dröge6-3/+80
2017-10-11decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou2-4/+26
2017-09-28decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge4-8/+44
2017-09-21decklink: Free the correct memory in our own buffer poolSebastian Dröge1-1/+1
2017-08-15decklinkvideosink: Add support for Decklink hardware keyingDave Johnstone4-1/+131
2017-08-02decklink: Fix indentationSebastian Dröge3-41/+35
2017-08-01decklinksrc: Raise limit of devices to 16Georg Lippitsch1-2/+4
2017-07-20decklink: Fix building with MSYS2's MinGWNirbheek Chauhan1-1/+1
2017-07-19decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan5-33/+47
2017-07-19decklink: Fix CI failure due to missing WINAPI definitionNirbheek Chauhan1-1/+2
2017-07-19decklink: Fix format specifier warnings in loggingNirbheek Chauhan2-11/+11
2017-07-19decklink: Fix build on mingw32 by adding missing WINAPINirbheek Chauhan2-9/+10