summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkvideosink.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-19decklink: add Hardware tag to element metadataTim-Philipp Müller1-1/+2
2019-02-12decklinkvideosink: Use S334_EIA_608 instead of S334_EIA_708 for CEA608 outputSebastian Dröge1-4/+4
2019-02-12decklinkvideosink: S334 1A CEA608 closed captions have the first bit set for ...Sebastian Dröge1-3/+2
2019-02-06misc: Fix warnings on Cerbero MinGWNirbheek Chauhan1-2/+2
2019-01-02decklinkvideosink: Don't forget to unref clock after usageSebastian Dröge1-13/+3
2018-12-19decklinkvideosink: Fix support for raw CEA608 input and add support for raw C...Sebastian Dröge1-7/+138
2018-12-15closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge1-17/+2
2018-12-12decklink: calculate the decklink output time from the internal clockMatthew Waters1-67/+67
2018-11-26decklink: fixup internal time tracking over buffering pausesMatthew Waters1-11/+14
2018-11-13decklinkvideosink: Cast result of bitwise-or of multiple enum values to the e...Sebastian Dröge1-1/+1
2018-11-12decklinkvideosink: Add support for outputting closed captionsSebastian Dröge1-13/+161
2018-11-06decklinkvideosink: fix segfault when audiosink is closed before videosinkadmin1-1/+1
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 Waters1-149/+143
2018-07-10decklink: keep the internal time we send to decklink always increasingMatthew Waters1-0/+4
2017-12-14decklinkvideosink: Only start if both sinks are set to PLAYING alreadySebastian Dröge1-77/+99
2017-12-14decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge1-13/+9
2017-12-06decklinkvideosink: Wait until scheduled playback is actually stopped before c...Sebastian Dröge1-1/+21
2017-11-22decklinkvideosink: Print "Starting" instead of "Stopping" when startingSebastian Dröge1-1/+1
2017-10-18decklink: Add read-only property to read the device serial numberSebastian Dröge1-1/+15
2017-08-15decklinkvideosink: Add support for Decklink hardware keyingDave Johnstone1-1/+50
2017-08-02decklink: Fix indentationSebastian Dröge1-8/+8
2017-07-19decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan1-8/+14
2017-07-19decklink: Fix build on mingw32 by adding missing WINAPINirbheek Chauhan1-5/+6
2017-05-15decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge1-3/+3
2017-05-05Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan1-8/+8
2017-05-05decklink: Fix debug logging warnings on WindowsNirbheek Chauhan1-8/+8
2017-03-01decklinkvideosink: Don't error out if displaying the preroll frame failsSebastian Dröge1-4/+3
2017-02-01decklinkvideosink: Show video frames synchronously in PAUSEDSebastian Dröge1-0/+11
2017-02-01decklinkvideosink: Do nothing if set_caps() is called with basically the same...Sebastian Dröge1-1/+22
2016-11-28decklink: Correctly set top-field-first/bottom-field-firstSebastian Dröge1-5/+5
2016-11-28decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge1-1/+2
2016-11-02decklinkvideosink: Also stop scheduled playback when gst_element_lost_state()...Sebastian Dröge1-44/+74
2016-11-02decklink: Use gst_clock_adjust_with_calibration() and unadjust_with_calibrati...Sebastian Dröge1-9/+3
2016-09-21decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge1-1/+1
2016-09-12Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds"Sebastian Dröge1-7/+1
2016-09-01decklink: Fix-up last commit that was not meant to be pushed yetSebastian Dröge1-16/+18
2016-09-01decklink: Fix indentationSebastian Dröge1-1/+2
2016-09-01decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash i...Sebastian Dröge1-26/+52
2016-08-26decklinkvideosink: Scale down scheduled frame times to millisecondsSebastian Dröge1-1/+6
2016-08-04decklinkvideosink: Add support for GstVideoTimeCodeVivia Nikolaidou1-3/+67
2016-05-03decklink: Add initial 10bit support for YUV modesVivia Nikolaidou1-7/+60
2016-01-22decklinkvideosrc: implement RGB capture supportJulien Moutte1-1/+1
2015-12-18decklinkvideosink: Made "auto" mode work according to capsVivia Nikolaidou1-3/+15
2015-09-24decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge1-0/+3
2015-09-24decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge1-3/+21
2015-09-10decklinkvideosink: less-than-zero comparison of an unsigned value is never trueSebastian Dröge1-2/+3
2015-09-09decklinkvideosink: Handle pipelines where the running time does not start aro...Sebastian Dröge1-4/+26
2015-09-09decklinkvideosink: Consider pipeline latency, render delay and ts offset when...Sebastian Dröge1-0/+23