summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkvideosrc.cpp
Commit message (Expand)AuthorAgeFilesLines
* decklink: Remove unused "bflags" variableVivia Nikolaidou2017-12-011-2/+0
* decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou2017-12-011-2/+13
* decklink: Ignore some driver-set timecode flagsVivia Nikolaidou2017-12-011-7/+2
* Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge2017-04-191-9/+0
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-04-191-0/+9
* decklink: Use GstQueueArray instead of GQueueSebastian Dröge2017-03-241-54/+71
* decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch2017-03-221-1/+12
* decklink: Fix indentationSebastian Dröge2017-01-311-5/+4
* decklinkvideosrc: Do not append a zero timecode if none is found on the sourceVivia Nikolaidou2017-01-091-19/+39
* decklink: Fix indentationSebastian Dröge2017-01-031-1/+2
* decklink: Correctly set top-field-first/bottom-field-firstSebastian Dröge2016-11-281-3/+8
* decklinksrc: Add property to drop frames that are marked as having no input s...Sebastian Dröge2016-11-281-3/+21
* decklinksrc: Add property to skip the first N seconds of captureSebastian Dröge2016-11-281-1/+29
* decklinksrc: Set GAP flag on buffers that are captured without signalSebastian Dröge2016-11-281-4/+6
* decklinksrc: Keep track of a window of capture/stream time mappings and calcu...Sebastian Dröge2016-11-281-8/+176
* decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge2016-11-281-178/+11
* decklinkvideosrc: Free timecodes when done with a frameSebastian Dröge2016-11-241-0/+2
* decklinkvideosrc: Issue "no signal" warningsVivia Nikolaidou2016-11-171-0/+18
* decklink: Use gst_clock_adjust_with_calibration() and unadjust_with_calibrati...Sebastian Dröge2016-11-021-9/+3
* decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge2016-09-211-4/+6
* decklink: Fix-up last commit that was not meant to be pushed yetSebastian Dröge2016-09-011-13/+13
* decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash i...Sebastian Dröge2016-09-011-7/+25
* decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou2016-08-041-3/+45
* decklinkvideosrc: Fix previous commitEdward Hervey2016-05-111-3/+5
* decklinkvideosrc: fix use-after-free in error code pathTim-Philipp Müller2016-05-101-2/+2
* decklinkvideosrc: remove unnecessary checks for non-NULL frameTim-Philipp Müller2016-05-101-6/+5
* decklink: Add initial 10bit support for YUV modesVivia Nikolaidou2016-05-031-20/+89
* decklinkvideosrc: implement RGB capture supportJulien Moutte2016-01-221-6/+11
* decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge2015-09-241-0/+3
* decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge2015-09-241-8/+26
* decklinkvideosrc: fix mode autodetectionJosep Torra2015-04-221-5/+6
* decklink: Reset the clock calibration when unsetting the master clockSebastian Dröge2015-03-021-0/+2
* decklink{audio,video}src: Add some more debug outputSebastian Dröge2015-03-021-0/+8
* decklinkvideosrc: Fix scaling with rate of internal/external clockSebastian Dröge2015-02-271-2/+2
* decklinkvideosrc: Apply the diff between element and pipeline "base" time in ...Sebastian Dröge2015-02-101-12/+13
* decklinkvideosrc: Add the diff between the pipeline base time and when we sta...Sebastian Dröge2015-02-101-0/+12
* decklinkvideo{src,sink}: Sample the internal clock immediately after starting...Sebastian Dröge2015-02-101-9/+10
* decklink{audio,video}src: Implement clock slaving if the pipeline clock is no...Sebastian Dröge2015-02-091-31/+111
* decklink{audio,video}src: Take the capture times from the pipeline clockSebastian Dröge2015-02-081-15/+17
* decklink{audio,video}sink: Only start scheduled playback once both sources ar...Sebastian Dröge2015-01-281-1/+2
* decklink{audio,video}src: Only start the streams once both sources are ready ...Sebastian Dröge2015-01-281-12/+33
* decklink: Make sure our clock never returns NONE, always advances and does no...Sebastian Dröge2015-01-281-0/+23
* decklinkvideo{sink,src}: Make elements more similar to the audio elements by ...Sebastian Dröge2015-01-281-59/+88
* decklinkvideosrc: Properly report caps if mode!=auto and handle caps changes ...Sebastian Dröge2015-01-281-5/+24
* decklinkvideosrc: Post LATENCY message when the mode changesSebastian Dröge2015-01-081-1/+2
* decklinkvideosrc: Fix compiler warningSebastian Dröge2015-01-081-1/+2
* decklinkvideosrc: Add automatic mode detectionFlorian Langlois2015-01-081-6/+42
* decklinkvideosrc: Add auto value for the connection propertySebastian Dröge2015-01-081-5/+7
* decklink: Fix indention once againSebastian Dröge2015-01-081-4/+4
* decklink: Add property for configuring the input connection of the video sourcesFlorian Langlois2015-01-081-0/+34