- 01 Apr, 2013 5 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Split long lines, reindent code, add missing spaces between operators, remove possibly confusing comment from av_opencl_buffer_read_image() doxy, and use designated initializers for openclutils_class.
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
highgod0401 authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Nicolas George authored
-
- 31 Mar, 2013 2 commits
-
-
Clément Bœsch authored
Add some indent and remove the '-' prefix for filters.
-
Stefano Sabatini authored
-
- 30 Mar, 2013 1 commit
-
-
Michael Niedermayer authored
This function is quite usefull for debuging Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Mar, 2013 1 commit
-
-
Xidorn Quan authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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 4 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>
-