- 02 Apr, 2017 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 31 Mar, 2017 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 28 Mar, 2017 2 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 Mar, 2017 2 commits
-
-
Matthias Hunstock authored
Signed-off-by:
Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Matthias Hunstock authored
Signed-off-by:
Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 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>
-
- 26 Feb, 2017 4 commits
-
-
Marton Balint authored
It has no effect for input devices. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 Feb, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 21 Feb, 2017 1 commit
-
-
Carl Eugen Hoyos authored
-
- 19 Feb, 2017 1 commit
-
-
Marton Balint authored
Fixes Coverity CID 1396416. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 24 Jan, 2017 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
-
- 12 Jan, 2017 1 commit
-
-
Nicolas George authored
-
- 27 Dec, 2016 2 commits
-
-
Marton Balint authored
Fixes Coverity CID 1396863. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Fixes Coverity CID 1396859. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 03 Dec, 2016 1 commit
-
-
Diego Biurrun authored
The libdc1394 API transition was finished close to a decade ago.
-
- 08 Nov, 2016 1 commit
-
-
Diego Biurrun authored
-
- 03 Nov, 2016 1 commit
-
-
Nicolas George authored
The framework will allocate a buffer and copy the data to it, that takes time. But it avoids constently creating and destroyng the shared memory segment, and that saves more time. On my setup, from ~200 to ~300 FPS at full screen (1920×1200), from ~1400 to ~3300 at smaller size (640×480), similar to legacy x11grab and confirmed by others. Plus, shared memory segments are a scarce resource, allocating potentially many is a bad idea. Note: if the application were to drop all references to the buffer before the next call to av_read_frame(), then passing the shared memory segment as a refcounted buffer would be even more efficient, but it is hard to guarantee, and it does not happen with the ffmpeg command-line tool. Using a small number of preallocated buffers and resorting to a copy when the pool is exhausted would be a solution to get the better of both worlds.
-
- 26 Oct, 2016 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Oct, 2016 1 commit
-
-
Diego Biurrun authored
sigaction is not defined in standards as a struct starting with another struct. Some *BSD variants do however, resulting in a warning from the zero initialization, which this change eliminates. This partially reverts a92be9b8.
-
- 21 Oct, 2016 2 commits
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 03 Oct, 2016 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 02 Oct, 2016 1 commit
-
-
Anton Khirnov authored
-
- 25 Sep, 2016 2 commits
-
-
Josh de Kock authored
This commit also adds an sdl alias for the configure script.
-
Josh de Kock authored
-
- 24 Sep, 2016 5 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
There is a paragraph for unsupported SDL formats.
-
Josh de Kock authored
Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
Lukasz Marek authored
Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com> 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>
-
- 15 Sep, 2016 1 commit
-
-
Josh de Kock authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 20 Aug, 2016 1 commit
-
-
Roger Pack authored
prevent non-rgb24 crashes on windows 10 anniversary ed Signed-off-by:
Roger Pack <rogerpack2005@gmail.com>
-