summaryrefslogtreecommitdiff
path: root/sys/decklink
Commit message (Expand)AuthorAgeFilesLines
* decklink: add Hardware tag to element metadataTim-Philipp Müller2019-02-194-4/+8
* decklinkvideosink: Use S334_EIA_608 instead of S334_EIA_708 for CEA608 outputSebastian Dröge2019-02-121-4/+4
* decklinkvideosink: S334 1A CEA608 closed captions have the first bit set for ...Sebastian Dröge2019-02-121-3/+2
* misc: Fix warnings on Cerbero MinGWNirbheek Chauhan2019-02-063-5/+5
* decklinkvideosink: Don't forget to unref clock after usageSebastian Dröge2019-01-021-13/+3
* decklinkvideosink: Fix support for raw CEA608 input and add support for raw C...Sebastian Dröge2018-12-192-7/+139
* closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge2018-12-152-23/+3
* decklink: calculate the decklink output time from the internal clockMatthew Waters2018-12-122-72/+68
* Run gst-indent through the filesJordan Petridis2018-11-281-0/+4
* decklink: fixup internal time tracking over buffering pausesMatthew Waters2018-11-262-12/+16
* decklinkvideosink: Cast result of bitwise-or of multiple enum values to the e...Sebastian Dröge2018-11-131-1/+1
* decklinkvideosink: Add support for outputting closed captionsSebastian Dröge2018-11-122-13/+165
* decklinkvideosrc: Search from line 1 again if we didn't find closed captions ...Sebastian Dröge2018-11-071-1/+8
* decklinkvideosink: fix segfault when audiosink is closed before videosinkadmin2018-11-061-1/+1
* decklinkvideosrc: respect pixel format property even if mode is set to autoJoshua M. Doe2018-11-052-2/+9
* decklinkvideosrc: Add support for extracing CEA608 according to S334-1 Annex ASebastian Dröge2018-11-011-11/+30
* decklinkvideosink: fix buildMatthew Waters2018-09-121-3/+0
* decklink: wait for stop with a timeoutMatthew Waters2018-09-121-9/+17
* decklink: start scheduled playback in pausedMatthew Waters2018-09-123-160/+156
* decklinkaudiosink: fix debug string copy-paste errorMatthew Waters2018-09-121-1/+1
* decklink: Only use drop-frame flag for 29.97 and 59.94 FPSVivia Nikolaidou2018-08-281-4/+16
* meson: host_system is 'ios' when building for iOSNirbheek Chauhan2018-08-171-2/+2
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-3/+7
* decklink: keep the internal time we send to decklink always increasingMatthew Waters2018-07-102-0/+6
* decklink: Fix warning about HRESULT not being unsigned intNirbheek Chauhan2018-06-201-1/+1
* decklink: Fix crash with closed-captions signal and 10-bit inputVivia Nikolaidou2018-05-111-1/+1
* decklinkvideosrc: Don't check for closed captions when there's no signalVivia Nikolaidou2018-05-111-1/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* decklinkvideosrc: Add support for extracting Closed CaptionEdward Hervey2018-04-234-7/+131
* decklink: Fix MinGW warnings due to MSVC-specific pragmasNirbheek Chauhan2018-03-312-0/+4
* decklink: Use g_thread_new instead of g_thread_createNirbheek Chauhan2018-03-271-1/+1
* decklink: fix initialization fails in windows binaryTakeshi Sato2018-03-271-4/+4
* decklink: Fix array of devices usageEdward Hervey2018-02-141-31/+31
* decklink: don't crash if there are no decklink devicesTim-Philipp Müller2018-01-231-0/+12
* decklink: don't limit number of devices to 16Tim-Philipp Müller2018-01-231-44/+48
* decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2018-01-042-2/+25
* decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou2018-01-044-0/+89
* Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou2018-01-044-82/+0
* Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when vid...Vivia Nikolaidou2018-01-042-25/+2
* decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2018-01-042-2/+25
* WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou2018-01-044-0/+82
* 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