summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Collapse)AuthorAge
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
| | | | Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
| | | | Originally committed as revision 15818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for spectral extensionJustin Ruggles2008-11-13
| | | | Originally committed as revision 15812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
| | | | Originally committed as revision 15011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
| | | | Originally committed as revision 14991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy default coupling band structure from table to decoding context (used ↵Justin Ruggles2008-08-27
| | | | | | for E-AC-3) Originally committed as revision 14990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
| | | | Originally committed as revision 14952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some unneeded header includesJustin Ruggles2008-08-17
| | | | Originally committed as revision 14819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
| | | | Originally committed as revision 14815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simd int->floatLoren Merritt2008-08-13
| | | | | | 20% faster ac3 if downmixing, 15% if not Originally committed as revision 14743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize ac3_downmix.Loren Merritt2008-08-12
| | | | | | 1.3x faster 5.1->stereo, 1.9x faster 5.1->mono. Originally committed as revision 14719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use float_to_int16_interleave in ac3Loren Merritt2008-08-12
| | | | Originally committed as revision 14706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use imdct_half in ac3Loren Merritt2008-08-12
| | | | Originally committed as revision 14705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove mdct tmp bufferLoren Merritt2008-08-12
| | | | Originally committed as revision 14702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
| | | | Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-08-03
| | | | Originally committed as revision 14516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MAX_BLOCKS for array size instead of 6Justin Ruggles2008-08-03
| | | | Originally committed as revision 14515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rearrange dimensions of pre_mantissa arrayJustin Ruggles2008-08-03
| | | | Originally committed as revision 14514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
| | | | Originally committed as revision 13714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
| | | | Originally committed as revision 13702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
| | | | Originally committed as revision 13700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignJustin Ruggles2008-06-07
| | | | Originally committed as revision 13699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
| | | | Originally committed as revision 13698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07
Originally committed as revision 13697 to svn://svn.ffmpeg.org/ffmpeg/trunk