James Almer
|
d03b327787
decklink: convert to new channel layout API
|
2 лет назад |
Andreas Rheinhardt
|
d61240f8c9
avcodec/packet_internal: Add proper PacketList struct
|
2 лет назад |
Andreas Rheinhardt
|
ef6a9e5e31
avutil/buffer: Switch AVBuffer API to size_t
|
3 лет назад |
Andreas Rheinhardt
|
a46d781905
avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t
|
3 лет назад |
James Almer
|
6b3a563b10
avdevice/decklink_dec: stop using av_init_packet()
|
3 лет назад |
James Almer
|
d422b2ed87
avcodec/packet_internal: make avpriv_packet_list_* functions use an internal struct
|
3 лет назад |
James Almer
|
9e2e6f935b
avdevice/decklink: add missing include for buffer_size_t
|
3 лет назад |
James Almer
|
f7abb53cb4
avdevice: use the buffer_size_t typedef where required
|
3 лет назад |
Christopher Degawa
|
eacad3406e
avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static
|
3 лет назад |
Carl Eugen Hoyos
|
b0a882cc93
lavd/decklink_dec: Do not set codec_tags.
|
3 лет назад |
Limin Wang
|
e6ae498234
avdevice/decklink: remove the duplicated warning message
|
3 лет назад |
Marton Balint
|
ff373bb4a8
avdevice/decklink_dec: add support for 50/60 fps timecode
|
4 лет назад |
Limin Wang
|
01eb05207c
avdevice/decklink_dec: fix warning for unused variable
|
4 лет назад |
Limin Wang
|
09f1d15ae8
avdevice/decklink_dec: map the raw_format instead of hardcode
|
4 лет назад |
Marton Balint
|
36c582f515
avdevice/decklink_dec: fix build with older SDK
|
4 лет назад |
Marton Balint
|
f1b908d20a
avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection
|
4 лет назад |
Marton Balint
|
e33c0d8c69
avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormat
|
4 лет назад |
Limin Wang
|
a54b367c78
avdevice/decklink_dec: export timecode with s12m side data
|
4 лет назад |
Milos Zivkovic
|
c4e0868243
avdevice/decklink_dec: add support for extracting and outputing klv from vanc
|
4 лет назад |
Marton Balint
|
f04fe8aa4e
avdevice/decklink_dec: increase autodetect timeout to 3 sec
|
4 лет назад |
Marton Balint
|
95324ecf23
avdevice/decklink_dec: fix stopping streams in read_close
|
4 лет назад |
Marton Balint
|
944203270d
avdevice/decklink: deprecate the -list_devices option
|
5 лет назад |
Marton Balint
|
2b7097ef27
avdevice/decklink_dec: remove -bm_v210 option
|
5 лет назад |
Marton Balint
|
78a233e6e9
avdevice/decklink_dec: remove the @mode syntax
|
5 лет назад |
Gyan Doshi
|
d831edc387
avdevice/decklink: add option to drop frames till timecode is seen
|
5 лет назад |
Marton Balint
|
e036b8dcf4
avdevice/decklink_dec: set configs before listing formats
|
5 лет назад |
BIGLER Don (Framatome)
|
cb74c33106
avdevice/decklink_dec: fix codec_tag of RGBA formats
|
6 лет назад |
Karthick Jeyapal
|
c0ee4e0ac2
avdevice/decklink_dec: add option to align capture start time
|
6 лет назад |
Jon Morley
|
0946c0ec17
avdevice/decklink_dec: capture timecode to metadata when requested
|
6 лет назад |
Marton Balint
|
ba8a1d1618
avdevice/decklink_dec: use std::atomic for decklink_input_callback refcounting
|
6 лет назад |
Marton Balint
|
643123b29d
avdevice/decklink_dec: use a custom memory allocator
|
6 лет назад |
Marton Balint
|
649087fa83
avdevice/decklink_dec: unref packets on avpacket_queue_put error
|
6 лет назад |
Marton Balint
|
75d1529c6e
avdevice/decklink_dec: do not copy video data
|
6 лет назад |
James Almer
|
38fa61b947
avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are ref counted
|
6 лет назад |
Michael Niedermayer
|
75027066d8
avdevice/decklink_dec: Fix ;;
|
6 лет назад |
Ray Tiley
|
c837cd3d4d
avdevice/decklink_dec: extract NTSC VANC
|
6 лет назад |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
6 лет назад |
Vishwanath Dixit
|
fc93eca126
avdevice/decklink: addition of absolute wallclock option for pts source
|
6 лет назад |
Vishwanath Dixit
|
7c27bbd590
avdevice/decklink: addition of copyts option
|
6 лет назад |
Karthick J
|
e8e9306b4f
avdevice/decklink_dec: autodetect the video input format
|
7 лет назад |
Karthick J
|
aa7b0329ff
avdevice/decklink: refactor ff_decklink_set_format function
|
7 лет назад |
James Almer
|
bf7ae32a08
avdevice/decklink_dec: make some function static
|
7 лет назад |
James Almer
|
5c819f433e
avdevice/decklink_dec: remove extra bracket
|
7 лет назад |
James Almer
|
2245476e5c
avdevice: remove usage of deprecated setter and getter functions
|
7 лет назад |
Dave Rice
|
89cc48551b
avdevice/decklink_dec: 32 bit audio support
|
7 лет назад |
Devin Heitmueller
|
278588cd0b
libavdevice/decklink: add support for -sources and -sinks arguments
|
7 лет назад |
Carl Eugen Hoyos
|
f49c129dd4
lavd/decklink_dec: Do not claim to output transparency information.
|
7 лет назад |
Marton Balint
|
7d141e2cac
avdevice/decklink_dec: fix extracting luma
|
7 лет назад |
Marton Balint
|
3dc01223ef
avdevice/decklink_dec: fix multipacket op47 decoding
|
7 лет назад |
James Almer
|
e91f0c4f8b
avdevice/decklink_dec: remove av_dup_packet() usage
|
7 лет назад |