summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dec.c
Commit message (Expand)AuthorAgeFilesLines
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-2/+2
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-011-1/+12
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-311-5/+2
* cosmetics: indentationJustin Ruggles2008-08-311-17/+17
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-311-10/+35
* commit more OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-301-2/+6
* cosmetics: update comment about ditheringJustin Ruggles2008-08-301-1/+1
* cosmetics: change another "get" to "decode"Justin Ruggles2008-08-291-1/+1
* cosmetics: change "get" to "decode"Justin Ruggles2008-08-291-1/+1
* cosmetics: indentationJustin Ruggles2008-08-281-1/+1
* remove unneeded variable, dither_allJustin Ruggles2008-08-281-4/+0
* cosmetics: indent after last commitJustin Ruggles2008-08-271-1/+1
* do not read exponent strategies from each block for E-AC-3 since they are in ...Justin Ruggles2008-08-271-2/+1
* copy default coupling band structure from table to decoding context (used for...Justin Ruggles2008-08-271-0/+3
* add more OKed parts of the E-AC-3 decoder: structural changes to support AHT ...Justin Ruggles2008-08-271-7/+7
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-271-8/+8
* fix decoding of coupling leak info for normal AC-3Justin Ruggles2008-08-231-1/+1
* cosmetics: indentationJustin Ruggles2008-08-231-9/+9
* add some approved parts of the E-AC-3 decoderJustin Ruggles2008-08-231-7/+64
* cosmetics: indentationJustin Ruggles2008-08-201-24/+24
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-201-8/+54
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-201-1/+1
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-201-4/+4
* remove some unneeded header includesJustin Ruggles2008-08-171-3/+0
* use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles2008-08-171-3/+2
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* simd int->floatLoren Merritt2008-08-131-3/+1
* simd downmixLoren Merritt2008-08-131-16/+13
* don't mark the delayed samples for upmixing if they haven't been downmixedLoren Merritt2008-08-131-1/+1
* oops, non-normalized downmix to mono contaminated add_bias for non-simd float...Loren Merritt2008-08-131-2/+5
* optimize ac3_downmix.Loren Merritt2008-08-121-23/+36
* use float_to_int16_interleave in ac3Loren Merritt2008-08-121-17/+9
* use imdct_half in ac3Loren Merritt2008-08-121-52/+14
* mdct wrapper function to match fftLoren Merritt2008-08-121-3/+2
* remove mdct tmp bufferLoren Merritt2008-08-121-2/+2
* cosmetics: use a better function name than uncouple_channels()Justin Ruggles2008-08-051-2/+2
* cosmetics: change function name and comments to refer to block decodingJustin Ruggles2008-08-051-5/+5
* remove unneeded local variableJustin Ruggles2008-08-051-2/+1
* Read bitstream parameters for E-AC-3 streams before returning an error.Justin Ruggles2008-08-031-3/+3
* Hardcode the table for ungrouping 3 values in 5 bits. It will be reused byJustin Ruggles2008-08-031-3/+3
* use the same table for ungrouping exponents and bap=2 mantissasJustin Ruggles2008-08-031-16/+19
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* read 'coupling in use' parameter from bitstream into decoder context first,Justin Ruggles2008-07-191-4/+4
* cosmetic: use hex value instead of decimal to show relation to 0x7FFFFFJustin Ruggles2008-07-191-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-081-8/+3
* split up header parsing functionJustin Ruggles2008-06-071-32/+43
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-071-10/+10
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-071-13/+17
OpenPOWER on IntegriCloud