summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dsp.c
Commit message (Expand)AuthorAge
* Merge commit '30b39164256999efc8d77edc85e2e0b963c24834'Michael Niedermayer2012-12-10
|\
| * ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* | mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic2012-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-13
|\|
| * ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-02
|\|
| * ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard2012-01-31
* | Merge remote-tracking branch 'mans/ac3'Michael Niedermayer2011-10-22
|\ \
| * | ac3enc: move inner loop of compute_rematrixing_strategy to ac3dspMans Rullgard2011-07-06
| |/
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-02
|\|
| * ac3dsp: simplify extract_exponents() now that it does not need to do clipping.Justin Ruggles2011-07-01
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-29
|\|
| * ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles2011-05-28
| * ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles2011-05-28
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-02
|\|
| * ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-01
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-05
|\|
| * ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-04
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-30
|\|
| * ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-30
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-25
|\|
| * ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard2011-03-24
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles2011-03-17
* ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles2011-03-14
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-13
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-10