- 28 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 27 Mar, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Mar, 2013 2 commits
-
-
Michael Niedermayer authored
Found-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Mar, 2013 1 commit
-
-
Michael Bradshaw authored
Signed-off-by:
Michael Bradshaw <mjbshaw@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2013 2 commits
-
-
Hendrik Leppkes authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Clément Bœsch authored
-
- 20 Mar, 2013 5 commits
-
-
Nicolas George authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 19 Mar, 2013 2 commits
-
-
Michael Niedermayer authored
Fixed CID991859 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
- 18 Mar, 2013 5 commits
-
-
Michael Niedermayer authored
Related to Ticket2375 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This race will always happen sooner or later in a multi-threaded environment and it will over time lead to OOM. This fix works by spinning, there are other ways by which this can be fixed, like simply detecting the issue after it happened and freeing the over-allocated memory or simply using a mutex. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Michael Niedermayer authored
found by ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2013 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
602->442 dezicycles Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The padding was lost during porting from avcodec Should fix out of array accesses Found-by: ubitux Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2013 3 commits
-
-
Stefano Sabatini authored
Warning note suggested by Reimar.
-
Anton Khirnov authored
The named constant needs to be searched for in the same object on which the option is set, i.e. target_obj.
-
Anton Khirnov authored
-
- 15 Mar, 2013 2 commits
-
-
Xi Wang authored
The check `src > dst' in the form `&c->out[-back] > c->out' invokes pointer overflow, which is undefined behavior in C. Remove the check. Also replace `&c->out[-back] < c->out_start' with a safe form `c->out - c->out_start < back' to avoid overflow. CC: libav-stable@libav.org Signed-off-by:
Xi Wang <xi.wang@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Mar, 2013 5 commits
-
-
Diego Biurrun authored
This allows reporting missing features and requesting samples from all libraries in a standard way; with a simplified API.
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes VDPAU decoding with MPlayer.
-
- 12 Mar, 2013 5 commits
-
-
Ronald S. Bultje authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Michael Niedermayer authored
Fix memory corruption Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Hendrik Leppkes authored
The mingw win32 atomics appear to be faulty, so they should not be used if the gcc ones are available. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Not all gcc configurations have an implementation of all the atomic operations, and some gcc configurations have some atomic builtins implemented but not all. Thus check for the most essential function, whose presence should indicate that all others are present as well, since it can be used to implement all the other ones. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 11 Mar, 2013 2 commits
-
-
Hendrik Leppkes authored
The mingw win32 atomics appear to be faulty, so they should not be used if the gcc ones are available. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Janne Grunau authored
Fixes video playback in applications still using reordered_opaque.
-
- 10 Mar, 2013 1 commit
-
-
Fabrizio Gennari authored
Credits to Khusraw of bttr-software.de forum. Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at>
-