Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15decklink: convert to new channel layout APIJames Almer
2022-01-04avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-03-17avdevice/decklink_dec: stop using av_init_packet()James Almer
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-11avdevice/decklink: add missing include for buffer_size_tJames Almer
2021-03-11avdevice: use the buffer_size_t typedef where requiredJames Almer
2021-01-09avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa
2020-12-24lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos
2020-12-05avdevice/decklink: remove the duplicated warning messageLimin Wang
2020-12-03avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint
2020-11-23avdevice/decklink_dec: fix warning for unused variableLimin Wang
2020-11-21avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang
2020-09-15avdevice/decklink_dec: fix build with older SDKMarton Balint
2020-09-13avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint
2020-09-13avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint
2020-07-15avdevice/decklink_dec: export timecode with s12m side dataLimin Wang
2020-07-03avdevice/decklink_dec: add support for extracting and outputing klv from vancMilos Zivkovic
2020-04-04avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint
2020-02-26avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint
2020-01-03avdevice/decklink: deprecate the -list_devices optionMarton Balint
2020-01-03avdevice/decklink_dec: remove -bm_v210 optionMarton Balint
2020-01-03avdevice/decklink_dec: remove the @mode syntaxMarton Balint
2019-11-18avdevice/decklink: add option to drop frames till timecode is seenGyan Doshi
2019-04-15avdevice/decklink_dec: set configs before listing formatsMarton Balint
2018-11-01avdevice/decklink_dec: fix codec_tag of RGBA formatsBIGLER Don (Framatome)
2018-09-30avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal
2018-06-13avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley
2018-06-13avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint
2018-06-13avdevice/decklink_dec: use a custom memory allocatorMarton Balint
2018-04-30avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint
2018-04-30avdevice/decklink_dec: do not copy video dataMarton Balint
2018-04-02avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are re...James Almer
2018-02-15avdevice/decklink_dec: Fix ;;Michael Niedermayer
2018-02-13avdevice/decklink_dec: extract NTSC VANCRay Tiley
2018-01-29avdevice: migrate to AVFormatContext->urlMarton Balint
2018-01-20avdevice/decklink: addition of absolute wallclock option for pts sourceVishwanath Dixit
2018-01-20avdevice/decklink: addition of copyts optionVishwanath Dixit
2017-11-22avdevice/decklink_dec: autodetect the video input formatKarthick J
2017-11-22avdevice/decklink: refactor ff_decklink_set_format functionKarthick J
2017-11-09avdevice/decklink_dec: make some function staticJames Almer
2017-10-30avdevice/decklink_dec: remove extra bracketJames Almer
2017-10-29avdevice: remove usage of deprecated setter and getter functionsJames Almer
2017-10-18avdevice/decklink_dec: 32 bit audio supportDave Rice
2017-10-10libavdevice/decklink: add support for -sources and -sinks argumentsDevin Heitmueller
2017-10-08lavd/decklink_dec: Do not claim to output transparency information.Carl Eugen Hoyos
2017-10-06avdevice/decklink_dec: fix extracting lumaMarton Balint
2017-10-04avdevice/decklink_dec: fix multipacket op47 decodingMarton Balint
2017-10-02avdevice/decklink_dec: remove av_dup_packet() usageJames Almer