summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAge
...
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
* remove some unneeded header includesJustin Ruggles2008-08-17
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* simd int->floatLoren Merritt2008-08-13
* optimize ac3_downmix.Loren Merritt2008-08-12
* use float_to_int16_interleave in ac3Loren Merritt2008-08-12
* use imdct_half in ac3Loren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* cosmetics: vertical alignmentJustin Ruggles2008-08-03
* use MAX_BLOCKS for array size instead of 6Justin Ruggles2008-08-03
* rearrange dimensions of pre_mantissa arrayJustin Ruggles2008-08-03
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07