summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-30
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* cosmetics: move fixed_coeffs into the aligned arrays comment groupJustin Ruggles2009-08-05
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-05
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-05
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-11
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-06
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-13
* add support for spectral extensionJustin Ruggles2008-11-13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* remove unneeded variable, dither_allJustin Ruggles2008-08-28
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-27
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-27
* 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