27060 Commits (14fa75eab4e410858476cdcac8a1ec8b27f8a221)
 

Author SHA1 Message Date
Justin Ruggles a0d763fc88 Use a single value for SNR offset in the bit allocation search rather than 14 years ago
Justin Ruggles 70fcd7ea80 Change bit_alloc() to return the mantissa bit count. 14 years ago
Justin Ruggles 937cd1467c cosmetics: alignment and line wrap after last commit 14 years ago
Justin Ruggles 359c1d1926 Move bit counts to AC3EncodeContext. 14 years ago
Stefano Sabatini 82ccbe6b27 Simplify texi files naming: ff*-doc.texi -> ff*.texi. 14 years ago
Justin Ruggles 80575c0e55 Add missing dependency for matroska muxer. 14 years ago
Justin Ruggles 8c634b707b Update the test references for lavf-rm and seek-ac3_rm. 14 years ago
Justin Ruggles 793bbf9544 Split out setting of bit allocation parameters to a separate function. 14 years ago
Justin Ruggles 8999944ecb Split out counting of frame bits into a separate function. 14 years ago
Justin Ruggles 33a7d549e8 cosmetics: vertical alignment 14 years ago
Justin Ruggles d3325d555b Only calculate num_exp_groups once. 14 years ago
Justin Ruggles dc0bc0f84e Check for bit allocation error in ac3_encode_frame(). 14 years ago
Justin Ruggles f94bacc538 Split out grouping of exponents into a separate function. 14 years ago
Justin Ruggles b6a1e5236e Split out mantissa quantization into separate functions. 14 years ago
Justin Ruggles 5b44ede0ba cosmetics: rearrange some functions 14 years ago
Justin Ruggles d7da80806c Reverse the exponent & exponent strategy array arrangement to simplify the 14 years ago
Justin Ruggles 67d979fede Move writing of frame to the output bitstream to a separate function. 14 years ago
Justin Ruggles 084f5c5afe cosmetics: remove a comment and just spacing 14 years ago
Justin Ruggles 160d85f5b0 Split frame size adjustment into a separate function. 14 years ago
Justin Ruggles dfdf73eb1a Split exponent processing into separate functions. 14 years ago
Justin Ruggles 0a0a8500fb Split applying of MDCT into several separate functions. 14 years ago
Justin Ruggles 4acc790f3c Split input sample deinterleaving into a separate function. 14 years ago
Justin Ruggles 152cc52803 Separate functionally different calculations in ac3_encode_frame(). 14 years ago
Justin Ruggles 98f6ee4453 cosmetics: rename 2 variables 14 years ago
Justin Ruggles 12ed622699 Deinterleave whole frame at once instead of per-block. 14 years ago
Justin Ruggles e0685bc98f cosmetics: add & alter some comments 14 years ago
Justin Ruggles 282255bbd2 Split setting of bandwidth into a separate function. 14 years ago
Justin Ruggles e35c984a5d Move setting of bitstream_id and bitstream_mode to ac3_encode_init(). 14 years ago
Justin Ruggles ddf63d37b8 Improve ac3_encode_init() error reporting. 14 years ago
Justin Ruggles b64d842c1d cosmetics: indent after last commit 14 years ago
Justin Ruggles 99ca4f73f0 Don't use nested loops to iterate valid sample rates. 14 years ago
Justin Ruggles 1607db0a95 Remove some duplicate local copies of avctx fields. 14 years ago
Justin Ruggles 8f60f70d44 Split validation of initial user options into a separate function. 14 years ago
Justin Ruggles 427e2293d3 Use bytes instead of 16-bit words for frame size. 14 years ago
Justin Ruggles eed00252c9 cosmetics: rename variable 'n' to 'pad_bytes' 14 years ago
Justin Ruggles 1971ab6ed6 Change output_frame_end() to return void. The frame size is already known. 14 years ago
Justin Ruggles e8b552a818 cosmetics: pretty-printing 14 years ago
Justin Ruggles ce67b7cd38 cosmetics: rename some iterator variables to match what they represent 14 years ago
Justin Ruggles 777732756a cosmetics: rename a variable for consistency 14 years ago
Justin Ruggles aab45ca3de cosmetics: rename exp_samples and global_exp to exp_shift. 14 years ago
Justin Ruggles 23c5b361a6 cosmetics: rename 2 functions 14 years ago
Justin Ruggles e0b9f94b39 cosmetics: use some size macros in ac3tab.c/h 14 years ago
Justin Ruggles ce571ceb45 Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c 14 years ago
Justin Ruggles 47ae6e795b define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. 14 years ago
Justin Ruggles 0454b55801 Use sizeof(array value) instead of sizeof(int16_t). 14 years ago
Justin Ruggles a0a9204e49 cosmetics: use lowercase letters for function names 14 years ago
Justin Ruggles c36ce0f8df cosmetics: add new function documentation and clean up existing documentation 14 years ago
Justin Ruggles 2f8ae52228 cosmetics: add more space between functions 14 years ago
Justin Ruggles e77fd066fb cosmetics: rearrange some functions/typedefs/macros 14 years ago
Justin Ruggles 02877def49 Simplify group size calculation in 2 places. 14 years ago