38 Commits (66f5790d7bc22a3cd1b3b266a8c22bd51c65a05c)

Author SHA1 Message Date
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Michael Niedermayer f6fff8e546 ac3enc_template: silence may be used uninitialized in this function warnings 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Michael Niedermayer ebe368d5d8 ac3enc: fix 'warning: block0 may be used uninitialized in this function' 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
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 7d3ef3840b ac3enc: switch to ff_alloc_packet2(). 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
Michael Niedermayer 6ffdc262b0 ac3enc: clenaup project name in one comment 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
Mans Rullgard f507a9fe00 ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp 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