summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-0/+1
|\
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-0/+1
| * ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-09-061-1/+4
* | ac3dec: export center & suroundmix levelsMichael Niedermayer2011-08-131-0/+6
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-0/+2
|\ \ | |/
| * ac3dec: add a drc_scale private optionAnton Khirnov2011-07-101-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-15/+15
|\ \ | |/
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-15/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-141-1/+1
|\ \ | |/
| * ac3dec: fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-5/+0
|\ \ | |/
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-241-5/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-7/+7
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-5/+5
* | ac3dec: avoid pointless alloc and indirection for input_bufferReimar Döffinger2011-04-051-1/+4
* | Fix doxy-style for comment ("///>" should be "///<" instead).Reimar Döffinger2011-04-011-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-301-0/+2
|\ \ | |/
| * ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-291-0/+2
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-261-0/+1
|\ \ | |/
| * Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-251-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-041-3/+3
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+2
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-1/+0
* | ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles2011-03-051-3/+3
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-0/+2
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-1/+0
|/
* define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder.Justin Ruggles2010-12-141-2/+2
* cosmetics: use better (and shared) macro names for some constant valuesJustin Ruggles2010-12-141-7/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Add spectral extension to the E-AC-3 decoder.Carl Eugen Hoyos2010-03-301-0/+47
* Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård2010-03-061-0/+3
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-6/+6
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-6/+6
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-2/+2
* cosmetics: move fixed_coeffs into the aligned arrays comment groupJustin Ruggles2009-08-051-2/+1
* Modify decode_band_structure() so that the actual band structure is onlyJustin Ruggles2009-08-051-1/+0
* Use coupling band sizes instead of coupling band structure whenJustin Ruggles2009-08-051-0/+1
* The internal header libavutil/internal.h should not be used outside libavutil.Diego Biurrun2009-06-111-1/+0
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-061-1/+0
* Add channel layout support to the AC-3 decoder and AC-3 parser.Justin Ruggles2009-04-191-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-171-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* revert r15812 (E-AC-3 Spectral Extension) pending further reviewJustin Ruggles2008-11-131-27/+0
* add support for spectral extensionJustin Ruggles2008-11-131-0/+27
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove unneeded variable, dither_allJustin Ruggles2008-08-281-1/+0
* add definitions and documentation for shared functions for E-AC-3 decodingJustin Ruggles2008-08-271-0/+12
OpenPOWER on IntegriCloud