| Commit message (Expand) | Author | Age | Files | Lines |
* | avdevice/decklink_dec: increase autodetect timeout to 3 sec | Marton Balint | 2020-04-04 | 1 | -2/+2 |
* | avdevice/decklink_dec: fix stopping streams in read_close | Marton Balint | 2020-02-26 | 1 | -1/+1 |
* | avdevice/decklink: deprecate the -list_devices option | Marton Balint | 2020-01-03 | 1 | -0/+1 |
* | avdevice/decklink_dec: remove -bm_v210 option | Marton Balint | 2020-01-03 | 1 | -5/+0 |
* | avdevice/decklink_dec: remove the @mode syntax | Marton Balint | 2020-01-03 | 1 | -16/+5 |
* | avdevice/decklink: add option to drop frames till timecode is seen | Gyan Doshi | 2019-11-18 | 1 | -0/+10 |
* | avdevice/decklink_dec: set configs before listing formats | Marton Balint | 2019-04-15 | 1 | -6/+6 |
* | avdevice/decklink_dec: fix codec_tag of RGBA formats | BIGLER Don (Framatome) | 2018-11-01 | 1 | -2/+2 |
* | avdevice/decklink_dec: add option to align capture start time | Karthick Jeyapal | 2018-09-30 | 1 | -0/+10 |
* | avdevice/decklink_dec: capture timecode to metadata when requested | Jon Morley | 2018-06-13 | 1 | -0/+40 |
* | avdevice/decklink_dec: use std::atomic for decklink_input_callback refcounting | Marton Balint | 2018-06-13 | 1 | -21/+14 |
* | avdevice/decklink_dec: use a custom memory allocator | Marton Balint | 2018-06-13 | 1 | -0/+50 |
* | avdevice/decklink_dec: unref packets on avpacket_queue_put error | Marton Balint | 2018-04-30 | 1 | -0/+3 |
* | avdevice/decklink_dec: do not copy video data | Marton Balint | 2018-04-30 | 1 | -0/+12 |
* | avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are re... | James Almer | 2018-04-02 | 1 | -8/+6 |
* | avdevice/decklink_dec: Fix ;; | Michael Niedermayer | 2018-02-15 | 1 | -1/+1 |
* | avdevice/decklink_dec: extract NTSC VANC | Ray Tiley | 2018-02-13 | 1 | -3/+20 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -2/+2 |
* | avdevice/decklink: addition of absolute wallclock option for pts source | Vishwanath Dixit | 2018-01-20 | 1 | -4/+12 |
* | avdevice/decklink: addition of copyts option | Vishwanath Dixit | 2018-01-20 | 1 | -7/+11 |
* | avdevice/decklink_dec: autodetect the video input format | Karthick J | 2017-11-22 | 1 | -11/+70 |
* | avdevice/decklink: refactor ff_decklink_set_format function | Karthick J | 2017-11-21 | 1 | -0/+6 |
* | avdevice/decklink_dec: make some function static | James Almer | 2017-11-09 | 1 | -4/+4 |
* | avdevice/decklink_dec: remove extra bracket | James Almer | 2017-10-30 | 1 | -1/+1 |
* | avdevice: remove usage of deprecated setter and getter functions | James Almer | 2017-10-29 | 1 | -1/+1 |
* | avdevice/decklink_dec: 32 bit audio support | Dave Rice | 2017-10-18 | 1 | -3/+14 |
* | libavdevice/decklink: add support for -sources and -sinks arguments | Devin Heitmueller | 2017-10-10 | 1 | -1/+7 |
* | lavd/decklink_dec: Do not claim to output transparency information. | Carl Eugen Hoyos | 2017-10-08 | 1 | -2/+2 |
* | avdevice/decklink_dec: fix extracting luma | Marton Balint | 2017-10-06 | 1 | -1/+1 |
* | avdevice/decklink_dec: fix multipacket op47 decoding | Marton Balint | 2017-10-04 | 1 | -1/+1 |
* | avdevice/decklink_dec: remove av_dup_packet() usage | James Almer | 2017-10-02 | 1 | -6/+8 |
* | avdevice/decklink_dec: use av_packet_add_side_data() | James Almer | 2017-10-02 | 1 | -4/+2 |
* | avdevice/decklink_dec: Used av_parity instead of duplicated function | Karthick J | 2017-10-01 | 1 | -9/+1 |
* | avdevice/decklink_dec: Added Closed caption decode from VANC | Karthick J | 2017-09-28 | 1 | -17/+179 |
* | avdevice/decklink_dec: Extraction of luma from V210 VANC modularized | Karthick J | 2017-09-28 | 1 | -14/+21 |
* | avdevice/decklink_dec: Added VANC search for all resolutions | Karthick J | 2017-09-28 | 1 | -10/+70 |
* | avdevice/decklink_dec: add support for more pixel formats | Gildas Fargeas | 2017-09-28 | 1 | -7/+39 |
* | avdevice/decklink_dec: fix signed and unsigned comparison warning | Marton Balint | 2017-08-27 | 1 | -1/+1 |
* | libavdevice/decklink: configurablity to set max queue size | Ravindra | 2017-08-22 | 1 | -2/+5 |
* | avdevice/decklink_dec: set field order via codecpar | Marton Balint | 2017-07-30 | 1 | -7/+13 |
* | avdevice/decklink_dec: add support for receiving op47 teletext | Marton Balint | 2017-07-18 | 1 | -11/+116 |
* | avdevice/decklink_dec: add support for decoding teletext from 10bit ancillary... | Marton Balint | 2017-07-18 | 1 | -16/+45 |
* | avdevice/decklink: fix MSVC build issues | Aaron Levinson | 2017-05-08 | 1 | -2/+14 |
* | avdevice/decklink: remove pthread dependency | Aaron Levinson | 2017-04-15 | 1 | -3/+0 |
* | avdevice/decklink: deprecate @mode syntax in device name to specify mode | Marton Balint | 2017-03-28 | 1 | -0/+1 |
* | avdevice/decklink: new option 'format_code' to set video format by fourCC | Matthias Hunstock | 2017-03-22 | 1 | -2/+3 |
* | avdevice/decklink_dec: properly initialize no_video variable | Marton Balint | 2016-12-27 | 1 | -0/+1 |
* | lavd/decklink_dec: fix indentation | Marton Balint | 2016-10-21 | 1 | -11/+11 |
* | lavd/decklink_dec: add option to disable drawing bars on signal loss | Marton Balint | 2016-10-21 | 1 | -1/+2 |
* | decklink: fix: set fps on video stream v2 | Matthias Hunstock | 2016-08-05 | 1 | -0/+1 |