25 Commits (a5c1a0c07059091c6c6b6281d501cb79e19b3087)

Author SHA1 Message Date
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles aa872af5e3 ac3enc: update to AVCodec.encode2() 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
John Stebbins 5f3fb59953 fix AC3ENC_OPT_MODE_ON/OFF 13 years ago
Justin Ruggles ae264bb29b ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
Michael Niedermayer 9f4d37f450 ac3enc: drop common fixed/float encoder 13 years ago
Justin Ruggles c766eb1ce1 ac3enc: add macros for option names to make them more understandable. 13 years ago
Justin Ruggles c3d63262fe ac3enc: allow new coupling coordinates to be sent independently for each 13 years ago
Justin Ruggles d55ad59a8a ac3enc: separate exponent bit counting from exponent grouping. 13 years ago
Justin Ruggles 1bca72e1bd eac3enc: support writing of basic mixing and info metadata 14 years ago
Justin Ruggles be7bd626c4 eac3enc: use different numbers of blocks per frame to allow higher bitrates 14 years ago
Justin Ruggles 08a747afb9 eac3enc: use frame exponent strategy when applicable. 14 years ago
Justin Ruggles b5849f7709 ac3enc: merge AC3MDCTContext with AC3EncodeContext. 14 years ago
Justin Ruggles 82cea7cb6c ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext 14 years ago
Justin Ruggles 523b7eba19 ac3enc: clip coefficients after MDCT. 14 years ago
Justin Ruggles 8683c6a638 ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c 14 years ago
Justin Ruggles 0e4dbe2996 ac3enc: avoid masking output in asym_quant() by using signed values for 14 years ago
Carl Eugen Hoyos b1c450be49 Fix "redundant redeclaration" warning. 14 years ago
Justin Ruggles 99477adc31 ac3enc: fix allocation of floating point samples. 14 years ago
Justin Ruggles 38c304addd ac3enc: remove empty ac3_float function that is never called 14 years ago
Justin Ruggles e0cc66df61 ac3enc: split templated float vs. fixed functions into a separate file. 14 years ago
Justin Ruggles e754dfc0bb ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct 14 years ago
Justin Ruggles 36151b3e31 ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output 14 years ago
Justin Ruggles c8e9ea43d0 Move E-AC-3 encoder functions to a separate eac3enc.c file. 14 years ago
Fabrice Bellard 6107fa87b4 preparing integration of new AC3 decoder 22 years ago
Zdenek Kabelac 30b68f33aa * encoding of AC3 with more than 2 channels 23 years ago
Fabrice Bellard de6d9b6404 Initial revision 24 years ago