summaryrefslogtreecommitdiff
path: root/sys/decklink/gstdecklinkvideosrc.cpp
Commit message (Expand)AuthorAgeFilesLines
* decklink: Allow VANC to be used for all modesSebastian Dröge2019-09-021-1/+1
* decklinkvideosrc: Also set the INTERLACED buffer flag on non-TFF buffersSebastian Dröge2019-09-021-0/+2
* decklinkvideosrc: Retrieve mode of the ancillary data from the frameSebastian Dröge2019-09-021-5/+14
* decklinkaudiosrc/decklinkvideosrc: Do nothing in BaseSrc::negotiate() and alw...Sebastian Dröge2019-08-121-57/+22
* decklinkvideosrc: add missing break in set_property-codePeter Körner2019-04-091-0/+1
* decklink: document duplex and keyer behaviourPeter Körner2019-03-041-0/+112
* decklink: implement duplex-mode propertyPeter Körner2019-03-041-0/+24
* decklink: add Hardware tag to element metadataTim-Philipp Müller2019-02-191-1/+2
* closedcaption: Replace GST_VIDEO_CAPTION_TYPE_CEA608_IN_CEA708_RAW with CEA60...Sebastian Dröge2018-12-151-6/+1
* decklinkvideosrc: Search from line 1 again if we didn't find closed captions ...Sebastian Dröge2018-11-071-1/+8
* decklinkvideosrc: respect pixel format property even if mode is set to autoJoshua M. Doe2018-11-051-0/+1
* decklinkvideosrc: Add support for extracing CEA608 according to S334-1 Annex ASebastian Dröge2018-11-011-11/+30
* decklink: Only use drop-frame flag for 29.97 and 59.94 FPSVivia Nikolaidou2018-08-281-4/+16
* 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
* decklinkvideosrc: Add support for extracting Closed CaptionEdward Hervey2018-04-231-3/+106
* decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou2018-01-041-0/+31
* Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou2018-01-041-28/+0
* WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou2018-01-041-0/+28
* decklink: Remove unused "bflags" variableVivia Nikolaidou2017-11-091-2/+0
* decklink: Ignore some driver-set timecode flagsVivia Nikolaidou2017-11-091-7/+2
* Revert "decklink: Detect gaps on incoming stream times, issue warnings"Vivia Nikolaidou2017-11-071-28/+0
* decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou2017-11-071-0/+28
* decklink: Add read-only property to read the device serial numberSebastian Dröge2017-10-181-1/+15
* decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou2017-10-111-2/+13
* decklinkaudio/videosrc: Put hardware reference timestamp in a reference times...Sebastian Dröge2017-09-281-1/+11
* decklink: Fix format specifier warnings in logging v2Nirbheek Chauhan2017-07-191-7/+11
* decklink: Fix format specifier warnings in loggingNirbheek Chauhan2017-07-191-7/+7
* decklink: Make timestamp reference specifier driver specificSebastian Dröge2017-06-071-1/+1
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-05-121-0/+9
* Revert "decklink: Fix debug logging warnings on Windows"Nirbheek Chauhan2017-05-051-7/+7
* decklink: Fix debug logging warnings on WindowsNirbheek Chauhan2017-05-051-7/+7
* 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