| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t | Andreas Rheinhardt | 2021-03-19 | 1 | -1/+1 |
* | avdevice/decklink_dec: stop using av_init_packet() | James Almer | 2021-03-17 | 1 | -8/+4 |
* | avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ... | James Almer | 2021-03-17 | 1 | -4/+5 |
* | avdevice/decklink: add missing include for buffer_size_t | James Almer | 2021-03-11 | 1 | -0/+1 |
* | avdevice: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode static | Christopher Degawa | 2021-01-09 | 1 | -2/+2 |
* | lavd/decklink_dec: Do not set codec_tags. | Carl Eugen Hoyos | 2020-12-24 | 1 | -8/+0 |
* | avdevice/decklink: remove the duplicated warning message | Limin Wang | 2020-12-05 | 1 | -1/+0 |
* | avdevice/decklink_dec: add support for 50/60 fps timecode | Marton Balint | 2020-12-03 | 1 | -12/+52 |
* | avdevice/decklink_dec: fix warning for unused variable | Limin Wang | 2020-11-23 | 1 | -1/+1 |
* | avdevice/decklink_dec: map the raw_format instead of hardcode | Limin Wang | 2020-11-21 | 1 | -1/+2 |
* | avdevice/decklink_dec: fix build with older SDK | Marton Balint | 2020-09-15 | 1 | -1/+1 |
* | avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection | Marton Balint | 2020-09-13 | 1 | -1/+7 |
* | avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormat | Marton Balint | 2020-09-13 | 1 | -3/+6 |
* | avdevice/decklink_dec: export timecode with s12m side data | Limin Wang | 2020-07-15 | 1 | -0/+14 |
* | avdevice/decklink_dec: add support for extracting and outputing klv from vanc | Milos Zivkovic | 2020-07-03 | 1 | -0/+123 |
* | 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 |