summaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* avdevice/decklink: fix checking video mode in SDK version 11Marton Balint2019-05-051-2/+5
* avdevice/decklink: Add support for EIA-708 output over SDIDevin Heitmueller2018-09-091-7/+172
* avdevice/decklink_enc: add support for setting duplex modeMarton Balint2018-09-091-0/+1
* avdevice/decklink_enc: print preroll and buffer sizeGyan Doshi2018-08-241-0/+3
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* avdevice/decklink: Suppress warning about misuse of struct instead of classDevin Heitmueller2018-01-201-1/+1
* avdevice/decklink: refactor ff_decklink_set_format functionKarthick J2017-11-211-0/+4
* libavdevice/decklink: add support for 10-bit output for Decklink SDIDevin Heitmueller2017-10-101-29/+83
* libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller2017-10-101-2/+8
* avdevice/decklink_enc: enable 16 output channelpkviet2017-08-271-2/+2
* avdevice/decklink: fix MSVC build issuesAaron Levinson2017-05-081-1/+6
* avdevice/decklink: remove pthread dependencyAaron Levinson2017-04-151-8/+15
* avdevice/decklink_enc: convert to std::atomicMarton Balint2017-03-281-4/+6
* avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAMEMarton Balint2017-02-261-40/+38
* avdevice/decklink_enc: add support to specify field orderMarton Balint2017-02-261-2/+2
* avdevice/decklink_enc: convert to codecparMarton Balint2017-02-261-10/+10
* avdevice/decklink_enc: do not reference this after freeing itMarton Balint2016-12-271-1/+1
* decklink: Remove unneeded spaces in initializersPatrick Felt2016-08-021-13/+13
* avdevice/decklink: always free decklink resources on errorMarton Balint2016-06-261-6/+6
* avdevice/decklink: factorize device finder functionMarton Balint2016-06-261-25/+4
* avdevice/decklink: remove unused itermode iteratorsMarton Balint2016-06-261-8/+0
* avdevice/decklink: factorize cleanup function to common codeMarton Balint2016-06-261-8/+2
* Revert "decklink: Header cleanup"Timothy Gu2016-01-241-0/+4
* decklink: Header cleanupTimothy Gu2016-01-241-4/+0
* avdevice/decklink: move general code of decklink encoder to common fileDeti Fliegl2014-09-221-180/+18
* lavd: add decklink output deviceRamiro Polla2014-02-091-0/+588
OpenPOWER on IntegriCloud