- 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>
-
- 06 Mar, 2014 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes make checkheaders without decklink headers.
-
- 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>
-
- 09 Dec, 2013 1 commit
-
-
Diego Biurrun authored
Simplifies host/target libc detection splitting.
-
- 05 Dec, 2013 1 commit
-
-
James Almer authored
Originally written by James Almer <jamrial@gmail.com> With the following contributions by Timothy Gu <timothygu99@gmail.com> * Use descriptions of libraries from the pkg-config file generation function * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser) * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the file is distributed" [1]. * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1]. * Only build the .rc files when --enable-small is not enabled. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspxSigned-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Oct, 2013 3 commits
-
-
Lukasz Marek authored
Move common fbdev dec/enc for separate file. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Lukasz Marek authored
Rename existing fbdev.c to make it a more meaningful name. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
-
- 09 Oct, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Fixes an error when running make checkheaders.
-
- 08 Oct, 2013 3 commits
-
-
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>
-
Lukasz Marek authored
This make name of the file more specific as there is also encoder implementation. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
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>
-
- 10 Aug, 2013 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-