]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3dec.h
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / ac3dec.h
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...