summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAge
* cosmetics: indentationJustin Ruggles2008-08-20
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-20
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-20
* remove some unneeded header includesJustin Ruggles2008-08-17
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
* simd int->floatLoren Merritt2008-08-13
* simd downmixLoren Merritt2008-08-13
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-13
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-13
* optimize ac3_downmix.Loren Merritt2008-08-12
* use float_to_int16_interleave in ac3Loren Merritt2008-08-12
* use imdct_half in ac3Loren Merritt2008-08-12
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* cosmetics: use a better function name than uncouple_channels()Justin Ruggles2008-08-05
* cosmetics: change function name and comments to refer to block decodingJustin Ruggles2008-08-05
* remove unneeded local variableJustin Ruggles2008-08-05
* Read bitstream parameters for E-AC-3 streams before returning an error.Justin Ruggles2008-08-03
* Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles2008-08-03
* use the same table for ungrouping exponents and bap=2 mantissasJustin Ruggles2008-08-03
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles2008-07-19
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
* split up header parsing functionJustin Ruggles2008-06-07
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-07
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* cosmetics: indentJustin Ruggles2008-06-07
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-07
* read frame type from header info into decode contextJustin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* return error on frame sync errorJustin Ruggles2008-06-04
* cosmetics: add a comment, remove a commentJustin Ruggles2008-05-31
* simplifyJustin Ruggles2008-05-31
* set lfe params at frame init instead of in every blockJustin Ruggles2008-05-31
* only calculate number of exponent groups when exponents are not reused.Justin Ruggles2008-05-31
* cosmetics: remove unneeded bracesJustin Ruggles2008-05-31
* 10l: cosmeticsJustin Ruggles2008-05-31
* new dba values requires running last 2 bit allocation stagesJustin Ruggles2008-05-31
* get_transform_coeffs() never returns an error, so make the function and its c...Justin Ruggles2008-05-31
* use enum value for CRC errorJustin Ruggles2008-05-31