summaryrefslogtreecommitdiff
path: root/sys/decklink
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-012-4/+26
* decklink: Ignore some driver-set timecode flagsVivia Nikolaidou2017-12-011-7/+2
* decklinkvideosink: Print "Starting" instead of "Stopping" when startingSebastian Dröge2017-12-011-1/+1
* decklink: Always use the video stream time for audio tooSebastian Dröge2017-05-291-9/+2
* decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge2017-05-151-3/+3
* decklink: Fix linking on MinGWNirbheek Chauhan2017-05-083-11/+20
* decklink: Fix building on WindowsNirbheek Chauhan2017-05-081-1/+1
* meson: Fix decklink building on WindowsNirbheek Chauhan2017-05-081-16/+26
* Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge2017-04-192-17/+0
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-04-192-0/+17
* meson: decklink: fix meson configure error on macOSTim-Philipp Müller2017-04-111-2/+1
* decklink: Use GstQueueArray instead of GQueueSebastian Dröge2017-03-244-91/+125
* decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch2017-03-221-1/+12
* decklinkvideosink: Don't error out if displaying the preroll frame failsSebastian Dröge2017-03-011-4/+3
* decklinkvideosink: Show video frames synchronously in PAUSEDSebastian Dröge2017-02-011-0/+11
* decklinkvideosink: Do nothing if set_caps() is called with basically the same...Sebastian Dröge2017-02-011-1/+22
* decklinkaudiosrc: Fix get_caps returning EMPTYVivia Nikolaidou2017-02-011-3/+11
* decklink: Add to the meson Windows buildSebastian Dröge2017-01-311-0/+4
* decklink: Fix indentationSebastian Dröge2017-01-313-12/+11
* decklink: Fix compilation on Windows by properly using COM strings thereSebastian Dröge2017-01-311-3/+7
* decklink: Fix compilation with MSVCAxel Menzel2017-01-311-2/+2
* decklink: Include stdint.h for int32_t, etc as needed by the Decklink headersSebastian Dröge2017-01-311-0/+3
* decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstan...Sebastian Dröge2017-01-311-0/+8
* decklink: Update Windows SDK to a newer versionAxel Menzel2017-01-313-315/+2243
* decklinkaudiosrc: Fix compilation on OSXSebastian Dröge2017-01-271-1/+5
* decklinkaudiosrc: Option to use max channels supported by deviceVivia Nikolaidou2017-01-264-1/+22
* decklink: Fix compiler warning with clangSebastian Dröge2017-01-251-1/+1
* decklinkvideosrc: Do not append a zero timecode if none is found on the sourceVivia Nikolaidou2017-01-093-43/+44
* meson: decklink: fix plugin filenameTim-Philipp Müller2017-01-051-1/+1
* meson: build decklink pluginTim-Philipp Müller2017-01-051-0/+38
* decklink: Fix indentationSebastian Dröge2017-01-032-8/+16
* decklinkaudiosrc: Add support for 8/16 channels via propertySebastian Dröge2017-01-034-4/+60
* decklink: Fix compiler warningSebastian Dröge2016-11-291-1/+1
* decklink: Correctly set top-field-first/bottom-field-firstSebastian Dröge2016-11-284-24/+82
* decklinksrc: Add property to drop frames that are marked as having no input s...Sebastian Dröge2016-11-283-5/+30
* decklinksrc: Add property to skip the first N seconds of captureSebastian Dröge2016-11-283-1/+45
* decklinksrc: Set GAP flag on buffers that are captured without signalSebastian Dröge2016-11-284-11/+27
* decklinksrc: Keep track of a window of capture/stream time mappings and calcu...Sebastian Dröge2016-11-283-15/+219
* decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge2016-11-286-366/+138
* decklinkvideosrc: Free timecodes when done with a frameSebastian Dröge2016-11-241-0/+2
* decklinkvideosrc: Issue "no signal" warningsVivia Nikolaidou2016-11-172-0/+19
* decklinkvideosink: Also stop scheduled playback when gst_element_lost_state()...Sebastian Dröge2016-11-021-44/+74
* decklink: Use gst_clock_adjust_with_calibration() and unadjust_with_calibrati...Sebastian Dröge2016-11-022-18/+6
* decklinkaudiosrc: Ignore channel-mask when checking set_caps compatibilityVivia Nikolaidou2016-11-011-2/+12
* decklink: Update to SDK 10.8Sebastian Dröge2016-09-2616-38/+837
* decklink: Print the Decklink API error return values in debug output in all p...Sebastian Dröge2016-09-215-14/+24
* Revert "decklinkvideosink: Scale down scheduled frame times to milliseconds"Sebastian Dröge2016-09-121-7/+1
* decklink: Fix-up last commit that was not meant to be pushed yetSebastian Dröge2016-09-012-29/+31
* decklink: Fix indentationSebastian Dröge2016-09-012-5/+11