| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -7/+4 |
|\ |
|
| * | ac3enc: doxygen update. | Justin Ruggles | 2011-11-02 | 1 | -7/+4 |
* | | Merge remote-tracking branch 'mans/ac3' | Michael Niedermayer | 2011-10-22 | 1 | -12/+7 |
|\ \
| |/
|/| |
|
| * | ac3enc: move inner loop of compute_rematrixing_strategy to ac3dsp | Mans Rullgard | 2011-07-06 | 1 | -12/+7 |
* | | ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. | Justin Ruggles | 2011-09-05 | 1 | -18/+14 |
* | | ac3enc: scale floating-point coupling channel coefficients in | Justin Ruggles | 2011-09-05 | 1 | -4/+0 |
* | | ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. | Justin Ruggles | 2011-09-05 | 1 | -5/+5 |
* | | ac3enc: remove outdated TODO comment for apply_channel_coupling() | Justin Ruggles | 2011-08-22 | 1 | -5/+0 |
* | | ac3enc: clip coupling coordinates during calculation | Justin Ruggles | 2011-08-10 | 1 | -2/+1 |
* | | ac3enc: remove unneeded #include | Justin Ruggles | 2011-08-09 | 1 | -2/+0 |
* | | ac3enc: restructure coupling coordinate reuse calculation | Justin Ruggles | 2011-08-09 | 1 | -21/+27 |
* | | ac3enc: allow new coupling coordinates to be sent independently for each | Justin Ruggles | 2011-08-09 | 1 | -31/+19 |
* | | ac3enc: separate exponent bit counting from exponent grouping. | Justin Ruggles | 2011-08-09 | 1 | -0/+2 |
* | | eac3enc: support writing of basic mixing and info metadata | Justin Ruggles | 2011-07-27 | 1 | -1/+1 |
* | | eac3enc: use different numbers of blocks per frame to allow higher bitrates | Justin Ruggles | 2011-07-21 | 1 | -12/+12 |
* | | ac3enc: merge AC3MDCTContext with AC3EncodeContext. | Justin Ruggles | 2011-07-13 | 1 | -3/+3 |
* | | ac3enc: prefer passing AC3EncodeContext rather than AVCodecContext | Justin Ruggles | 2011-07-13 | 1 | -1/+1 |
|/ |
|
* | ac3enc: clip coefficients after MDCT. | Justin Ruggles | 2011-07-01 | 1 | -3/+13 |
* | ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c | Justin Ruggles | 2011-06-27 | 1 | -8/+70 |
* | ac3enc: use correct alignment and length in channel coupling dsp functions. | Justin Ruggles | 2011-06-15 | 1 | -11/+13 |
* | ac3enc: fix allocation of floating point samples. | Justin Ruggles | 2011-06-13 | 1 | -0/+20 |
* | ac3enc: split templated float vs. fixed functions into a separate file. | Justin Ruggles | 2011-06-13 | 1 | -0/+377 |