summaryrefslogtreecommitdiff
path: root/sys/decklink
AgeCommit message (Expand)AuthorFilesLines
2015-05-11decklink: Rename mode 2048p to 1556pHeinrich Fink2-9/+9
2015-05-11decklink: Use correct frame rate for mode 2160p50Heinrich Fink1-1/+1
2015-05-11decklink: Rename mode 3184p to 2160pHeinrich Fink2-25/+25
2015-04-22decklinkvideosrc: fix mode autodetectionJosep Torra1-5/+6
2015-04-22decklink: do not repeat first video format in caps templateJosep Torra1-1/+1
2015-03-04decklinkaudiosrc: Calculate the duration more accurately from the capture tim...Sebastian Dröge1-4/+7
2015-03-04decklinkaudiosrc: Fix the timestamp and offset calculations even moreSebastian Dröge1-6/+3
2015-03-04decklinkaudiosrc: Don't subtract the duration from the capture timeSebastian Dröge1-6/+3
2015-03-02decklink: Reset the clock calibration when unsetting the master clockSebastian Dröge2-0/+4
2015-03-02decklink{audio,video}src: Add some more debug outputSebastian Dröge2-0/+14
2015-03-02decklink: Incorrect frame rate for interlaced modesDanielD101-3/+3
2015-02-27decklinkvideosrc: Fix scaling with rate of internal/external clockSebastian Dröge1-2/+2
2015-02-10decklinkvideosrc: Apply the diff between element and pipeline "base" time in ...Sebastian Dröge1-12/+13
2015-02-10decklinkvideosrc: Add the diff between the pipeline base time and when we sta...Sebastian Dröge1-0/+12
2015-02-10decklinkvideosink: Actually include the change mentioned in the last commitSebastian Dröge1-0/+12
2015-02-10decklinkvideo{src,sink}: Sample the internal clock immediately after starting...Sebastian Dröge1-9/+10
2015-02-09decklink: Fix compiler warning with gccSebastian Dröge1-2/+2
2015-02-09decklink{audio,video}src: Implement clock slaving if the pipeline clock is no...Sebastian Dröge5-55/+161
2015-02-09decklinkaudio{src,sink}: Only start streams / scheduled playback if there is ...Sebastian Dröge2-4/+4
2015-02-09decklinkaudiosrc: Don't provide a clockSebastian Dröge1-20/+0
2015-02-09decklinkaudiosink: Throttle reading from the ringbufferSebastian Dröge1-0/+60
2015-02-09decklinkaudiosink: Start scheduled playback when going to PLAYINGSebastian Dröge1-6/+35
2015-02-08decklink{audio,video}src: Take the capture times from the pipeline clockSebastian Dröge4-43/+61
2015-01-28decklinkvideosink: Always lock the mutex before starting the streamsSebastian Dröge1-0/+2
2015-01-28decklinkvideosink: Fix deadlockSebastian Dröge1-2/+8
2015-01-28decklink{audio,video}sink: Only start scheduled playback once both sources ar...Sebastian Dröge4-62/+89
2015-01-28decklink{audio,video}src: Only start the streams once both sources are ready ...Sebastian Dröge3-14/+38
2015-01-28decklink: Make sure our clock never returns NONE, always advances and does no...Sebastian Dröge6-23/+162
2015-01-28decklinkvideosink: Handle the clock returning GST_CLOCK_TIME_NONE properlySebastian Dröge1-4/+6
2015-01-28decklinkvideo{sink,src}: Make elements more similar to the audio elements by ...Sebastian Dröge2-163/+210
2015-01-28decklinkvideosrc: Properly report caps if mode!=auto and handle caps changes ...Sebastian Dröge1-5/+24
2015-01-28decklinkaudiosrc: Don't release input device twice on errors in set_caps()Sebastian Dröge1-2/+0
2015-01-26decklinkaudiosrc: Release the audio input on errors, not the video inputSebastian Dröge1-1/+1
2015-01-15decklinkvideosink: Also consider max-lateness property value before dropping ...Sebastian Dröge1-2/+4
2015-01-14decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it w...Sebastian Dröge1-1/+15
2015-01-14decklinkvideosink: Don't schedule too late frames in prepare()Sebastian Dröge2-14/+54
2015-01-14decklinkvideosink: Keep track of the time when we went to PLAYING for the ext...Sebastian Dröge2-2/+13
2015-01-14decklinkvideosink: Enable QoS and set max-lateness to 20msSebastian Dröge1-0/+3
2015-01-13decklink: Use BT2020 colorspace for UltraHD resolutionsSebastian Dröge2-14/+14
2015-01-13decklink: Fix indention once againSebastian Dröge3-6/+3
2015-01-13decklinkvideosink: Get our own "start time" instead of the one of the pipelineSebastian Dröge1-2/+14
2015-01-12decklink: Initialize refcount of our C++ classes in the constructorSebastian Dröge3-1/+6
2015-01-08decklinkvideosrc: Post LATENCY message when the mode changesSebastian Dröge1-1/+2
2015-01-08decklinkvideosrc: Fix compiler warningSebastian Dröge1-1/+2
2015-01-08decklinkvideosrc: Add automatic mode detectionFlorian Langlois4-11/+178
2015-01-08decklink: Add a dummy value to the video connection mapping table for autoSebastian Dröge1-0/+1
2015-01-08decklinkaudiosrc: Add property to select the audio input connectionSebastian Dröge2-0/+91
2015-01-08decklink: Add XLR and RCA audio connection enumsSebastian Dröge2-1/+7
2015-01-08decklinkvideosrc: Add auto value for the connection propertySebastian Dröge3-6/+14
2015-01-08decklink: Fix indention once againSebastian Dröge2-6/+6