summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* avdevice/decklink: move AVPacketQueue into decklink_common and rename it to D...Devin Heitmueller2023-05-111-122/+8
* decklink: convert to new channel layout APIJames Almer2022-03-151-4/+4
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-041-15/+14
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-2/+2
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-1/+1
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-171-8/+4
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-171-4/+5
* 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/+1
* avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa2021-01-091-2/+2
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-241-8/+0
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-051-1/+0
* avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint2020-12-031-12/+52
* avdevice/decklink_dec: fix warning for unused variableLimin Wang2020-11-231-1/+1
* avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang2020-11-211-1/+2
* avdevice/decklink_dec: fix build with older SDKMarton Balint2020-09-151-1/+1
* avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint2020-09-131-1/+7
* avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint2020-09-131-3/+6
* avdevice/decklink_dec: export timecode with s12m side dataLimin Wang2020-07-151-0/+14
* avdevice/decklink_dec: add support for extracting and outputing klv from vancMilos Zivkovic2020-07-031-0/+123
* avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint2020-04-041-2/+2
* avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint2020-02-261-1/+1
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-031-0/+1
* avdevice/decklink_dec: remove -bm_v210 optionMarton Balint2020-01-031-5/+0
* avdevice/decklink_dec: remove the @mode syntaxMarton Balint2020-01-031-16/+5
* avdevice/decklink: add option to drop frames till timecode is seenGyan Doshi2019-11-181-0/+10
* 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