summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAge
* eac3dec: don't call avpriv_request_sample every frame.Tim Walker2016-04-02
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-19
* (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker2013-11-22
* fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* ac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* ac3dec: output planar float onlyMans Rullgard2012-12-09
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-06
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-10
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-06-13
* ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-04
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-14
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-14
* 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