summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_dec.cpp
Commit message (Expand)AuthorAge
* decklink: convert to new channel layout APIJames Almer2022-03-15
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-17
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avdevice/decklink: add missing include for buffer_size_tJames Almer2021-03-11
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa2021-01-09
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-24
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-05
* avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint2020-12-03
* avdevice/decklink_dec: fix warning for unused variableLimin Wang2020-11-23
* avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang2020-11-21
* avdevice/decklink_dec: fix build with older SDKMarton Balint2020-09-15
* avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint2020-09-13
* avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint2020-09-13
* avdevice/decklink_dec: export timecode with s12m side dataLimin Wang2020-07-15
* avdevice/decklink_dec: add support for extracting and outputing klv from vancMilos Zivkovic2020-07-03
* avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint2020-04-04
* avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint2020-02-26
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-03
* avdevice/decklink_dec: remove -bm_v210 optionMarton Balint2020-01-03
* avdevice/decklink_dec: remove the @mode syntaxMarton Balint2020-01-03
* avdevice/decklink: add option to drop frames till timecode is seenGyan Doshi2019-11-18
* avdevice/decklink_dec: set configs before listing formatsMarton Balint2019-04-15
* avdevice/decklink_dec: fix codec_tag of RGBA formatsBIGLER Don (Framatome)2018-11-01
* avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal2018-09-30
* avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley2018-06-13
* avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint2018-06-13
* avdevice/decklink_dec: use a custom memory allocatorMarton Balint2018-06-13
* avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint2018-04-30
* avdevice/decklink_dec: do not copy video dataMarton Balint2018-04-30
* avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are re...James Almer2018-04-02
* avdevice/decklink_dec: Fix ;;Michael Niedermayer2018-02-15
* avdevice/decklink_dec: extract NTSC VANCRay Tiley2018-02-13
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avdevice/decklink: addition of absolute wallclock option for pts sourceVishwanath Dixit2018-01-20
* avdevice/decklink: addition of copyts optionVishwanath Dixit2018-01-20
* avdevice/decklink_dec: autodetect the video input formatKarthick J2017-11-22
* avdevice/decklink: refactor ff_decklink_set_format functionKarthick J2017-11-21
* avdevice/decklink_dec: make some function staticJames Almer2017-11-09
* avdevice/decklink_dec: remove extra bracketJames Almer2017-10-30
* avdevice: remove usage of deprecated setter and getter functionsJames Almer2017-10-29
* avdevice/decklink_dec: 32 bit audio supportDave Rice2017-10-18
* libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller2017-10-10
* lavd/decklink_dec: Do not claim to output transparency information.Carl Eugen Hoyos2017-10-08
* avdevice/decklink_dec: fix extracting lumaMarton Balint2017-10-06
* avdevice/decklink_dec: fix multipacket op47 decodingMarton Balint2017-10-04
* avdevice/decklink_dec: remove av_dup_packet() usageJames Almer2017-10-02