| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove double ';' | Andreas Rheinhardt | 2021-03-01 | 1 | -2/+2 |
* | avdevice: use av_gettime_relative() for elapsed time calculations | Marton Balint | 2021-02-27 | 5 | -13/+15 |
* | avdevice/timefilter: remove obsolete comments from the docs | Marton Balint | 2021-02-27 | 1 | -14/+1 |
* | avdevice/avdevice: Deprecate AVDevice Capabilities API | Andreas Rheinhardt | 2021-02-14 | 3 | -67/+16 |
* | avdevice/xcbgrab: don't assume xserver endianness | Andriy Gelman | 2021-02-06 | 1 | -5/+10 |
* | avdevice/dshow: Add namespace prefix to the remaining global symbols | James Almer | 2021-01-25 | 6 | -376/+325 |
* | lavd/dshow: Add namespace prefix to global functions | Mark Thompson | 2021-01-21 | 3 | -9/+9 |
* | kmsgrab: Do not require the modifier to stay constant. | Bas Nieuwenhuizen | 2021-01-13 | 1 | -7/+0 |
* | kmsgrab: Use invalid modifier if modifiers weren't used. | Bas Nieuwenhuizen | 2021-01-13 | 1 | -10/+17 |
* | 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 |
* | lavd/caca: do not access deprecated codec context | Anton Khirnov | 2020-12-10 | 1 | -1/+1 |
* | avdevice/decklink: remove the duplicated warning message | Limin Wang | 2020-12-05 | 4 | -4/+2 |
* | avdevice/decklink: warn about too old decklink API version | Marton Balint | 2020-12-03 | 1 | -1/+22 |
* | avdevice/decklink_enc: simplify usage of buffercount type | Marton Balint | 2020-12-03 | 2 | -9/+2 |
* | 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: add AV_OPT_FLAG_DEPRECATED flag for list_devices | Limin Wang | 2020-11-23 | 2 | -2/+2 |
* | avdevice/decklink: use boolean for list_devices option | Limin Wang | 2020-11-23 | 2 | -2/+2 |
* | avdevice/decklink_dec: map the raw_format instead of hardcode | Limin Wang | 2020-11-21 | 4 | -9/+19 |
* | avdevice/xcbgrab: Add select_region option | Omar Emara | 2020-11-06 | 1 | -0/+122 |
* | avdevice/alldevices: stop using deprecated linked list API | James Almer | 2020-10-19 | 2 | -46/+72 |
* | avdevice/lavfi: av_malloc -> av_malloc_array | Limin Wang | 2020-09-21 | 1 | -1/+1 |
* | avdevice/lavfi: unref the frame on failure | Limin Wang | 2020-09-21 | 1 | -7/+12 |
* | avdevice/lavfi: fix FIXME and check a/v type by codec_type | Limin Wang | 2020-09-21 | 1 | -2/+4 |
* | avdevice/decklink_dec: fix build with older SDK | Marton Balint | 2020-09-15 | 1 | -1/+1 |
* | avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecode | Marton Balint | 2020-09-13 | 4 | -2/+12 |
* | avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection | Marton Balint | 2020-09-13 | 2 | -2/+9 |
* | avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormat | Marton Balint | 2020-09-13 | 2 | -6/+9 |
* | avdevice/decklink_common.h: remove unsupported decklink version ifdef | Marton Balint | 2020-09-13 | 1 | -4/+0 |
* | avdevice/lavfi: Remove redundant av_packet_unref() | Andreas Rheinhardt | 2020-09-06 | 1 | -1/+0 |
* | avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionary | Andreas Rheinhardt | 2020-09-06 | 1 | -17/+8 |
* | avdevice/lavfi: Don't set pkt->size to the value it already has | Andreas Rheinhardt | 2020-09-01 | 1 | -1/+0 |
* | avdevice/lavfi: Don't reimplement av_frame_get_side_data() | Andreas Rheinhardt | 2020-09-01 | 1 | -6/+2 |
* | avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer | Andreas Rheinhardt | 2020-09-01 | 1 | -4/+1 |
* | avdevice/xcbgrab: check return values of xcb query functions | Moritz Barsnick | 2020-08-15 | 1 | -0/+9 |
* | kmsgrab: Add more supported formats | Mark Thompson | 2020-08-09 | 1 | -0/+9 |
* | kmsgrab: Don't require the user to set framebuffer format | Mark Thompson | 2020-08-09 | 1 | -15/+40 |
* | kmsgrab: Use GetFB2 if available | Mark Thompson | 2020-08-09 | 1 | -19/+199 |
* | kmsgrab: Refactor and clean error cases | Mark Thompson | 2020-08-09 | 1 | -61/+100 |
* | 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 | 5 | -1/+128 |
* | lavdevice: Add AudioToolbox output device. | Thilo Borgmann | 2020-06-15 | 3 | -0/+310 |
* | Bump minor versions after branching 4.3n4.4-dev | Michael Niedermayer | 2020-06-08 | 1 | -1/+1 |
* | Bump minor versions to separate 4.3 from master | Michael Niedermayer | 2020-06-08 | 1 | -2/+2 |
* | avdevice/v4l2enc: Allow writing non-rawvideos to v4l2. | David Manouchehri | 2020-05-09 | 1 | -3/+7 |
* | avfoundation: Fix building on iOS | Martin Storsjö | 2020-04-30 | 1 | -0/+4 |
* | lavd/avfoundation.m: Do not use transport controls for screen capture devices. | Thilo Borgmann | 2020-04-22 | 1 | -9/+11 |
* | lavd/avfoundation.m: Remove transport controls for iOS. | Thilo Borgmann | 2020-04-22 | 1 | -2/+10 |
* | avdevice/opengl: add support of wrapped avframe codec | Marton Balint | 2020-04-16 | 1 | -5/+12 |