- 19 Apr, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 24 Aug, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 24 Oct, 2013 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 25 Sep, 2013 1 commit
-
-
Paul B Mahol authored
Fixes #2995. Reported-by:
Piotr Bandurski <ami_stuff@o2.pl> Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 03 May, 2013 1 commit
-
-
Diego Biurrun authored
-
- 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 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 23 Feb, 2013 1 commit
-
-
Anton Khirnov authored
When byte_run is 0, pixel_countdown is not touched and the loop will run forever. CC:libav-stable@libav.org
-
- 14 Jan, 2013 1 commit
-
-
Anton Khirnov authored
-
- 20 Dec, 2012 1 commit
-
-
Diego Biurrun authored
-
- 04 Dec, 2012 1 commit
-
-
Anton Khirnov authored
It's got_frame, not data size
-
- 01 Nov, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 14 Oct, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 20 May, 2012 1 commit
-
-
Piotr Bandurski authored
sample: http://www.datafilehost.com/download-ab1156a9.htmlSigned-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Apr, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #1234.
-
- 19 Apr, 2012 1 commit
-
-
Carl Eugen Hoyos 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>
-
- 28 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Mar, 2012 1 commit
-
-
Reimar Döffinger authored
Fixes trac issue #626. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 22 Mar, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2012 1 commit
-
-
Laurentiu Ion authored
Prevent invalid reads using bytestream2 functions. Fixes bug #126. Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 15 Dec, 2011 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Bug Found by: Diana Elena Muscalu Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 13 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 12 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 09 Nov, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #627.
-
- 05 Nov, 2011 1 commit
-
-
Reimar Döffinger authored
I am not sure these new values are correct, not am I sure the semantics are a good idea since we do not seem to make any use of them but they caused a lot of confusion, but this seems to make things closer to matching the documentation. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- 28 Sep, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 03 Jul, 2011 1 commit
-
-
Mans Rullgard authored
This removes a number of compiler warnings. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 May, 2011 1 commit
-
-
Stefano Sabatini authored
This is required specifically for setting frame->format to -1, otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading the format from the output decoded frame will get misled. In particular fix regressions occurring with the pending vsrc_buffer patch.
-
- 23 Apr, 2011 2 commits
-
-
Stefano Sabatini authored
Add a check in flic_decode_frame_8BPP(), in case chunk_size is > frame_size issue a warning and resize chunk_size to frame_size, in order to avoid out-of-buffer reads. Fix roundup issue #2520, trac issue #69. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
Stefano Sabatini authored
Also return AVERROR_INVALIDDATA rather than -1. Signed-off-by:
Stefano Sabatini <stefano.sabatini-lala@poste.it>
-