summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-171-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-27/+0
* add support for spectral extensionJustin Ruggles2008-11-131-0/+27
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove unneeded variable, dither_allJustin Ruggles2008-08-281-1/+0
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-271-0/+12
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-271-1/+1
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-241-13/+1
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-241-1/+13
* remove some unneeded header includesJustin Ruggles2008-08-171-1/+0
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-171-2/+2
* simd int->floatLoren Merritt2008-08-131-1/+1
* optimize ac3_downmix.Loren Merritt2008-08-121-1/+0
* use float_to_int16_interleave in ac3Loren Merritt2008-08-121-1/+0
* use imdct_half in ac3Loren Merritt2008-08-121-1/+1
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+0
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* cosmetics: vertical alignmentJustin Ruggles2008-08-031-1/+1
* use MAX_BLOCKS for array size instead of 6Justin Ruggles2008-08-031-1/+1
* rearrange dimensions of pre_mantissa arrayJustin Ruggles2008-08-031-1/+1
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-081-0/+21
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-071-1/+1
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-071-1/+2
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-071-20/+20
* cosmetics: vertical alignJustin Ruggles2008-06-071-12/+12
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-071-11/+14
* cosmetics: vertical alignJustin Ruggles2008-06-071-34/+34
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-071-43/+71
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-071-0/+122
OpenPOWER on IntegriCloud