- Nov 25, 2016
-
-
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
-
- Nov 24, 2016
-
-
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
-
- Nov 23, 2016
-
-
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>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This reverts commit 81d7f0bb. Instead of just benchmarking dc separately, test all relevant subparts (in the next commit). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
James Almer authored
Functionally similar to av_packet_add_side_data(). Allows the use of an already allocated buffer as stream side data. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Martin Storsjö authored
If makeopts_fate is set, these makeopts are used for running the tests instead of the normal makeopts. If it isn't set, the normal makeopts variable is used as before. This is useful if remote testing on a lesser machine where a large number of parallel jobs might be undesireable, while wanting to speed up the build with many parallel processes. Signed-off-by:
Martin Storsjö <martin@martin.st>
-