summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-121-7/+7
* avdevice/decklink_enc: add support for playout of 608 captions in MOV filesDevin Heitmueller2023-05-111-0/+65
* avdevice/decklink_enc: fix operator precedence in create_s337_payloadMarton Balint2023-04-241-1/+1
* avdevice/decklink_enc: Add support for compressed AC-3 output over SDIDevin Heitmueller2023-04-081-15/+85
* avdevice/decklink_enc: Add support for output of Active Format Description (AFD)Devin Heitmueller2023-04-061-2/+88
* avdevice/decklink_enc: fix unused variable compiler warningsDevin Heitmueller2023-03-081-2/+0
* avdevice/decklink_enc: fix setting of last_pts to only be set for videoDevin Heitmueller2023-03-081-2/+2
* avdevice/decklink_enc: don't take for granted that first frame to decklink ou...Devin Heitmueller2023-03-081-2/+6
* decklink: convert to new channel layout APIJames Almer2022-03-151-3/+3
* avdevice/decklink: add link configuration optionLimin Wang2021-08-161-0/+2
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avdevice/decklink: add missing include for buffer_size_tJames Almer2021-03-111-0/+1
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+2
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-051-1/+0
* avdevice/decklink_enc: simplify usage of buffercount typeMarton Balint2020-12-031-2/+2
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-031-0/+1
* 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