summaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* avdevice/decklink: fix checking video mode in SDK version 11Marton Balint2019-05-051-11/+5
* avdevice/decklink_common: add support for DeckLink SDK 11Marton Balint2019-04-151-3/+50
* avdevice/decklink_common: properly check DoesSupportVideoMode result when try...Marton Balint2019-04-151-1/+1
* avdevice/decklink_enc: add support for setting genlock timing offsetMarton Balint2018-12-021-0/+5
* avdevice/decklink: Fix compile breakage on OSXDevin Heitmueller2018-10-201-1/+1
* avdevice/decklink: add support for selecting devices based on their unique IDMarton Balint2018-09-231-19/+40
* avdevice/decklink: Add support for EIA-708 output over SDIDevin Heitmueller2018-09-091-4/+12
* avdevice/decklink_common: Move DECKLINK_* string functions into headerJon Morley2018-06-131-30/+0
* avdevice/decklink_commmon: enhance error messages when iterator creation failsMarton Balint2018-04-181-14/+14
* avdevice/decklink: fix leak when listing devices and there is no memoryMarton Balint2018-03-241-12/+5
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-1/+1
* avdevice/decklink: Fix compilation of module on OSXDevin Heitmueller2018-01-201-0/+11
* avdevice/decklink_dec: autodetect the video input formatKarthick J2017-11-221-3/+0
* avdevice/decklink: refactor ff_decklink_set_format functionKarthick J2017-11-211-14/+24
* libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller2017-10-101-6/+83
* avdevice/decklink: Fix segfault when running -list_devices on OSXDevin Heitmueller2017-10-041-1/+1
* avdevice/decklink_dec: add support for more pixel formatsGildas Fargeas2017-09-281-1/+1
* avdevice/decklink: fix MSVC build issuesAaron Levinson2017-05-081-1/+6
* avdevice/decklink: remove pthread dependencyAaron Levinson2017-04-151-3/+0
* avdevice/decklink: deprecate @mode syntax in device name to specify modeMarton Balint2017-03-281-4/+3
* avdevice/decklink: new option 'format_code' to set video format by fourCCMatthias Hunstock2017-03-221-4/+12
* avdevice/decklink: add format_code of display mode to list_format outputMatthias Hunstock2017-03-221-4/+7
* avdevice/decklink_enc: add support to specify field orderMarton Balint2017-02-261-6/+23
* decklink: enhancement: format selection with AVRational v2Matthias Hunstock2016-08-051-7/+7
* decklink: Remove unneeded spaces in initializersPatrick Felt2016-08-021-5/+5
* avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times m...Michael Niedermayer2016-06-281-1/+1
* avdevice/decklink: fix mingw portabilityMarton Balint2016-06-271-2/+5
* avdevice/decklink: add support for audio and video input selectionMarton Balint2016-06-261-0/+43
* avdevice/decklink: add support for setting duplex modeMarton Balint2016-06-261-0/+33
* avdevice/decklink: factorize device finder functionMarton Balint2016-06-261-0/+29
* avdevice/decklink: factorize cleanup function to common codeMarton Balint2016-06-261-0/+13
* Revert "decklink: Header cleanup"Timothy Gu2016-01-241-0/+4
* decklink: Header cleanupTimothy Gu2016-01-241-4/+0
* avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__Michael Niedermayer2015-02-081-1/+1
* avdevice/decklink_common: Fix Decklink for MacGeorg Lippitsch2015-02-081-0/+10
* avdevice/decklink_common: fix COM initialization failure checkJonathan Baecker2014-12-031-1/+1
* avdevice/decklink_common: fix heap corruption run time errorJonathan Baecker2014-12-031-2/+4
* avdevice/decklink: move general code of decklink encoder to common fileDeti Fliegl2014-09-221-0/+229
OpenPOWER on IntegriCloud