- 21 Jun, 2012 1 commit
-
-
Hendrik Leppkes authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 02 Mar, 2012 2 commits
-
-
Derek Buitenhuis authored
Integer Overflow Checker detected an integer overflow while FATE was running. See: http://fate.libav.org/x86_64-linux-ioc/Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Kostya Shishkov <kostya.shishkov@gmail.com>
-
Derek Buitenhuis authored
Integer Overflow Checker detected an integer overflow while FATE was running. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Feb, 2012 1 commit
-
-
Michael Niedermayer authored
This has been implemented more correctly. This reverts commit a915618a.
-
- 23 Feb, 2012 1 commit
-
-
Derek Buitenhuis authored
Since we are clipping before we shift the values to 16 or 32 bits, we should not shift the min/max clip values to compensate. Fixes 8 and 24 bit lossy decoding. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 10 Feb, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 29 Jan, 2012 1 commit
-
-
Carl Eugen Hoyos authored
This reverts e6e7bfc1 and 365e1ec2. The code may be incorrect both before and after the revert, but we do not have any samples that were fixed by the original commits. Fixes ticket #871.
-
- 15 Jan, 2012 1 commit
-
-
Kostya Shishkov authored
Reference decoder clips data before shifting it to final range and also forces 32-bit lossy mode to be actually 24-bit lossy mode in order to be able to perform proper clipping.
-
- 02 Jan, 2012 3 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Hendrik Leppkes authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
- 22 Dec, 2011 1 commit
-
-
Diego Biurrun authored
The prefix is a historic remnant that probably meant "alternative". Now that the A32 bitstream reader has been dropped it makes no sense anymore.
-
- 16 Dec, 2011 2 commits
-
-
Derek Buitenhuis authored
In the case that (frame_flags & 0x03) == 3, hybrid_maxclip may have had a signed integer overflow. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Derek Buitenhuis authored
It doesn't make much sense to clip pre-shift, nor is it correct for proper decoding. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 03 Dec, 2011 1 commit
-
-
Derek Buitenhuis authored
When decoding lossy WavPack samples, they are supposed to be clipped, in order to be decoded correctly. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 02 Dec, 2011 1 commit
-
-
Justin Ruggles authored
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
-
- 23 Oct, 2011 1 commit
-
-
Justin Ruggles authored
-
- 07 Oct, 2011 1 commit
-
-
Laurent Aimar authored
wavpack_decode_block() supposes that it is called back with the exact same buffer unless it has returned with an error. With multi-channels files, wavpack_decode_frame() was breaking this assumption. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
- 26 Sep, 2011 1 commit
-
-
Laurent Aimar authored
wavpack_decode_block() supposes that it is called back with the exact same buffer unless it has returned with an error. With multi-channels files, wavpack_decode_frame() was breaking this assumption. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Sep, 2011 1 commit
-
-
Laurent Aimar authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 08 Sep, 2011 4 commits
-
-
Alex Converse authored
-
Laurent Aimar authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 05 Sep, 2011 2 commits
-
-
Kostya Shishkov authored
This function should return number of samples decoded, not number of bytes decoded. Spotted by Uoti Urpala. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Kostya Shishkov authored
This fixes improper flushing in the cases when the same frame is decoded in several iterations (for being too large to fit into output buffer) and flush is called mid-decoding and it also resets context in case of decoding errors. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Aug, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 29 Jul, 2011 1 commit
-
-
Anton Khirnov authored
It's more readable and less prone to breakage.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 06 Feb, 2011 2 commits
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit c2fcd0a7)
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.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 3 commits
-
-
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>
-
Kostya authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit dacbcd17)
-
Kostya authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net> (cherry picked from commit 3bdc886c)
-
- 24 Jan, 2011 2 commits
-
-
Kostya authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-
Kostya authored
Signed-off-by:
Janne Grunau <janne-ffmpeg@jannau.net>
-