| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3enc: Add x86-optimized function to speed up log2_tab(). | Justin Ruggles | 2011-02-14 | 1 | -8/+3 |
* | ac3enc: Remove unneeded clipping of shift amount. | Justin Ruggles | 2011-02-11 | 1 | -1/+0 |
* | ac3enc: remove right shifting from lshift_tab() and make lshift unsigned. | Justin Ruggles | 2011-02-11 | 1 | -6/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | ac3enc: use dsputil functions in apply_window() | Justin Ruggles | 2011-01-23 | 1 | -1/+1 |
* | Convert floating-point MDCT coefficients to 24-bit fixed-point all at once | Justin Ruggles | 2011-01-05 | 1 | -0/+11 |
* | Change the AC-3 encoder to use floating-point. | Justin Ruggles | 2011-01-04 | 1 | -2/+3 |
* | Move fixed-point parts of the AC-3 encoder to separate files. | Justin Ruggles | 2011-01-03 | 1 | -0/+428 |