summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_template.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|\
| * Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | ac3enc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * ac3enc: update to AVCodec.encode2()Justin Ruggles2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\|
| * Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
* | ac3enc: clenaup project name in one commentMichael Niedermayer2011-11-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * ac3enc: doxygen update.Justin Ruggles2011-11-02
* | Merge remote-tracking branch 'mans/ac3'Michael Niedermayer2011-10-22
|\ \ | |/ |/|
| * ac3enc: move inner loop of compute_rematrixing_strategy to ac3dspMans Rullgard2011-07-06
* | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles2011-09-05
* | ac3enc: scale floating-point coupling channel coefficients inJustin Ruggles2011-09-05
* | ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled.Justin Ruggles2011-09-05
* | ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-22
* | ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-10
* | ac3enc: remove unneeded #includeJustin Ruggles2011-08-09
* | ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-09
* | ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-09
* | ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-09
* | eac3enc: support writing of basic mixing and info metadataJustin Ruggles2011-07-27
* | eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles2011-07-21
* | ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
* | ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-13
|/
* ac3enc: clip coefficients after MDCT.Justin Ruggles2011-07-01
* ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles2011-06-27
* ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles2011-06-15
* ac3enc: fix allocation of floating point samples.Justin Ruggles2011-06-13
* ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles2011-06-13