summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAge
* Merge commit 'c229f571fd3c7d7b567c27c87b2bbcdaee1b0e9f'Michael Niedermayer2014-01-19
|\
| * (e)ac3: parse and store the Lt/Rt and LFE mix levels.Tim Walker2014-01-19
* | Merge commit '13345fc1f86fc3615789e196d5a339c1c27c9068'Michael Niedermayer2014-01-05
|\|
| * (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone mode fl...Tim Walker2014-01-05
* | Merge commit 'd4df02131b5522a99a4e6035368484e809706ed5'Michael Niedermayer2013-11-23
|\|
| * ac3dec: Remove write-only channel_layout field from AC3DecodeContextTim Walker2013-11-22
| * fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-17
* | fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet2013-05-18
* | Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer2013-02-13
|\|
| * ac3: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-16
|\|
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* | Merge commit '30b39164256999efc8d77edc85e2e0b963c24834'Michael Niedermayer2012-12-10
|\|
| * ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-09
* | Merge commit 'b8f3ab8e6a7ce3627764da53b809628c828d4047'Michael Niedermayer2012-12-10
|\|
| * ac3dec: output planar float onlyMans Rullgard2012-12-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-13
|\|
| * ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
| * ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-06
* | ac3dec: export center & suroundmix levelsMichael Niedermayer2011-08-13
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-11
|\|
| * ac3dec: add a drc_scale private optionAnton Khirnov2011-07-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-14
|\|
| * ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Add AVX FFT implementation.Vitor Sessak2011-04-26
* | ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-04-05
* | Fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-04-01
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-30
|\|
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-29
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-26
|\|
| * 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
* | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-05
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-04
* | 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