]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/ac3dec.h
remove useless max_payload_size variable
[frescor/ffmpeg.git] / libavcodec / ac3dec.h
2009-05-06 jbrac3dec: Remove unneeded context variable, num_cpl_subba...
2009-04-19 jbrAdd channel layout support to the AC-3 decoder and...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-17 diegoAdd missing #includes to fix 'make checkheaders'.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-11-13 jbrrevert r15812 (E-AC-3 Spectral Extension) pending furth...
2008-11-13 jbradd support for spectral extension
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-28 jbrremove unneeded variable, dither_all
2008-08-27 jbradd definitions and documentation for shared functions...
2008-08-27 jbrcopy default coupling band structure from table to...
2008-08-24 jbr1000l to me. committed to wrong repo. revert last commit.
2008-08-24 jbrcosmetics: rename some functions from *get_* to *decode_*
2008-08-17 jbrremove some unneeded header includes
2008-08-17 jbruse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-13 lorenmsimd int->float
2008-08-12 lorenmoptimize ac3_downmix.
2008-08-12 lorenmuse float_to_int16_interleave in ac3
2008-08-12 lorenmuse imdct_half in ac3
2008-08-12 lorenmremove mdct tmp buffer
2008-08-03 jbrcosmetics: make all references to AC-3 capitalized...
2008-08-03 jbrcosmetics: vertical alignment
2008-08-03 jbruse MAX_BLOCKS for array size instead of 6
2008-08-03 jbrrearrange dimensions of pre_mantissa array
2008-06-08 jbradd fields needed for E-AC-3 decoding to decode context
2008-06-07 jbrstore exp_strategy for all blocks in decode context
2008-06-07 jbrstore cpl_in_use for all blocks in decode context
2008-06-07 jbrcosmetics: add and align references to spec variable...
2008-06-07 jbrcosmetics: vertical align
2008-06-07 jbruse macro constants for array sizes in decode context
2008-06-07 jbrcosmetics: vertical align
2008-06-07 jbrcosmetics: reorder decode context fields into logical...
2008-06-07 jbrmove the decode context and some macro constants to...