- 12 Jun, 2017 1 commit
-
-
Diego Biurrun authored
-
- 28 Nov, 2016 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 22 Sep, 2016 1 commit
-
-
Anton Khirnov authored
This will make the x86 asm simpler. ARM conversion by Martin Storsjö <martin@martin.st> and Janne Grunau <janne-libav@jannau.net>
-
- 27 Jul, 2015 1 commit
-
-
Vittorio Giovara authored
Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 29 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 13 Jun, 2014 1 commit
-
-
Diego Biurrun authored
-
- 12 Jun, 2014 1 commit
-
-
Diego Biurrun authored
The files are only ever compiled if that condition is true.
-
- 08 Apr, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 08 Dec, 2013 1 commit
-
-
Diego Biurrun authored
The (optimized) functions are used nowhere else.
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 06 Oct, 2012 1 commit
-
-
Justin Ruggles authored
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 23 Jun, 2012 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 08 Jun, 2012 1 commit
-
-
Justin Ruggles authored
Move vector_fmul() from DSPContext to AVFloatDSPContext.
-
- 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>
-
- 20 Mar, 2012 1 commit
-
-
Justin Ruggles authored
Update FATE references due to encoder delay.
-
- 29 Feb, 2012 1 commit
-
-
Justin Ruggles authored
-
- 02 Nov, 2011 1 commit
-
-
Justin Ruggles authored
Add some parameters to existing function documentation. Remove some unneeded documentation. Convert some static function documentation to non-doxygen style.
-
- 05 Sep, 2011 2 commits
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
Justin Ruggles authored
scale_coefficients() rather than in apply_channel_coupling()
-
- 12 Aug, 2011 1 commit
-
-
Michael Niedermayer authored
User applications should by now be able to support float encoders. 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.
-
- 21 Jul, 2011 1 commit
-
-
Justin Ruggles authored
-
- 14 Jul, 2011 1 commit
-
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 13 Jul, 2011 1 commit
-
-
Justin Ruggles authored
Since both the fixed-point and floating-point encoders use the FFTContext, this no longer needs to be in a separate context. Also, when a short-transform context is added, the same MDCT window will be used.
-
- 05 Jul, 2011 1 commit
-
-
Mans Rullgard authored
-
- 01 Jul, 2011 1 commit
-
-
Justin Ruggles authored
This ensures that any processing between the MDCT and exponent extraction will be using clipped coefficients.
-
- 27 Jun, 2011 1 commit
-
-
Justin Ruggles authored
This avoids using function pointers for quite a few small functions, most of which just call DSP functions.
-
- 13 Jun, 2011 2 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
Function pointers are used for templated functions instead of needlessly duplicating many functions.
-
- 27 May, 2011 1 commit
-
-
Justin Ruggles authored
This adds basic stream format support and allows for arbitrary bit rates rather than just those supported in AC-3.
-
- 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.
-
- 16 Apr, 2011 1 commit
-
-
Michael Niedermayer authored
There is no need to have 2 encoders, the input sample format can,does and should choose which is used Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 03 Apr, 2011 1 commit
-
-
Mans Rullgard authored
This makes the AC3 encoder use the shared fixed-point MDCT rather than its own implementation. The checksum changes are due to different rounding in the MDCT. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 27 Mar, 2011 1 commit
-
-
Justin Ruggles authored
-
- 23 Mar, 2011 1 commit
-
-
Justin Ruggles authored
in the ac3_fixed encoder.
-
- 19 Mar, 2011 2 commits
-
-
Mans Rullgard authored
This function is not tightly coupled to mdct, and it's in the way of making a fixed-point mdct implementation. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This removes the rather pointless wrappers (one not even inline) for calling the fft_calc and related function pointers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-