- 22 Mar, 2014 1 commit
-
-
Diego Biurrun authored
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 19 Jul, 2013 1 commit
-
-
Piotr Bandurski authored
Fixes ticket #2794 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jun, 2013 1 commit
-
-
Timothy Gu authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 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
-
- 23 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Feb, 2013 1 commit
-
-
Michael Niedermayer authored
Fixes out of array read Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2013 1 commit
-
-
Anton Khirnov authored
-
- 24 Dec, 2012 1 commit
-
-
Anton Khirnov authored
-
- 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.
-
- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
missed these in my previous search and replace Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Oct, 2012 1 commit
-
-
Paul B Mahol authored
Fixes CID733728 & CID733729. Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 16 Sep, 2012 1 commit
-
-
Anton Khirnov authored
Gray8 is not considered to be paletted, so this would cause an invalid write. Fixes bug 367. CC: libav-stable@libav.org
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 11 Apr, 2012 1 commit
-
-
Ronald Bultje authored
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
- 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>
-
- 01 Mar, 2012 1 commit
-
-
Diego Biurrun authored
-
- 12 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 11 Jan, 2012 1 commit
-
-
Paul B Mahol authored
Fixes #740 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jan, 2012 2 commits
-
-
Paul B Mahol authored
Do not display garbage for invalid/unsupported bitfields values.
-
Paul B Mahol authored
Do not display garbage for invalid/unsupported bitfields values. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 29 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 15 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #751.
-
- 08 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #719.
-
- 04 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
<= 8bpp BMP images always have palette. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 03 Dec, 2011 1 commit
-
-
ami_stuff authored
Fixes ticket #699. Patch also provided by Peter Ross.
-
- 01 Dec, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 10 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #632.
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 02 May, 2011 2 commits
-
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 27 Apr, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 16 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
-