278 Commits (cf57bea6fb32a320191f9f0721b352fc33c87826)

Author SHA1 Message Date
Justin Ruggles 6c6f927289 add a line break in error message text 16 years ago
Justin Ruggles 6ee6d068f7 simplify decoding of coupling frequency range 16 years ago
Justin Ruggles 24834c1928 cosmetics: rename two variables 16 years ago
Michael Niedermayer 047599a4ba Rename error_resilience to error_recognition. 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Justin Ruggles 1f6a594de4 turn on E-AC-3 decoding support and update the Changelog 16 years ago
Justin Ruggles f2e4eb62dc cosmetics: indentation 16 years ago
Justin Ruggles 8dfc56ec32 commit more OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles 225c30429d commit more OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles ea364c74a0 cosmetics: update comment about dithering 16 years ago
Justin Ruggles e522bd49c8 cosmetics: change another "get" to "decode" 16 years ago
Justin Ruggles 164e169fef cosmetics: change "get" to "decode" 16 years ago
Justin Ruggles 86662b1c89 cosmetics: indentation 16 years ago
Justin Ruggles 260e09305b remove unneeded variable, dither_all 16 years ago
Justin Ruggles aec0407faf cosmetics: indent after last commit 16 years ago
Justin Ruggles 6b4bfed965 do not read exponent strategies from each block for E-AC-3 since they are in the header 16 years ago
Justin Ruggles 0ffea2439b copy default coupling band structure from table to decoding context (used for E-AC-3) 16 years ago
Justin Ruggles e43b29ab26 add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding 16 years ago
Justin Ruggles 6a68105e2b cosmetics: rename some functions from *get_* to *decode_* 16 years ago
Justin Ruggles 63d72fb167 fix decoding of coupling leak info for normal AC-3 16 years ago
Justin Ruggles 0569993ea4 cosmetics: indentation 16 years ago
Justin Ruggles 6fafb0202a add some approved parts of the E-AC-3 decoder 16 years ago
Justin Ruggles ab2a942ad8 cosmetics: indentation 16 years ago
Justin Ruggles bf09b550e6 commit the OKed parts of the E-AC-3 decoder 16 years ago
Justin Ruggles e630027686 get data size based on the actual data array instead of coding-in the calculation 16 years ago
Justin Ruggles 8e33132bab rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size 16 years ago
Justin Ruggles 46dd2738ae remove some unneeded header includes 16 years ago
Justin Ruggles ec0350c983 use LFG instead of Mersenne Twister for AC-3 PRNG 16 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 16 years ago
Loren Merritt 911e21a306 simd int->float 16 years ago
Loren Merritt ac2e556456 simd downmix 16 years ago
Loren Merritt 45d9d61889 don't mark the delayed samples for upmixing if they haven't been downmixed 16 years ago
Loren Merritt 3b6516f7e7 oops, non-normalized downmix to mono contaminated add_bias for non-simd float-to-int. 16 years ago
Loren Merritt 557ac0c448 optimize ac3_downmix. 16 years ago
Loren Merritt 72745cff20 use float_to_int16_interleave in ac3 16 years ago
Loren Merritt 916d5d6c32 use imdct_half in ac3 16 years ago
Loren Merritt d46ac5bfde mdct wrapper function to match fft 16 years ago
Loren Merritt 0a570e826d remove mdct tmp buffer 16 years ago
Justin Ruggles 5e3e40756e cosmetics: use a better function name than uncouple_channels() 16 years ago
Justin Ruggles 022845ed05 cosmetics: change function name and comments to refer to block decoding 16 years ago
Justin Ruggles ba7f712c21 remove unneeded local variable 16 years ago
Justin Ruggles 55aff0d901 Read bitstream parameters for E-AC-3 streams before returning an error. 16 years ago
Justin Ruggles 602116df9b Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by 16 years ago
Justin Ruggles 7417120b6f use the same table for ungrouping exponents and bap=2 mantissas 16 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 16 years ago
Justin Ruggles 4760aec6a0 read 'coupling in use' parameter from bitstream into decoder context first, 16 years ago
Justin Ruggles 7645da9194 cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Justin Ruggles 227322b837 move rematrixing band table to ac3dec_data.c 17 years ago