OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / ac3dec.h
2011-09-06 Reimar Döffingerac3dec: avoid pointless alloc and indirection for input...
2011-07-10 Anton Khirnovac3dec: add a drc_scale private option
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-06-13 Reimar Döffingerac3dec: fix doxy-style for comment ("///>" should be...
2011-05-24 Justin Rugglesac3enc: add channel coupling support
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-29 Mans Rullgardac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
2011-03-25 Justin RugglesGet audio_service_type for AC-3 based on bitstream...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-04 Justin Rugglesac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2010-12-14 Justin Rugglesdefine AC3_CRITICAL_BANDS and use it in the AC-3 encode...
2010-12-14 Justin Rugglescosmetics: use better (and shared) macro names for...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Carl Eugen HoyosAdd spectral extension to the E-AC-3 decoder.
2010-03-06 Måns RullgårdMove some prototypes from dsputil.c to reasonable heade...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-08-05 Justin Rugglescosmetics: move fixed_coeffs into the aligned arrays...
2009-08-05 Justin RugglesModify decode_band_structure() so that the actual band...
2009-08-05 Justin RugglesUse coupling band sizes instead of coupling band struct...
2009-06-11 Diego BiurrunThe internal header libavutil/internal.h should not...
2009-05-06 Justin Rugglesac3dec: Remove unneeded context variable, num_cpl_subba...
2009-04-19 Justin RugglesAdd channel layout support to the AC-3 decoder and...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-17 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-11-13 Justin Rugglesrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 Justin Rugglesadd support for spectral extension
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-28 Justin Rugglesremove unneeded variable, dither_all
2008-08-27 Justin Rugglesadd definitions and documentation for shared functions...
2008-08-27 Justin Rugglescopy default coupling band structure from table to...
2008-08-24 Justin Ruggles1000l to me. committed to wrong repo. revert last commit.
2008-08-24 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-17 Justin Rugglesremove some unneeded header includes
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-13 Loren Merrittsimd int->float
2008-08-12 Loren Merrittoptimize ac3_downmix.
2008-08-12 Loren Merrittuse float_to_int16_interleave in ac3
2008-08-12 Loren Merrittuse imdct_half in ac3
2008-08-12 Loren Merrittremove mdct tmp buffer
2008-08-03 Justin Rugglescosmetics: make all references to AC-3 capitalized...
2008-08-03 Justin Rugglescosmetics: vertical alignment
2008-08-03 Justin Rugglesuse MAX_BLOCKS for array size instead of 6
2008-08-03 Justin Rugglesrearrange dimensions of pre_mantissa array
2008-06-08 Justin Rugglesadd fields needed for E-AC-3 decoding to decode context
2008-06-07 Justin Rugglesstore exp_strategy for all blocks in decode context
2008-06-07 Justin Rugglesstore cpl_in_use for all blocks in decode context
2008-06-07 Justin Rugglescosmetics: add and align references to spec variable...
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglesuse macro constants for array sizes in decode context
2008-06-07 Justin Rugglescosmetics: vertical align
2008-06-07 Justin Rugglescosmetics: reorder decode context fields into logical...
2008-06-07 Justin Rugglesmove the decode context and some macro constants to...