- 20 Mar, 2019 1 commit
-
-
Carl Eugen Hoyos authored
-
- 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>
-
- 13 Oct, 2017 6 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
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
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.
-
- 02 Sep, 2017 2 commits
-
-
Clément Bœsch authored
sndio is already autodetected, this commit makes sure --disable-autodetect actually disable it unless --enable-sndio is specified.
-
Clément Bœsch authored
alsa libs are already autodetected, this commit makes sure --disable-autodetect actually disable it unless --enable-alsa is specified.
-
- 27 Aug, 2017 1 commit
-
-
Maksym Veremeyenko authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 20 Jul, 2017 1 commit
-
-
James Almer authored
Should fix compilation failures introduced by 9b937958.
-
- 22 Dec, 2016 1 commit
-
-
Diego Biurrun authored
This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449
-
- 09 Dec, 2016 1 commit
-
-
Diego Biurrun authored
These components should depend on the availability of the respective libraries, not just on the availability of the respective headers.
-
- 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.
-
- 07 Apr, 2016 1 commit
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 23 Mar, 2016 1 commit
-
-
Diego Biurrun authored
-
- 24 Jan, 2016 1 commit
-
-
Timothy Gu authored
It is a C++ file, incompatible with the checkheaders infrastructure.
-
- 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>
-
- 09 Apr, 2015 1 commit
-
-
Diego Biurrun authored
-
- 23 Jan, 2015 1 commit
-
-
rogerdpack authored
Signed-off-by:
rogerdpack <rogerpack2005@gmail.com>
-
- 11 Jan, 2015 1 commit
-
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 28 Nov, 2014 1 commit
-
-
Michael Stypa authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Oct, 2014 1 commit
-
-
Anton Khirnov authored
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 23 Sep, 2014 1 commit
-
-
Carl Eugen Hoyos authored
-
- 22 Sep, 2014 1 commit
-
-
Deti Fliegl authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Sep, 2014 1 commit
-
-
Deti Fliegl authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Jul, 2014 1 commit
-
-
Nidhi Makhijani authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 13 May, 2014 1 commit
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- 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>
-