- 19 May, 2013 5 commits
-
-
Luca Barbato authored
-
Jean-Baptiste Kempf authored
Instead link directly to the condition variable functions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
MSVC 2010 (or more precisely, Windows SDK 7.0 which comes with MSVC 2010) sets _WIN32_WINNT to the constant for Windows 7 if nothing is set. This could lead to the libav configure script detecting and using functions only present in Windows 7 or newer, which in most cases isn't desired. If the caller explicitly wants this, the caller can add the _WIN32_WINNT define via --extra-cflags, setting the desired version. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kostya Shishkov authored
-
Kostya Shishkov authored
-
- 18 May, 2013 6 commits
-
-
Luca Barbato authored
With the parameter --toolchain valgrind-massif, the configure script sets reasonable defaults that can be overridden as explained in the documentation.
-
Luca Barbato authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
And forward those that were already meaningful.
-
Luca Barbato authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Eli Friedman authored
Some fixes provided by Paul B Mahol <onemda@gmail.com> and Michael Niedermayer <michaelni@gmx.at> and me. Signed-off-by: Diego Biurrun <diego@biurrun.de> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Kostya Shishkov authored
-
- 17 May, 2013 29 commits
-
-
Anton Khirnov authored
Additionally change sizeof(type) into sizeof(var)
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Use the formats.h API instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is more consistent with naming in the rest of Libav.
-
Anton Khirnov authored
The declaration order is more meanigful in most cases.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Luca Barbato authored
Prevent an out of array bound write. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
-
Luca Barbato authored
-
Luca Barbato authored
-
Michael Kostylev authored
Currently, if VIS is enabled by configure, it will also be enabled at run-time regardless of its support in the hardware. Thus, masking VIS usage as it is done in vis.h by constructing binary instructions is pointless. Using normal VIS mnemonics in inline assembly allows to take advantage of automatic register allocation, gets rid of register variables, which are unsupported by suncc for SPARC, and improves code readability. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Jindrich Makovicka authored
MPV_decode_mb_internal needs 3 * 16 * linesize bytes of scratch buffer For interlaced content, linesize is multiplied by two after the allocation of the scratch buffer, and the dest_cr pointer ends past the buffer. This patch makes ff_mpv_frame_size_alloc allocate a total of (aligned line_size) * 2 * 16 * 3 bytes, which suffices even for the interlaced case. CC:libav-stable@libav.org Signed-off-by: Jindrich Makovicka <makovick@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Those were useful when avcodec_thread_init() was a public functions. It was deprecated and removed some time ago, so those checks are not needed anymore.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak all the temp buffers.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the x/y expressions.
-
Anton Khirnov authored
Do not overwrite the variable set through AVOptions.
-
Anton Khirnov authored
Do not overwrite the variables set through AVOptions.
-
Anton Khirnov authored
Frame number should be incremented normally even if the link properties change.
-
Anton Khirnov authored
It should not be reinitialized if the link properties change.
-
Anton Khirnov authored
Do not leak the initialized filter instance.
-
Anton Khirnov authored
-
Anton Khirnov authored
Do not leak the expressions.
-