| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple lowpass filter implementation. | Kostya Shishkov | 2008-08-23 | 2 | -0/+212 |
* | Do not pass unnecessary arguments to AAC encoder functions | Kostya Shishkov | 2008-08-23 | 1 | -11/+11 |
* | Remove redundant FFMIN(). | Michael Niedermayer | 2008-08-23 | 1 | -4/+4 |
* | Increase buffer size to 16384 patch by Alexander E. Patrakov" patrakov gmail | Alexander E. Patrakov | 2008-08-23 | 1 | -1/+1 |
* | Remove unnecessary header inclusion from g729.h | Vladimir Voroshilov | 2008-08-23 | 1 | -2/+0 |
* | Move from g729.h all definitions which are used only in g729dec.c | Vladimir Voroshilov | 2008-08-23 | 3 | -22/+21 |
* | fix decoding of coupling leak info for normal AC-3 | Justin Ruggles | 2008-08-23 | 1 | -1/+1 |
* | add more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-23 | 1 | -0/+80 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-23 | 1 | -9/+9 |
* | add some approved parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-23 | 1 | -7/+64 |
* | Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce | Robert Swain | 2008-08-22 | 2 | -27/+24 |
* | Whitespace cosmetics after the last commit | Robert Swain | 2008-08-22 | 1 | -12/+14 |
* | Separate code in imdct_and_windowing() into distinct IMDCT, windowing and | Robert Swain | 2008-08-22 | 1 | -19/+24 |
* | alac : check readsamplesize to ensure get_bits() doesn't | Matthieu Castet | 2008-08-22 | 1 | -1/+5 |
* | alacenc : perform decorrelation only for stereo samples | Jai Menon | 2008-08-22 | 1 | -1/+2 |
* | Make equation in doxy of ff_acelp_weighted_vector_sum() more readable by | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | doxygen consistency | Michael Niedermayer | 2008-08-21 | 1 | -26/+26 |
* | Make comments doxygen compatible. | Michael Niedermayer | 2008-08-21 | 1 | -4/+4 |
* | Doxygen syntax consistency. | Michael Niedermayer | 2008-08-21 | 1 | -19/+19 |
* | Mention cut-off freq of ff_acelp_high_pass_filter() instead of some | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Remove mathops.h dependancy. | Michael Niedermayer | 2008-08-21 | 1 | -4/+2 |
* | vertical align | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Remove ff_acelp_weighted_filter() which is just a function wrapping a 1 | Michael Niedermayer | 2008-08-21 | 2 | -26/+0 |
* | Rename subframe_size to a name that is not specific to some specific use | Michael Niedermayer | 2008-08-21 | 2 | -6/+6 |
* | rename pitch_delay_frac in ff_acelp_interpolate() | Michael Niedermayer | 2008-08-21 | 1 | -3/+3 |
* | Try to improve parameter doxy of ff_acelp_interpolate(). | Michael Niedermayer | 2008-08-21 | 1 | -3/+3 |
* | Clarify how generic ff_acelp_interpolate() is. | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Correct incorrect length parameter doxy for ff_acelp_interpolate(). | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Right half is clearer than positive half for specifying which part of | Michael Niedermayer | 2008-08-21 | 1 | -1/+1 |
* | Mention the fixed-point scale of the FIR filter coefficients. | Michael Niedermayer | 2008-08-21 | 1 | -1/+2 |
* | Cleanup comment for ff_acelp_interp_filter. | Michael Niedermayer | 2008-08-21 | 1 | -48/+5 |
* | Make doxygen comments consistent with the rest of FFmpeg. | Michael Niedermayer | 2008-08-21 | 1 | -35/+35 |
* | Document code, do not document difference to a irrelevant reference implement... | Michael Niedermayer | 2008-08-21 | 1 | -2/+1 |
* | Remove some irrelevant comments. | Michael Niedermayer | 2008-08-21 | 1 | -8/+1 |
* | first and second stage LSP codebooks for G.729 | Vladimir Voroshilov | 2008-08-21 | 1 | -0/+204 |
* | Reindent after last commit | Robert Swain | 2008-08-21 | 1 | -16/+16 |
* | Work around GCC variable may be used uninitialised warning | Robert Swain | 2008-08-21 | 1 | -3/+2 |
* | Remove unused variable | Robert Swain | 2008-08-21 | 1 | -1/+1 |
* | cosmetics: Fix incorrect indentation. | Diego Biurrun | 2008-08-21 | 1 | -32/+32 |
* | Reindent | Robert Swain | 2008-08-21 | 1 | -9/+9 |
* | The comment about channel order for AAC 5.1 audio was not correct, fix it. | Andreas Ă–man | 2008-08-21 | 1 | -1/+1 |
* | Last hunk of the AAC decoder code to be OKed and build system and documentation | Robert Swain | 2008-08-21 | 4 | -2/+40 |
* | Provide a simpler way for the user to reorder her timestamps. | Michael Niedermayer | 2008-08-20 | 2 | -2/+21 |
* | Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. | Diego Biurrun | 2008-08-20 | 3 | -4/+4 |
* | cosmetics: comment spelling/grammar fixes | Diego Biurrun | 2008-08-20 | 2 | -63/+62 |
* | Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d... | Peter Ross | 2008-08-20 | 1 | -2/+3 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-20 | 1 | -24/+24 |
* | commit the OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-20 | 2 | -9/+55 |
* | get data size based on the actual data array instead of coding-in the calcula... | Justin Ruggles | 2008-08-20 | 1 | -1/+1 |
* | rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size | Justin Ruggles | 2008-08-20 | 1 | -4/+4 |