| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avdevice/xv: add support of wrapped avframe codec | Marton Balint | 2020-04-16 | 1 | -8/+14 |
* | avdevice/decklink_dec: increase autodetect timeout to 3 sec | Marton Balint | 2020-04-04 | 1 | -2/+2 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -1/+1 |
* | lavd/avfoundation: Add basic transport control observation for capable devices. | Thilo Borgmann | 2020-03-16 | 1 | -8/+59 |
* | avdevice/decklink: add support for SDK version 11.5 | Marton Balint | 2020-02-26 | 1 | -1/+16 |
* | avdevice/decklink_dec: fix stopping streams in read_close | Marton Balint | 2020-02-26 | 2 | -2/+1 |
* | lavd/opengl_enc: check strings before parsing them. | Nicolas George | 2020-02-20 | 1 | -0/+4 |
* | lavd/opengl_enc: use proper context for logging. | Nicolas George | 2020-02-20 | 1 | -9/+10 |
* | lavd/avfoundation.m: Add an option to drop late frames. | Thilo Borgmann | 2020-02-07 | 1 | -1/+3 |
* | avdevice/xcbgrab: check if frame size fits in INT_MAX | Marton Balint | 2020-01-24 | 1 | -6/+14 |
* | avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma... | Marton Balint | 2020-01-24 | 1 | -11/+13 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | avdevice/decklink: deprecate the -list_devices option | Marton Balint | 2020-01-03 | 3 | -1/+3 |
* | avdevice/decklink_dec: remove -bm_v210 option | Marton Balint | 2020-01-03 | 3 | -7/+0 |
* | avdevice/decklink_dec: remove the @mode syntax | Marton Balint | 2020-01-03 | 3 | -24/+12 |
* | avdevice/xcbgrab: capture the full desktop if video_size is not specified | Marton Balint | 2019-12-30 | 2 | -7/+7 |
* | avdevice/xcbgrab: fix packet timestamps | Marton Balint | 2019-12-30 | 1 | -5/+9 |
* | avdevice/xcbgrab: use a buffer pool for shared memory segments | Marton Balint | 2019-12-26 | 1 | -32/+47 |
* | avdevice/xcbgrab: wrap non-shm image replies in a buffer ref | Marton Balint | 2019-12-06 | 1 | -6/+15 |
* | avdevice/xcbgrab: Handle reply and error properly | Kusanagi Kouichi | 2019-12-03 | 1 | -0/+5 |
* | libavdevice/lavfi: check avfilter_graph_dump return value | Zhao Zhili | 2019-11-29 | 1 | -3/+7 |