summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_dec.h
Commit message (Collapse)AuthorAgeFilesLines
* avdevice/decklink_(common_c|dec|enc).h: Fix checkheadersAndreas Rheinhardt2022-02-211-0/+2
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller2017-10-101-0/+1
| | | | | | | | | | | | | | | Add support for enumerating the sources/sinks via the ffmpeg command line options, as opposed to having to create a real pipeline and use the "-list_devices" option which does exit() after dumping out the options. Note that this patch preserves the existing "-list_devices" option, but now shares common code for the actual enumeration. Updated to reflect feedback from Marton Balint <cus@passwd.hu>. Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* cosmetics: Correct comments in decklink_decPatrick Felt2016-08-021-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* all: Add missing header guardsTimothy Gu2016-01-281-0/+5
|
* Revert "decklink: Header cleanup"Timothy Gu2016-01-241-2/+0
| | | | | | This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c. Reported in #5183 to break the build. Further investigation needed.
* decklink: Header cleanupTimothy Gu2016-01-241-0/+2
| | | | | This commit cleans up the decklink files' header usage so that they pass checkheaders.
* avdevice: add decklink input supportDeti Fliegl2014-09-221-0/+32
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>