summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklink.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-23decklinkvideosrc: Add support for extracting Closed CaptionEdward Hervey1-4/+18
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
2017-12-14decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge1-27/+0
2017-12-06decklinkvideosink: Wait until scheduled playback is actually stopped before c...Sebastian Dröge1-0/+4
2017-11-09decklink: Don't crash when getting hw serial number doesn't return OKVivia Nikolaidou1-5/+7
2017-10-18decklink: Add read-only property to read the device serial numberSebastian Dröge1-0/+12
2017-09-28decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge1-4/+19
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 Johnstone1-0/+57
2017-08-02decklink: Fix indentationSebastian Dröge1-31/+25
2017-08-01decklinksrc: Raise limit of devices to 16Georg Lippitsch1-2/+4
2017-07-19decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan1-12/+13
2017-07-11decklinkvideosrc: Add custom memory allocatorGeorg Lippitsch1-0/+151
2017-05-17decklink: Sink the clock reference in the constructorSebastian Dröge1-0/+2
2017-05-12decklinkaudiosrc: Consistently pass stream_time and stream_duration to audio/...Sebastian Dröge1-3/+4
2017-05-10decklink: Always use the video stream time for audio tooSebastian Dröge1-9/+2
2017-05-05Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan1-9/+9
2017-05-05decklink: Fix linking on MinGWNirbheek Chauhan1-2/+2
2017-05-05decklink: Fix debug logging warnings on WindowsNirbheek Chauhan1-9/+9
2017-01-31decklink: Fix indentationSebastian Dröge1-5/+5
2017-01-31decklink: Fix compilation on Windows by properly using COM strings thereSebastian Dröge1-3/+7
2017-01-31decklink: Fix compilation with MSVCAxel Menzel1-2/+2
2017-01-26decklinkaudiosrc: Option to use max channels supported by deviceVivia Nikolaidou1-0/+1
2017-01-25decklink: Fix compiler warning with clangSebastian Dröge1-1/+1
2017-01-09decklinkvideosrc: Do not append a zero timecode if none is found on the sourceVivia Nikolaidou1-23/+4
2017-01-03decklink: Fix indentationSebastian Dröge1-7/+14
2017-01-03decklinkaudiosrc: Add support for 8/16 channels via propertySebastian Dröge1-0/+20
2016-11-29decklink: Fix compiler warningSebastian Dröge1-1/+1
2016-11-28decklink: Correctly set top-field-first/bottom-field-firstSebastian Dröge1-12/+65
2016-11-28decklinksrc: Set GAP flag on buffers that are captured without signalSebastian Dröge1-4/+14
2016-11-28decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge1-153/+116
2016-09-21decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge1-5/+10
2016-08-26decklinkaudiosink: Add support for 8 and 16 channelsSebastian Dröge1-0/+1
2016-08-04decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou1-3/+100
2016-05-03decklink: Fix swapped name and nick in GEnumValuesVivia Nikolaidou1-66/+66
2016-05-03decklink: Add initial 10bit support for YUV modesVivia Nikolaidou1-11/+139
2016-05-03decklink: Fix indentationSebastian Dröge1-17/+25
2016-04-08decklink: Initialize capture_time to NONE so it can be used if no video frame...Sebastian Dröge1-1/+1
2016-04-05decklinkaudiosrc: Don't crash when receiving video frames but no audioSebastian Dröge1-4/+9
2016-04-05decklinkvideosrc: don't crash if we get NULL video frames in the callbackTim-Philipp Müller1-1/+6
2016-01-22decklinkvideosrc: implement RGB capture supportJulien Moutte1-15/+48
2015-12-18decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou1-0/+18
2015-09-24decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge1-0/+2
2015-05-11decklink: Rename mode 2048p to 1556pHeinrich Fink1-6/+6
2015-05-11decklink: Use correct frame rate for mode 2160p50Heinrich Fink1-1/+1
2015-05-11decklink: Rename mode 3184p to 2160pHeinrich Fink1-17/+17