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
|
5 лет назад |
Marton Balint
|
95324ecf23
avdevice/decklink_dec: fix stopping streams in read_close
|
5 лет назад |
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
|
6 лет назад |
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
|
7 лет назад |
Michael Niedermayer
|
75027066d8
avdevice/decklink_dec: Fix ;;
|
7 лет назад |
Ray Tiley
|
c837cd3d4d
avdevice/decklink_dec: extract NTSC VANC
|
7 лет назад |
Marton Balint
|
4bb0409820
avdevice: migrate to AVFormatContext->url
|
7 лет назад |
Vishwanath Dixit
|
fc93eca126
avdevice/decklink: addition of absolute wallclock option for pts source
|
7 лет назад |
Vishwanath Dixit
|
7c27bbd590
avdevice/decklink: addition of copyts option
|
7 лет назад |
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 лет назад |
James Almer
|
0c1ffd0aa5
avdevice/decklink_dec: use av_packet_add_side_data()
|
7 лет назад |
Karthick J
|
9e271e3fa3
avdevice/decklink_dec: Used av_parity instead of duplicated function
|
7 лет назад |
Karthick J
|
b6cf66ae1c
avdevice/decklink_dec: Added Closed caption decode from VANC
|
7 лет назад |
Karthick J
|
a8755785d7
avdevice/decklink_dec: Extraction of luma from V210 VANC modularized
|
7 лет назад |
Karthick J
|
e6cdf30fb4
avdevice/decklink_dec: Added VANC search for all resolutions
|
7 лет назад |
Gildas Fargeas
|
cb8b729180
avdevice/decklink_dec: add support for more pixel formats
|
7 лет назад |
Marton Balint
|
76a8b5e7ad
avdevice/decklink_dec: fix signed and unsigned comparison warning
|
7 лет назад |
Ravindra
|
f3913dcc06
libavdevice/decklink: configurablity to set max queue size
|
7 лет назад |
Marton Balint
|
e433497160
avdevice/decklink_dec: set field order via codecpar
|
7 лет назад |
Marton Balint
|
9b93795890
avdevice/decklink_dec: add support for receiving op47 teletext
|
7 лет назад |
Marton Balint
|
cc0916bfc2
avdevice/decklink_dec: add support for decoding teletext from 10bit ancillary data
|
7 лет назад |
Aaron Levinson
|
7f7ee86d5a
avdevice/decklink: fix MSVC build issues
|
7 лет назад |
Aaron Levinson
|
9e86a61870
avdevice/decklink: remove pthread dependency
|
8 лет назад |
Marton Balint
|
77d2cb8874
avdevice/decklink: deprecate @mode syntax in device name to specify mode
|
8 лет назад |