summaryrefslogtreecommitdiff
path: root/sys/decklink
Commit message (Expand)AuthorAgeFilesLines
* 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
* decklink: Require a clock when going from PAUSED_TO_PLAYING and don't crash i...Sebastian Dröge2016-09-012-33/+77
* decklinkaudiosink: Fix compiler warning on OS XSebastian Dröge2016-08-261-1/+1
* decklinkvideosink: Scale down scheduled frame times to millisecondsSebastian Dröge2016-08-261-1/+6
* decklinkaudiosink: Add support for 8 and 16 channelsSebastian Dröge2016-08-263-3/+64
* decklinkvideosink: Add support for GstVideoTimeCodeVivia Nikolaidou2016-08-042-3/+68
* decklinkvideosrc: Add support for GstVideoTimeCodeVivia Nikolaidou2016-08-044-7/+161
* 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: Fix swapped name and nick in GEnumValuesVivia Nikolaidou2016-05-031-66/+66
* decklink: Add initial 10bit support for YUV modesVivia Nikolaidou2016-05-036-38/+313
* decklink: Fix indentationSebastian Dröge2016-05-032-19/+29
* decklink: Initialize capture_time to NONE so it can be used if no video frame...Sebastian Dröge2016-04-081-1/+1
* decklinkaudiosrc: Don't accept packets without timestamps after a discontSebastian Dröge2016-04-051-1/+10
* decklinkaudiosrc: Don't crash when receiving video frames but no audioSebastian Dröge2016-04-053-7/+16