| Commit message (Expand) | Author | Age | Files | Lines |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | remove redundant context variable | Justin Ruggles | 2008-03-31 | 1 | -12/+8 |
* | Use 15-bit LPC precision by default. This generally gives better compression | Justin Ruggles | 2008-03-30 | 1 | -10/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | assert() and note about odd len. | Michael Niedermayer | 2008-02-09 | 1 | -0/+3 |
* | optimize apply_welch_window() | Michael Niedermayer | 2008-02-09 | 1 | -3/+6 |
* | improve CRC API | Aurelien Jacobs | 2008-01-04 | 1 | -2/+4 |
* | remove a branch from an inner loop. | Loren Merritt | 2007-10-27 | 1 | -3/+2 |
* | div -> mul | Loren Merritt | 2007-10-01 | 1 | -3/+6 |
* | simplify lpc | Loren Merritt | 2007-09-30 | 1 | -15/+14 |
* | unroll finite differences to avoid swapping registers. | Loren Merritt | 2007-09-29 | 1 | -9/+12 |
* | encode_residual_fixed(): replace FIR with finite differences. | Loren Merritt | 2007-09-29 | 1 | -6/+27 |
* | sse2 version of compute_autocorr(). | Loren Merritt | 2007-09-29 | 1 | -5/+10 |
* | was computing one more autocorrelation coefficient that was actually used | Loren Merritt | 2007-09-29 | 1 | -4/+7 |
* | replace brute force find_optimal_param() with a closed-form solution. | Loren Merritt | 2007-09-29 | 1 | -12/+11 |
* | gcc isn't smart enough to factor out duplicate stores | Loren Merritt | 2007-09-29 | 1 | -2/+3 |
* | 2.5x faster compute_autocorr() | Loren Merritt | 2007-09-28 | 1 | -8/+17 |
* | unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ... | Loren Merritt | 2007-09-27 | 1 | -2/+83 |
* | oops, potential overflow on really large blocks | Loren Merritt | 2007-09-25 | 1 | -1/+1 |
* | optimize encode_residual_lpc() | Loren Merritt | 2007-09-25 | 1 | -6/+11 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | Fix ASF format parser's broken UTF-16 string handling | Zuxy Meng | 2006-11-06 | 1 | -14/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | cosmetic change to adjust alignment. | Justin Ruggles | 2006-07-16 | 1 | -2/+2 |
* | Modify preset compression levels to utilize log search. | Justin Ruggles | 2006-07-16 | 1 | -2/+2 |
* | log prediction order search method | Michael Niedermayer | 2006-07-16 | 1 | -1/+24 |
* | Add lpc order search. This creates new compression levels 6 to 12. | Justin Ruggles | 2006-07-16 | 1 | -15/+66 |
* | calculate all coefficients for several orders during cholesky factorization, ... | Michael Niedermayer | 2006-07-15 | 1 | -9/+15 |
* | cleanup | Michael Niedermayer | 2006-07-14 | 1 | -2/+2 |
* | optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe... | Michael Niedermayer | 2006-07-14 | 1 | -9/+40 |
* | dither lpc cpeffs | Michael Niedermayer | 2006-07-13 | 1 | -2/+5 |
* | allows user-settable block size and fixes related typo | Justin Ruggles | 2006-07-08 | 1 | -1/+1 |
* | porder patch by (Justin Ruggles jruggle a t earthlink d ot net) | Justin Ruggles | 2006-07-03 | 1 | -20/+16 |
* | 3 lines while -> 1 line for loop | Michael Niedermayer | 2006-07-02 | 1 | -3/+1 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -8/+3 |
* | simplify compute_autocorr | Michael Niedermayer | 2006-07-02 | 1 | -22/+10 |
* | dont use memcpy for copying structs | Michael Niedermayer | 2006-07-02 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -50/+11 |
* | flac-lpc patch by (Justin Ruggles jruggle earthlink net) | Justin Ruggles | 2006-07-02 | 1 | -58/+551 |
* | simplify | Michael Niedermayer | 2006-07-02 | 1 | -7/+6 |
* | flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net | Justin Ruggles | 2006-06-27 | 1 | -101/+305 |
* | stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) | Michael Niedermayer | 2006-06-26 | 1 | -24/+108 |
* | 10l | Michael Niedermayer | 2006-06-25 | 1 | -1/+1 |
* | simplify & optimize things a little | Michael Niedermayer | 2006-06-24 | 1 | -48/+27 |
* | first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc... | Michael Niedermayer | 2006-06-24 | 1 | -0/+570 |