| Commit message (Expand) | Author | Age | Files | Lines |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | remove unneeded variable, dither_all | Justin Ruggles | 2008-08-28 | 1 | -1/+0 |
* | add definitions and documentation for shared functions for E-AC-3 decoding | Justin Ruggles | 2008-08-27 | 1 | -0/+12 |
* | copy default coupling band structure from table to decoding context (used for... | Justin Ruggles | 2008-08-27 | 1 | -1/+1 |
* | 1000l to me. committed to wrong repo. revert last commit. | Justin Ruggles | 2008-08-24 | 1 | -13/+1 |
* | cosmetics: rename some functions from *get_* to *decode_* | Justin Ruggles | 2008-08-24 | 1 | -1/+13 |
* | remove some unneeded header includes | Justin Ruggles | 2008-08-17 | 1 | -1/+0 |
* | use LFG instead of Mersenne Twister for AC-3 PRNG | Justin Ruggles | 2008-08-17 | 1 | -2/+2 |
* | simd int->float | Loren Merritt | 2008-08-13 | 1 | -1/+1 |
* | optimize ac3_downmix. | Loren Merritt | 2008-08-12 | 1 | -1/+0 |
* | use float_to_int16_interleave in ac3 | Loren Merritt | 2008-08-12 | 1 | -1/+0 |
* | use imdct_half in ac3 | Loren Merritt | 2008-08-12 | 1 | -1/+1 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 1 | -1/+0 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -2/+2 |
* | cosmetics: vertical alignment | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | use MAX_BLOCKS for array size instead of 6 | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | rearrange dimensions of pre_mantissa array | Justin Ruggles | 2008-08-03 | 1 | -1/+1 |
* | add fields needed for E-AC-3 decoding to decode context | Justin Ruggles | 2008-06-08 | 1 | -0/+21 |
* | store exp_strategy for all blocks in decode context | Justin Ruggles | 2008-06-07 | 1 | -1/+1 |
* | store cpl_in_use for all blocks in decode context | Justin Ruggles | 2008-06-07 | 1 | -1/+2 |
* | cosmetics: add and align references to spec variable names | Justin Ruggles | 2008-06-07 | 1 | -20/+20 |
* | cosmetics: vertical align | Justin Ruggles | 2008-06-07 | 1 | -12/+12 |
* | use macro constants for array sizes in decode context | Justin Ruggles | 2008-06-07 | 1 | -11/+14 |
* | cosmetics: vertical align | Justin Ruggles | 2008-06-07 | 1 | -34/+34 |
* | cosmetics: reorder decode context fields into logical groups | Justin Ruggles | 2008-06-07 | 1 | -43/+71 |
* | move the decode context and some macro constants to a new file, ac3dec.h | Justin Ruggles | 2008-06-07 | 1 | -0/+122 |