summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Collapse)AuthorAge
...
* 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