summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_enc.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>
* 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/decklink: move general code of decklink encoder to common fileDeti Fliegl2014-09-221-11/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavd: add decklink output deviceRamiro Polla2014-02-091-0/+43
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>