- 29 Nov, 2016 2 commits
-
-
Andreas Cadhalpun authored
This fixes a heap-buffer-overflow in ff_er_frame_end when decoding mss2 with coded_width/coded_height larger than width/height. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Use the correct timebase. CC: libav-stable@libav.org
-
- 28 Nov, 2016 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 26 Nov, 2016 1 commit
-
-
Mark Thompson authored
-
- 25 Nov, 2016 7 commits
-
-
Anton Khirnov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
GnuTLS in combination with gcrypt has been deprecated since 2010.
-
Diego Biurrun authored
-
Diego Biurrun authored
Also add a missing avcodec.h #include in the movie filter.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 24 Nov, 2016 26 commits
-
-
Janne Grunau authored
The warning has false positives but our asm does not trigger it. For new code false positives can only be avoided by changing the register allocation.
-
Diego Biurrun authored
This disables warnings about potentially uninitialized local pointer variables. Disabling the warning is in line with what we do for gcc.
-
Diego Biurrun authored
This eliminates a handful of warnings at every inclusion of the header.
-
Martin Storsjö authored
These functions are not available on mingw32ce. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
The rtmpdh code can use crypto libraries which may require a process global init. (gcrypt is one of the libraries where the rtmpdh test code can fail if global init hasn't been done, depending on gcrypt version.) Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
Alexandra Hájková authored
-
- 23 Nov, 2016 1 commit
-
-
Martin Storsjö authored
Since the same parameter is used for both input and output, the name inout is more fitting. This matches the naming used below in the dmbutterfly macro. Signed-off-by: Martin Storsjö <martin@martin.st>
-