| Commit message (Expand) | Author | Age | Files | Lines |
* | Split applying of MDCT into several separate functions. | Justin Ruggles | 2010-12-14 | 1 | -25/+61 |
* | Split input sample deinterleaving into a separate function. | Justin Ruggles | 2010-12-14 | 1 | -21/+35 |
* | Separate functionally different calculations in ac3_encode_frame(). | Justin Ruggles | 2010-12-14 | 1 | -2/+13 |
* | cosmetics: rename 2 variables | Justin Ruggles | 2010-12-14 | 1 | -7/+7 |
* | Deinterleave whole frame at once instead of per-block. | Justin Ruggles | 2010-12-14 | 1 | -16/+26 |
* | cosmetics: add & alter some comments | Justin Ruggles | 2010-12-14 | 1 | -2/+3 |
* | Split setting of bandwidth into a separate function. | Justin Ruggles | 2010-12-14 | 1 | -20/+34 |
* | Move setting of bitstream_id and bitstream_mode to ac3_encode_init(). | Justin Ruggles | 2010-12-14 | 1 | -2/+3 |
* | Improve ac3_encode_init() error reporting. | Justin Ruggles | 2010-12-14 | 1 | -10/+14 |
* | cosmetics: indent after last commit | Justin Ruggles | 2010-12-14 | 1 | -1/+1 |
* | Don't use nested loops to iterate valid sample rates. | Justin Ruggles | 2010-12-14 | 1 | -8/+8 |
* | Remove some duplicate local copies of avctx fields. | Justin Ruggles | 2010-12-14 | 1 | -6/+4 |
* | Split validation of initial user options into a separate function. | Justin Ruggles | 2010-12-14 | 1 | -11/+23 |
* | Use bytes instead of 16-bit words for frame size. | Justin Ruggles | 2010-12-14 | 1 | -14/+14 |
* | cosmetics: rename variable 'n' to 'pad_bytes' | Justin Ruggles | 2010-12-14 | 1 | -5/+5 |
* | Change output_frame_end() to return void. The frame size is already known. | Justin Ruggles | 2010-12-14 | 1 | -4/+4 |
* | cosmetics: pretty-printing | Justin Ruggles | 2010-12-14 | 1 | -2/+2 |
* | cosmetics: rename some iterator variables to match what they represent | Justin Ruggles | 2010-12-14 | 1 | -57/+58 |
* | cosmetics: rename a variable for consistency | Justin Ruggles | 2010-12-14 | 1 | -2/+2 |
* | cosmetics: rename exp_samples and global_exp to exp_shift. | Justin Ruggles | 2010-12-14 | 1 | -6/+6 |
* | cosmetics: rename 2 functions | Justin Ruggles | 2010-12-14 | 1 | -10/+10 |
* | define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. | Justin Ruggles | 2010-12-14 | 1 | -5/+5 |
* | Use sizeof(array value) instead of sizeof(int16_t). | Justin Ruggles | 2010-12-14 | 1 | -2/+2 |
* | cosmetics: use lowercase letters for function names | Justin Ruggles | 2010-12-14 | 1 | -6/+6 |
* | cosmetics: add new function documentation and clean up existing documentation | Justin Ruggles | 2010-12-14 | 1 | -14/+109 |
* | cosmetics: add more space between functions | Justin Ruggles | 2010-12-14 | 1 | -0/+35 |
* | cosmetics: rearrange some functions/typedefs/macros | Justin Ruggles | 2010-12-14 | 1 | -161/+160 |
* | Simplify group size calculation in 2 places. | Justin Ruggles | 2010-12-14 | 1 | -25/+3 |
* | cosmetics: make a switch/case more compact | Justin Ruggles | 2010-12-14 | 1 | -9/+3 |
* | Clean up fft_init() and mdct_init() | Justin Ruggles | 2010-12-14 | 1 | -9/+10 |
* | cosmetics: pretty-printing, alignment, etc... | Justin Ruggles | 2010-12-14 | 1 | -244/+206 |
* | Remove unneeded #include | Justin Ruggles | 2010-12-14 | 1 | -1/+0 |
* | Simplify fix15(). | Justin Ruggles | 2010-12-14 | 1 | -14/+7 |
* | Fix the fixed-point MDCT and FFT tests so that they actually compile and work. | Justin Ruggles | 2010-12-14 | 1 | -34/+30 |
* | Split out initialization of MDCT tables into a separate function. | Justin Ruggles | 2010-12-14 | 1 | -8/+17 |
* | cosmetics: Document AC3EncodeContext fields. | Justin Ruggles | 2010-12-14 | 1 | -24/+28 |
* | Remove unneeded debugging messages. | Justin Ruggles | 2010-12-14 | 1 | -37/+2 |
* | cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2. | Justin Ruggles | 2010-12-14 | 1 | -4/+4 |
* | cosmetics: use better (and shared) macro names for some constant values | Justin Ruggles | 2010-12-14 | 1 | -69/+69 |
* | Remove duplicate AC3EncodeContext fields, sr_shift and sr_code. | Justin Ruggles | 2010-12-14 | 1 | -12/+8 |
* | cosmetics: rename some fields in AC3EncodeContext | Justin Ruggles | 2010-12-14 | 1 | -37/+37 |
* | cosmetics: change all short to int16_t | Justin Ruggles | 2010-12-14 | 1 | -3/+3 |
* | Change some unsigned types to signed types in AC3EncodeContext | Justin Ruggles | 2010-12-14 | 1 | -11/+11 |
* | cosmetics: rearrange AC3EncodeContext fields | Justin Ruggles | 2010-12-14 | 1 | -11/+18 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -31/+32 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Use "const" qualifier for pointers that point to input data of | Reimar Döffinger | 2010-07-24 | 1 | -2/+2 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |