| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -21/+38 |
|\ |
|
| * | ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16 | Justin Ruggles | 2012-05-15 | 1 | -21/+38 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -2/+4 |
|\| |
|
| * | ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE | Justin Ruggles | 2012-04-12 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -9/+4 |
|\| |
|
| * | ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() | Justin Ruggles | 2012-02-09 | 1 | -9/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -5/+5 |
|\| |
|
| * | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -5/+5 |
* | | Move x264asm to libavutil. | Kieran Kunhya | 2011-10-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-15 | 1 | -2/+2 |
|\| |
|
| * | Fix NASM include directive | Dave Yeo | 2011-08-15 | 1 | -2/+2 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 1 | -2/+2 |
|\| |
|
| * | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
| * | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-02 | 1 | -0/+102 |
|\| |
|
| * | ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). | Justin Ruggles | 2011-07-01 | 1 | -0/+102 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -0/+53 |
|\| |
|
| * | ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. | Justin Ruggles | 2011-05-28 | 1 | -2/+2 |
| * | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 1 | -0/+53 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-15 | 1 | -1/+1 |
|\| |
|
| * | Fix FSF address copy paste error in some license headers. | Diego Biurrun | 2011-05-14 | 1 | -1/+1 |
| * | 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 | -0/+115 |
* | ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC... | Justin Ruggles | 2011-03-14 | 1 | -0/+45 |
* | ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16(). | Justin Ruggles | 2011-02-16 | 1 | -2/+1 |
* | ac3enc: Add x86-optimized function to speed up log2_tab(). | Justin Ruggles | 2011-02-13 | 1 | -0/+69 |
* | Add x86-optimized versions of exponent_min(). | Justin Ruggles | 2011-02-10 | 1 | -0/+67 |