| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0' | Michael Niedermayer | 2015-02-21 | 1 | -1/+1 |
|\ |
|
| * | libavcodec: Make use of av_clip functions | Peter Meerwald | 2015-02-21 | 1 | -1/+1 |
* | | libavcodec: Implementation of AC3 fixedpoint decoder | Nedeljko Babic | 2014-04-01 | 1 | -0/+26 |
* | | Merge commit '831a1180785a786272cdcefb71566a770bfb879e' | Michael Niedermayer | 2014-03-13 | 1 | -1/+1 |
|\| |
|
| * | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3' | Michael Niedermayer | 2013-12-09 | 1 | -0/+14 |
|\| |
|
| * | dsputil: Move apply_window_int16 to ac3dsp | Diego Biurrun | 2013-12-08 | 1 | -0/+15 |
* | | Merge commit '30b39164256999efc8d77edc85e2e0b963c24834' | Michael Niedermayer | 2012-12-10 | 1 | -1/+1 |
|\| |
|
| * | ac3dec: make downmix() take array of pointers to channel data | Mans Rullgard | 2012-12-09 | 1 | -1/+1 |
* | | mips: Optimization of AC3 FP encoder and EAC3 FP decoder | Bojan Zivkovic | 2012-11-19 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-13 | 1 | -0/+26 |
|\| |
|
| * | ac3: move ac3_downmix() from dsputil to ac3dsp | Mans Rullgard | 2012-09-12 | 1 | -0/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-02 | 1 | -3/+5 |
|\| |
|
| * | ac3: Do not read past the end of ff_ac3_band_start_tab. | Mans Rullgard | 2012-01-31 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'mans/ac3' | Michael Niedermayer | 2011-10-22 | 1 | -0/+45 |
|\ \ |
|
| * | | ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp | Mans Rullgard | 2011-07-06 | 1 | -0/+45 |
| |/ |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-02 | 1 | -14/+1 |
|\| |
|
| * | ac3dsp: simplify extract_exponents() now that it does not need to do clipping. | Justin Ruggles | 2011-07-01 | 1 | -14/+1 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -16/+26 |
|\| |
|
| * | ac3dsp: fix loop condition in ac3_update_bap_counts_c() | Justin Ruggles | 2011-05-28 | 1 | -1/+1 |
| * | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 1 | -16/+26 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-02 | 1 | -1/+3 |
|\| |
|
| * | ac3enc: clip large coefficient values and negative exponents rather than using | Justin Ruggles | 2011-05-01 | 1 | -1/+3 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -0/+23 |
|\| |
|
| * | ac3enc: move extract_exponents inner loop to ac3dsp | Mans Rullgard | 2011-04-04 | 1 | -0/+23 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-30 | 1 | -0/+50 |
|\| |
|
| * | ac3enc: move compute_mantissa_size() to ac3dsp | Mans Rullgard | 2011-03-30 | 1 | -0/+23 |
| * | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -0/+27 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-25 | 1 | -0/+2 |
|\| |
|
| * | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 1 | -0/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext | Justin Ruggles | 2011-03-17 | 1 | -2/+19 |
* | ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC... | Justin Ruggles | 2011-03-14 | 1 | -0/+37 |
* | ac3enc: Add x86-optimized function to speed up log2_tab(). | Justin Ruggles | 2011-02-13 | 1 | -0/+9 |
* | Add x86-optimized versions of exponent_min(). | Justin Ruggles | 2011-02-10 | 1 | -0/+51 |