- 20 Mar, 2019 1 commit
-
-
Carl Eugen Hoyos authored
-
- 02 Apr, 2018 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 31 Mar, 2018 2 commits
-
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
Josh de Kock authored
This reverts commit 0fd47570. Revert "lavd: fix iterating of input and output devices" This reverts commit ce1d77a5. Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 18 Mar, 2018 1 commit
-
-
Felix Matouschek authored
In the previous implementation the first input or output device was skipped when device_next was called with prev = NULL Signed-off-by:
Felix Matouschek <felix@matouschek.org> Signed-off-by:
Timo Rothenpieler <timo@rothenpieler.org>
-
- 21 Feb, 2018 1 commit
-
-
Felix Matouschek authored
This commit adds an indev for Android devices on API level 24+ which uses the Android NDK Camera2 API to capture video from builtin cameras Signed-off-by:
Felix Matouschek <felix@matouschek.org> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 06 Feb, 2018 1 commit
-
-
Josh de Kock authored
This also adds an avpriv function to register devices in libavformat
-
- 13 Oct, 2017 2 commits
-
-
Josh de Kock authored
Support for this device has been removed in the Linux kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
The libavformat API is not suitable for exporting output devices as muxers. Some practical problems are e.g. lack of timing/synchronization mechanisms or interaction with output-specific features.
-
- 27 Sep, 2017 1 commit
-
-
Josh de Kock authored
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
- 13 Sep, 2017 1 commit
-
-
Mark Thompson authored
-
- 04 Sep, 2017 1 commit
-
-
Clément Bœsch authored
QTKit has been deprecated in favor of AVFoundation for years, and we have an avfoundation input device. See https://developer.apple.com/documentation/qtkit
-
- 03 Sep, 2017 1 commit
-
-
Clément Bœsch authored
This code is disabled since 2012. V4L1 was dropped from the kernel more than 10 years ago.
-
- 27 Aug, 2017 1 commit
-
-
Maksym Veremeyenko authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 May, 2017 1 commit
-
-
Hendrik Leppkes authored
Using AVOnce as a stack variable makes no sense as the state is lost when the function exits. This fixes repeated calls to av(filter/device)_register_all
-
- 07 Mar, 2017 1 commit
-
-
Muhammad Faiz authored
use ff_thread_once Suggested-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Muhammad Faiz <mfcc64@gmail.com>
-
- 24 Sep, 2016 2 commits
-
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
Josh de Kock authored
Acked-by: Michael Niedermayer Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- 29 Jul, 2016 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
The XCB screen grabber is a drop-in replacement and not under GPL.
-
- 26 Nov, 2015 1 commit
-
-
Alexandre Lision authored
Originally based on the capture written by Thilo Borgmann <thilo.borgmann@mail.de>. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 22 Sep, 2014 1 commit
-
-
Deti Fliegl authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Apr, 2014 1 commit
-
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Apr, 2014 1 commit
-
-
Calvin Walton authored
Based on original code by Christophe Gisquet in 2010, updated to work with current ffmpeg APIs. Supports grabbing a single window or an area of the screen, including support for multiple monitors (Windows does funky stuff with negative coordinates here). I've moved most of the configuration to AVOptions; the input file name is now only the string "desktop", or "title=<windowname>" to select a single window. The AVOptions are the same as x11grab where possible. Code has been added to support a "show_region" mode, like x11grab, which will draw a rectangle on the screen around the area being captured. Instead of duplicating code for paletted image handling, I make use of the GDI API's ability to output DIB (BMP) images, which can be run through ffmpeg's existing BMP decoder. Signed-off-by:
Calvin Walton <calvin.walton@kepstin.ca> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Mar, 2014 1 commit
-
-
Vadim Kalinsky authored
Signed-off-by:
Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Feb, 2014 1 commit
-
-
Ramiro Polla authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jan, 2014 1 commit
-
-
Lukasz Marek authored
It can render to OpenGL context provided by application or into SDL window Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com>
-
- 24 Oct, 2013 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 08 Oct, 2013 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Reviewed-by:
Stefano Sabatini <stefasab@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2013 1 commit
-
-
Stefano Sabatini authored
Based on the work of Jeff Moguillansky <Jeff.Moguillansky@am.sony.com>. See thread: Subject: [FFmpeg-devel] x11 output device for libavdevice Date: Wed, 10 Apr 2013 23:10:47 +0000
-
- 19 May, 2013 1 commit
-
-
Clément Bœsch authored
-
- 03 Jan, 2013 1 commit
-
-
Clément Bœsch authored
The function find_things() in configure is confused by component registration calls as part of multiline macros defining combined component registration. Coalesce those macros into one line to work around the issue. Signed-off-by:
Diego Biurrun <diego@biurrun.de> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 30 Dec, 2012 1 commit
-
-
Clément Bœsch authored
This breaks the sed in configure:find_things(). Fixes regression from c73c87b4. Fixes Ticket2079. Found-by: jamal
-
- 28 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 28 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 21 Jul, 2012 1 commit
-
-
Paul B Mahol authored
-
- 05 Jul, 2012 1 commit
-
-
Georg Lippitsch authored
Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 28 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
has time to update it to the new API. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-