]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.h
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / ac3dec.h
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...