summaryrefslogtreecommitdiffstats
path: root/libavdevice/decklink_dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* avdevice/decklink_dec: set configs before listing formatsMarton Balint2019-04-151-6/+6
* avdevice/decklink_dec: fix codec_tag of RGBA formatsBIGLER Don (Framatome)2018-11-011-2/+2
* avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal2018-09-301-0/+10
* avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley2018-06-131-0/+40
* avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint2018-06-131-21/+14
* avdevice/decklink_dec: use a custom memory allocatorMarton Balint2018-06-131-0/+50
* avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint2018-04-301-0/+3
* avdevice/decklink_dec: do not copy video dataMarton Balint2018-04-301-0/+12
* avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are re...James Almer2018-04-021-8/+6
* avdevice/decklink_dec: Fix ;;Michael Niedermayer2018-02-151-1/+1
* avdevice/decklink_dec: extract NTSC VANCRay Tiley2018-02-131-3/+20
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* avdevice/decklink: addition of absolute wallclock option for pts sourceVishwanath Dixit2018-01-201-4/+12
* avdevice/decklink: addition of copyts optionVishwanath Dixit2018-01-201-7/+11
* avdevice/decklink_dec: autodetect the video input formatKarthick J2017-11-221-11/+70
* avdevice/decklink: refactor ff_decklink_set_format functionKarthick J2017-11-211-0/+6
* avdevice/decklink_dec: make some function staticJames Almer2017-11-091-4/+4
* avdevice/decklink_dec: remove extra bracketJames Almer2017-10-301-1/+1
* avdevice: remove usage of deprecated setter and getter functionsJames Almer2017-10-291-1/+1
* avdevice/decklink_dec: 32 bit audio supportDave Rice2017-10-181-3/+14
* libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller2017-10-101-1/+7
* lavd/decklink_dec: Do not claim to output transparency information.Carl Eugen Hoyos2017-10-081-2/+2
* avdevice/decklink_dec: fix extracting lumaMarton Balint2017-10-061-1/+1
* avdevice/decklink_dec: fix multipacket op47 decodingMarton Balint2017-10-041-1/+1
* avdevice/decklink_dec: remove av_dup_packet() usageJames Almer2017-10-021-6/+8
* avdevice/decklink_dec: use av_packet_add_side_data()James Almer2017-10-021-4/+2
* avdevice/decklink_dec: Used av_parity instead of duplicated functionKarthick J2017-10-011-9/+1
* avdevice/decklink_dec: Added Closed caption decode from VANCKarthick J2017-09-281-17/+179
* avdevice/decklink_dec: Extraction of luma from V210 VANC modularizedKarthick J2017-09-281-14/+21
* avdevice/decklink_dec: Added VANC search for all resolutionsKarthick J2017-09-281-10/+70
* avdevice/decklink_dec: add support for more pixel formatsGildas Fargeas2017-09-281-7/+39
* avdevice/decklink_dec: fix signed and unsigned comparison warningMarton Balint2017-08-271-1/+1
* libavdevice/decklink: configurablity to set max queue sizeRavindra2017-08-221-2/+5
* avdevice/decklink_dec: set field order via codecparMarton Balint2017-07-301-7/+13
* avdevice/decklink_dec: add support for receiving op47 teletextMarton Balint2017-07-181-11/+116
* avdevice/decklink_dec: add support for decoding teletext from 10bit ancillary...Marton Balint2017-07-181-16/+45
* avdevice/decklink: fix MSVC build issuesAaron Levinson2017-05-081-2/+14
* avdevice/decklink: remove pthread dependencyAaron Levinson2017-04-151-3/+0
* avdevice/decklink: deprecate @mode syntax in device name to specify modeMarton Balint2017-03-281-0/+1
* avdevice/decklink: new option 'format_code' to set video format by fourCCMatthias Hunstock2017-03-221-2/+3
* avdevice/decklink_dec: properly initialize no_video variableMarton Balint2016-12-271-0/+1
* lavd/decklink_dec: fix indentationMarton Balint2016-10-211-11/+11
* lavd/decklink_dec: add option to disable drawing bars on signal lossMarton Balint2016-10-211-1/+2
* decklink: fix: set fps on video stream v2Matthias Hunstock2016-08-051-0/+1
* decklink: Remove unneeded spaces in initializersPatrick Felt2016-08-021-9/+9
* cosmetics: Correct comments in decklink_decPatrick Felt2016-08-021-2/+2
* avdevice/decklink: add support for setting input packet timestamp sourceMarton Balint2016-06-261-14/+48
* avdevice/decklink: add support for audio and video input selectionMarton Balint2016-06-261-0/+5
* avdevice/decklink: add support for setting duplex modeMarton Balint2016-06-261-0/+1
* avdevice/decklink: always free decklink resources on errorMarton Balint2016-06-261-6/+12
OpenPOWER on IntegriCloud