| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -9/+7 |
|\ |
|
| * | ac3enc: fix allocation of floating point samples. | Justin Ruggles | 2011-06-13 | 1 | -9/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-14 | 1 | -408/+48 |
|\| |
|
| * | ac3enc: remove empty ac3_float function that is never called | Justin Ruggles | 2011-06-13 | 1 | -1/+0 |
| * | ac3enc: split templated float vs. fixed functions into a separate file. | Justin Ruggles | 2011-06-13 | 1 | -401/+37 |
| * | ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples and mdct | Justin Ruggles | 2011-06-13 | 1 | -5/+10 |
| * | ac3enc: use function pointer to choose between AC-3 and E-AC-3 header output | Justin Ruggles | 2011-06-13 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -251/+6 |
|\| |
|
| * | ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. | Diego Biurrun | 2011-06-08 | 1 | -2/+2 |
| * | Move E-AC-3 encoder functions to a separate eac3enc.c file. | Justin Ruggles | 2011-06-07 | 1 | -279/+5 |
| * | ac3enc: remove convenience macro, #define DEBUG | Justin Ruggles | 2011-06-07 | 1 | -1/+0 |
| * | ac3enc: remove unused #define | Justin Ruggles | 2011-06-07 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -8/+4 |
|\| |
|
| * | ac3enc: extract all exponents for the frame at once | Justin Ruggles | 2011-06-04 | 1 | -8/+4 |
* | | Merge remote-tracking branch 'qatar/master' into master | Michael Niedermayer | 2011-05-29 | 1 | -222/+453 |
|\| |
|
| * | ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits() | Mans Rullgard | 2011-05-28 | 1 | -1/+1 |
| * | ac3enc: modify mantissa bit counting to keep bap counts for all values of bap | Justin Ruggles | 2011-05-28 | 1 | -43/+49 |
| * | ac3enc: split mantissa bit counting into a separate function. | Justin Ruggles | 2011-05-28 | 1 | -18/+31 |
| * | ac3enc: store per-block/channel bap pointers by reference block in a 2D array | Justin Ruggles | 2011-05-28 | 1 | -27/+25 |
| * | ac3enc: use LOCAL_ALIGNED macro | Mans Rullgard | 2011-05-28 | 1 | -2/+5 |
| * | cosmetics: indentation and alignment after previous commit | Justin Ruggles | 2011-05-27 | 1 | -87/+87 |
| * | ac3enc: add support for E-AC-3 encoding. | Justin Ruggles | 2011-05-27 | 1 | -22/+278 |
| * | ac3enc: Move AC-3 AVOptions array to a separate file to make it easier to | Justin Ruggles | 2011-05-27 | 1 | -52/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-27 | 1 | -6/+6 |
|\| |
|
| * | ac3enc: initialize all coefficients to zero. | Justin Ruggles | 2011-05-25 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -163/+728 |
|\| |
|
| * | ac3enc: add channel coupling support | Justin Ruggles | 2011-05-24 | 1 | -163/+729 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -23/+46 |
|\| |
|
| * | ac3enc: put the counting of stereo rematrixing bits in the same place to | Justin Ruggles | 2011-05-12 | 1 | -7/+4 |
| * | ac3enc: clean up count_frame_bits() and count_frame_bits_fixed() | Justin Ruggles | 2011-05-12 | 1 | -20/+46 |
| * | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -35/+35 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -21/+22 |
|\| |
|
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -21/+22 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-02 | 1 | -127/+71 |
|\| |
|
| * | ac3enc: do not store a bandwidth code for each channel. | Justin Ruggles | 2011-05-01 | 1 | -7/+6 |
| * | ac3enc: remove bandwidth reduction as fallback for bit allocation failure. | Justin Ruggles | 2011-05-01 | 1 | -30/+0 |
| * | ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy() | Justin Ruggles | 2011-05-01 | 1 | -42/+33 |
| * | ac3enc: return error if frame+exponent bits are too large instead of using | Justin Ruggles | 2011-05-01 | 1 | -1/+2 |
| * | ac3enc: differentiate between current block and reference block in bit_alloc() | Justin Ruggles | 2011-05-01 | 1 | -7/+11 |
| * | ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based | Justin Ruggles | 2011-05-01 | 1 | -5/+7 |
| * | ac3enc: simplify stereo rematrixing decision options | Justin Ruggles | 2011-05-01 | 1 | -35/+13 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -34/+34 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 1 | -34/+34 |
| |/ |
|
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-28 | 1 | -2/+0 |
|\| |
|
| * | ac3enc: remove check for mismatching channels and channel_layout | Justin Ruggles | 2011-04-27 | 1 | -2/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
|\| |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | | Correctly implement ac3 float/fixed encoder. | Michael Niedermayer | 2011-04-16 | 1 | -34/+8 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-05 | 1 | -21/+34 |
|\| |
|
| * | ac3enc: move extract_exponents inner loop to ac3dsp | Mans Rullgard | 2011-04-04 | 1 | -18/+3 |