- 27 Jul, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 13 Mar, 2013 1 commit
-
-
Clément Bœsch authored
Coccinelle profile used: @@ expression r, ctx, f, loglevel, str, flags; @@ -if ((r = ff_get_buffer(ctx, f, flags)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_get_buffer(ctx, f, flags)) < 0) + return r; @@ expression r, ctx, f, loglevel, str; @@ -if ((r = ff_reget_buffer(ctx, f)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_reget_buffer(ctx, f)) < 0) + return r; @@ expression r, ctx, f, loglevel, str, flags; @@ -if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0) { - av_log(ctx, loglevel, str); - return r; -} +if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0) + return r; ...along with some manual patches for the remaining ones.
-
- 08 Mar, 2013 1 commit
-
-
Anton Khirnov authored
-
- 09 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Jan, 2013 1 commit
-
-
Anton Khirnov authored
-
- 10 Jan, 2013 1 commit
-
-
Michael Niedermayer authored
Fix out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Dec, 2012 2 commits
-
-
Anton Khirnov authored
It's got_frame, not data size
-
Anton Khirnov authored
It will be useful in the upcoming transition to refcounted AVFrames.
-
- 25 Nov, 2012 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1895 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Nov, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 09 Oct, 2012 4 commits
-
-
Bobby Bingham authored
Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
Bobby Bingham authored
Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
Bobby Bingham authored
Fixes ticket #701 Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
Bobby Bingham authored
Signed-off-by:
Bobby Bingham <uhmmmm@gmail.com>
-
- 08 Oct, 2012 2 commits
-
-
Carl Eugen Hoyos authored
-
Anton Khirnov authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 06 Apr, 2012 1 commit
-
-
Martin Storsjö authored
Also break some long lines, remove codec function placeholder comments and add spaces in sample/pixel format lists. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 27 Mar, 2012 1 commit
-
-
Ronald S. Bultje authored
Also remove some write-only variables or write-only variable assignments, remove internal colorspace conversion to native endianness (that can be done by swscale much more efficiently), and some cosmetics.
-
- 26 Mar, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Mar, 2012 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 28 Jan, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jan, 2012 2 commits
-
-
Carl Eugen Hoyos authored
Suggested by Jean First.
-
Carl Eugen Hoyos authored
-
- 13 Jan, 2012 1 commit
-
-
Justin Ruggles authored
-
- 20 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 03 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #698.
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 28 Jun, 2011 2 commits
-
-
Reimar Döffinger authored
This is necessary because some programs writing TGA files forget to initialize parts of the header they don't care about, resulting in "random" data there. The new behaviour is consistent with other programs, e.g. tgatoppm. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Reimar Döffinger authored
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 02 Jun, 2011 2 commits
-
-
Mans Rullgard authored
-
Mans Rullgard authored
-
- 27 Apr, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Apr, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
(cherry picked from commit 78e2380a)
-
- 21 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 18 Feb, 2011 2 commits
-
-
Jean-Daniel Dupas authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 351423ae)
-
Jean-Daniel Dupas authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-