359 Commits (b1a9a2c4ffb87004ef5947d64bbfb34544793278)

Author SHA1 Message Date
Justin Ruggles aa47c35dff ac3enc: add support for E-AC-3 encoding. 14 years ago
Justin Ruggles b1bf8c7887 ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to 14 years ago
Justin Ruggles 478455d66b ac3enc: initialize all coefficients to zero. 14 years ago
Justin Ruggles 7f3a7b5c40 ac3enc: add channel coupling support 14 years ago
Justin Ruggles 4d7a421574 ac3enc: put the counting of stereo rematrixing bits in the same place to 14 years ago
Justin Ruggles 257de756fb ac3enc: clean up count_frame_bits() and count_frame_bits_fixed() 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Alex Converse 1a5e4fd8c5 Replace strncpy() with av_strlcpy(). 14 years ago
Justin Ruggles 177fed4e9b ac3enc: do not store a bandwidth code for each channel. 14 years ago
Justin Ruggles a1d0f511fc ac3enc: remove bandwidth reduction as fallback for bit allocation failure. 14 years ago
Justin Ruggles ba6bce5140 ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy() 14 years ago
Justin Ruggles 4142487d1c ac3enc: return error if frame+exponent bits are too large instead of using 14 years ago
Justin Ruggles 987fe2dc55 ac3enc: differentiate between current block and reference block in bit_alloc() 14 years ago
Justin Ruggles 6b2636bba6 ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based 14 years ago
Justin Ruggles e0b33d479c ac3enc: simplify stereo rematrixing decision options 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Justin Ruggles 8745e9c458 ac3enc: remove check for mismatching channels and channel_layout 14 years ago
Vitor Sessak 9d35fa520e Add AVX FFT implementation. 14 years ago
Michael Niedermayer 1aeb88b77d Correctly implement ac3 float/fixed encoder. 14 years ago
Mans Rullgard 2310ee4b1c ac3enc: move extract_exponents inner loop to ac3dsp 14 years ago
Justin Ruggles e05a3ac713 ac3enc: select bandwidth based on bit rate, sample rate, and number of 14 years ago
Mans Rullgard 79997def65 ac3enc: use generic fixed-point mdct 14 years ago
Mans Rullgard 7f6e05cdfd ac3enc: simplify sym_quant() 14 years ago
Mans Rullgard 52fd16a264 ac3enc: move compute_mantissa_size() to ac3dsp 14 years ago
Mans Rullgard 6f718471ea ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext 14 years ago
Mans Rullgard 6d9f52b2cd ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 14 years ago
Justin Ruggles c4549bd66a ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using 14 years ago
Justin Ruggles 991f3de1bb ac3enc: Add codec-specific options for writing AC-3 metadata. 14 years ago
Justin Ruggles be18738801 Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 14 years ago
Justin Ruggles 85ab290470 ac3enc: make sym_quant() branch-free 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles 0f999cfddb ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext 14 years ago
Michael Niedermayer 27293b840c Revert "ac3enc: shift coefficients to 24-bit following MDCT rather than using an exponent offset." 14 years ago
Justin 323e6fead0 ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage. 14 years ago
Michael Niedermayer 2800e8d62e Revert "ac3enc: use MUL64() to multiply fixed-point coefficients" 14 years ago
Justin Ruggles 7e0a284b9f ac3enc: shift coefficients to 24-bit following MDCT rather than using an exponent offset. 14 years ago
Justin Ruggles 67fc32ac61 ac3enc: use MUL64() to multiply fixed-point coefficients 14 years ago
Justin Ruggles e95f3363d8 ac3enc: add some assertions 14 years ago
Justin Ruggles e8a0c465bc ac3enc: use av_assert2() instead of assert() to make debugging easier. 14 years ago
Justin Ruggles 2d9a101a1f ac3enc: add some assertions 14 years ago
Justin Ruggles 7100d63ca5 ac3enc: use av_assert2() instead of assert() to make debugging easier. 14 years ago
Justin Ruggles 5e79502493 ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of the hardcoded value. 14 years ago
Justin Ruggles 53e35fd340 ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of the hardcoded value. 14 years ago
Justin Ruggles 6159bd0d67 ac3enc: fix bug in stereo rematrixing decision. 14 years ago
Justin Ruggles 5b54d4b376 ac3enc: fix bug in stereo rematrixing decision. 14 years ago
Justin Ruggles 660ab0e64d ac3enc: change default floor code to 7. 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Justin Ruggles 50d7140441 ac3enc: change default floor code to 7. 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago