288 Commits (47806f4119b7cc04d2a8bf26d86ddacaab7aad2b)

Author SHA1 Message Date
Justin Ruggles ba7f712c21 remove unneeded local variable 17 years ago
Justin Ruggles 55aff0d901 Read bitstream parameters for E-AC-3 streams before returning an error. 17 years ago
Justin Ruggles 602116df9b Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by 17 years ago
Justin Ruggles 7417120b6f use the same table for ungrouping exponents and bap=2 mantissas 17 years ago
Justin Ruggles 14b7062829 cosmetics: make all references to AC-3 capitalized and hyphenated 17 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Justin Ruggles 4760aec6a0 read 'coupling in use' parameter from bitstream into decoder context first, 17 years ago
Justin Ruggles 7645da9194 cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF 17 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
Justin Ruggles 4397d95ce0 split up header parsing function 17 years ago
Justin Ruggles da04be10a2 store exp_strategy for all blocks in decode context 17 years ago
Justin Ruggles 54624396fc store cpl_in_use for all blocks in decode context 17 years ago
Justin Ruggles 58ce349f0a move the decode context and some macro constants to a new file, ac3dec.h 17 years ago
Justin Ruggles 30f71adc46 move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. 17 years ago
Justin Ruggles caf0fbc889 add more gain levels and adjust mix level tables accordingly. 17 years ago
Justin Ruggles 687671f03b pass bap table to ff_ac3_bit_alloc_calc_bap() 17 years ago
Justin Ruggles 4921bbbae5 cosmetics: indent 17 years ago
Justin Ruggles aa5d6be8df skip unsupported frame types and substream id's 17 years ago
Justin Ruggles be5f17b96b read frame type from header info into decode context 17 years ago
Justin Ruggles 3596aa6fe6 get substreamid from ac3 parser 17 years ago
Justin Ruggles 6730e9f300 get the number of blocks from the ac3 parser and use in the ac3 decoder. 17 years ago
Justin Ruggles 7af26d14ac return error on frame sync error 17 years ago
Justin Ruggles fb2b88a816 cosmetics: add a comment, remove a comment 17 years ago
Justin Ruggles 9b57545934 simplify 17 years ago
Justin Ruggles 6e74513a48 set lfe params at frame init instead of in every block 17 years ago
Justin Ruggles b85a15fe73 only calculate number of exponent groups when exponents are not reused. 17 years ago
Justin Ruggles aa148649a4 cosmetics: remove unneeded braces 17 years ago
Justin Ruggles 7e13b31c19 10l: cosmetics 17 years ago
Justin Ruggles e25973a1fd new dba values requires running last 2 bit allocation stages 17 years ago
Justin Ruggles ff5d419e2f get_transform_coeffs() never returns an error, so make the function and its children return void. 17 years ago
Justin Ruggles fbe52e4188 use enum value for CRC error 17 years ago
Justin Ruggles c78c6d6c58 move header error logging to after CRC check 17 years ago
Justin Ruggles bd98e9e230 zero the upper frequencies of the correct coefficients 17 years ago
Justin Ruggles eccba2bc4b safer solution for setting audio parameters 17 years ago
Justin Ruggles cf03a8173a set audio parameters if frame header is ok, even if crc fails 17 years ago
Justin Ruggles 3336110acf cosmetics: indent 17 years ago
Justin Ruggles ecfe94b294 add error concealment 17 years ago
Justin Ruggles 93a2c8c14f cosmetics: indent 17 years ago
Justin Ruggles 43ad93a4f1 10l: fix error in commit r13382 17 years ago
Justin Ruggles 82a591d8d1 add checks for missing information in the first block 17 years ago
Justin Ruggles 3af9131398 add check for invalid channel mode when coupling is used 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Bartlomiej Wolowiec 55736cfbd2 change ff_ac3_parse_header() to take a GetBitContext instead of const char* 17 years ago
Bartlomiej Wolowiec 79b25a27b8 change name from stream type to frame type in AC3 code 17 years ago
Justin Ruggles 509fdb0b7e only allocate context input buffer if AVCodecContext.error_reslience is greater than 0. 17 years ago
Justin Ruggles 984ff38a2b cosmetics: indentation after last commit 17 years ago
Justin Ruggles c33a196716 additional protection from segmentation faults and memory access errors by 17 years ago
Bartlomiej Wolowiec 4e6eeaf019 using stream type in eac3 parser 17 years ago