- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 14 Mar, 2015 1 commit
-
-
Andreas Cadhalpun authored
The AC3DecodeContext has a float (USE_FIXED=0) and an integer (USE_FIXED=1) variant, both of which can be present in the same binary. This is not only very confusing, but it also breaks horribly, when one variant is used by code expecting the other. This currently happens, because eac3dec.c is only compiled for the float variant, but also used from ac3dec_fixed.c, which uses the integer variant. The result is memory corruption, leading to crashes. So compile eac3dec.c once for each variant and adapt it, so that it works with the integer variant. A loss of precission and scaling bug has been fixed by the committer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 27 Aug, 2014 1 commit
-
-
Jean-Francois Thibert authored
Added support for AC3 heavy dynamic range compression used to restrict the output range and added a setting to specify the output target level and use the dialog normalization field to apply it in the digital domain. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 23 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 01 Apr, 2014 2 commits
-
-
Michael Niedermayer authored
the CONFIG_ prefix is used by configure, using it for other things is potentially confusing to the reader Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Nedeljko Babic <nbabic@mips.com>
-
Nedeljko Babic authored
Signed-off-by: Nedeljko Babic <nbabic@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 19 Jan, 2014 1 commit
-
-
Tim Walker authored
-
- 05 Jan, 2014 1 commit
-
-
Tim Walker authored
-
- 22 Nov, 2013 1 commit
-
-
Tim Walker authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 17 Jul, 2013 1 commit
-
-
Christophe Gisquet authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 18 May, 2013 1 commit
-
-
Christophe Gisquet authored
It was previously declared as int. Does not change fate results for x86. Conflicts: libavcodec/ppc/fmtconvert_altivec.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 12 Feb, 2013 1 commit
-
-
Justin Ruggles authored
-
- 16 Jan, 2013 1 commit
-
-
Justin Ruggles authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 09 Dec, 2012 2 commits
-
-
Mans Rullgard authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 06 Oct, 2012 1 commit
-
-
Diego Biurrun authored
Anonymous structs cannot be forward declared and have no benefit.
-
- 12 Sep, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.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.
-
- 06 Sep, 2011 1 commit
-
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
- 12 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jul, 2011 1 commit
-
-
Anton Khirnov authored
Deprecate corresponding AVCodecContext option. This is the first test of decoder private options.
-
- 02 Jul, 2011 1 commit
-
-
Reinhard Tartler authored
Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances.
-
- 13 Jun, 2011 1 commit
-
-
Reimar Döffinger authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 24 May, 2011 1 commit
-
-
Justin Ruggles authored
Channel coupling is an optional AC-3 feature that increases quality by combining high frequency information from multiple channels into a single channel. The per-channel high frequency information is sent with less accuracy in both the frequency and time domains. This allows more bits to be used for lower frequencies while preserving enough information to reconstruct the high frequencies.
-
- 26 Apr, 2011 1 commit
-
-
Vitor Sessak authored
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-
- 05 Apr, 2011 1 commit
-
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
- 01 Apr, 2011 1 commit
-
-
Reimar Döffinger authored
-
- 29 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 25 Mar, 2011 1 commit
-
-
Justin Ruggles authored
and decoder, and vice-versa for the AC-3 encoder.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 05 Mar, 2011 1 commit
-
-
Justin Ruggles authored
(cherry picked from commit b35743ff)
-
- 04 Mar, 2011 1 commit
-
-
Justin Ruggles authored
-
- 04 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit c73d99e6)
-
- 02 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 28 Jan, 2011 2 commits
-
-
Justin Ruggles authored
(cherry picked from commit 9d06d7bc)
-
Justin Ruggles authored
-
- 14 Dec, 2010 2 commits
-
-
Justin Ruggles authored
Originally committed as revision 25967 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Justin Ruggles authored
Originally committed as revision 25950 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-