27 Commits (60392480181f24ebf3ab48d8ac3614705de90152)

Author SHA1 Message Date
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Diego Biurrun aba70bb538 Add missing headers to make template files compile (more) standalone 11 years ago
Diego Biurrun 4958f35a2e dsputil: Move apply_window_int16 to ac3dsp 11 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Justin Ruggles b1540fc884 (e)ac3enc: use planar sample format 12 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Justin Ruggles aa872af5e3 ac3enc: update to AVCodec.encode2() 13 years ago
Diego Biurrun a8798c7eb9 Drop unnecessary av_uninit attributes from some variable declarations. 13 years ago
Justin Ruggles c2d9a65bc0 ac3enc: doxygen update. 13 years ago
Justin Ruggles ae264bb29b ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. 13 years ago
Justin Ruggles a0d17b6d45 ac3enc: scale floating-point coupling channel coefficients in 13 years ago
Justin Ruggles 3e5722a8ca ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. 13 years ago
Justin Ruggles 3be5a94351 ac3enc: remove outdated TODO comment for apply_channel_coupling() 13 years ago
Justin Ruggles 069083a419 ac3enc: clip coupling coordinates during calculation 13 years ago
Justin Ruggles d1d33e0763 ac3enc: remove unneeded #include 13 years ago
Justin Ruggles fce33f9ead ac3enc: restructure coupling coordinate reuse calculation 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 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 b203f65451 ac3enc: use correct alignment and length in channel coupling dsp functions. 14 years ago
Justin Ruggles 99477adc31 ac3enc: fix allocation of floating point samples. 14 years ago
Justin Ruggles e0cc66df61 ac3enc: split templated float vs. fixed functions into a separate file. 14 years ago