- 07 May, 2013 18 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Martin Storsjö authored
This makes linking succeed for tools that include config.h but don't link to libavutil. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
Prevent spurios EIO on EOF. CC:libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
Notwithstanding the return value the frame should be freed if is not going to be used. Reported-by: Matthew Wolenetz <wolenetz@chromium.org>
-
Luca Barbato authored
Fix the mispresented EINVAL for EOF on partial files, among the other.
-
Anton Khirnov authored
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
-
Anton Khirnov authored
The scale filter depends on sws, resample on lavr, and movie on lavf and lavc. Fixes Bug 502.
-
Anton Khirnov authored
They are now used for -ss/-t
-
Anton Khirnov authored
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
-
Anton Khirnov authored
They are not guaranteed to be aligned. Fixes Bug 503. CC:libav-stable@libav.org
-
- 06 May, 2013 15 commits
-
-
Janne Grunau authored
-
Janne Grunau authored
Fixes memory leak in fate-redcode-demux.
-
Janne Grunau authored
Fixes Fate tests on big-endian configs.
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Use bitfields in FormatEntry array to avoid wasting an int for each flag.
-
Janne Grunau authored
-
Martin Storsjö authored
Every other pixel had the alpha channel taken from the wrong row. This fixes bug 504. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Nicolas Bertrand authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
The function is only instantiated once, so there is no point in keeping it in a template file.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Luca Barbato authored
RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org
-
Luca Barbato authored
Ease switching version in the future and make evident why that value.
-
- 05 May, 2013 3 commits
-
-
Diego Biurrun authored
The function is possibly called once per block.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 04 May, 2013 4 commits
-
-
Martin Storsjö authored
When targeting the "windows store application" (metro) API subset (or the windows phone API subset), the getenv function isn't available. If it is unavailable, just define getenv to NULL. The check uses check_func_headers, since the function actually might exist in the libraries, but is hidden in the headers. The fallback is in config.h since msvc can't do -D defines with parameters on the command line, and it's used both within the libraries and the frontend applications (so a libavutil internal header wouldn't be enough). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Hendrik Leppkes authored
The functions which actually drive the filter graph by pushing frames through it need to ensure an aligned stack for SIMD functions. This fixes a crash in YADIF filter when using a mingw build in a MSVC application. Signed-off-by: Martin Storsjö <martin@martin.st>
-