]> git.sesse.net Git - ffmpeg/history - libavcodec/flacenc.c
make state transition tables global as they are constant and the code is slightly...
[ffmpeg] / libavcodec / flacenc.c
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-16 Justin Rugglescosmetic change to adjust alignment.
2006-07-16 Justin RugglesModify preset compression levels to utilize log search.
2006-07-16 Michael Niedermayerlog prediction order search method
2006-07-16 Justin RugglesAdd lpc order search. This creates new compression...
2006-07-15 Michael Niedermayercalculate all coefficients for several orders during...
2006-07-14 Michael Niedermayercleanup
2006-07-14 Michael Niedermayeroptionally (use_lpc=2) support Cholesky factorization...
2006-07-13 Michael Niedermayerdither lpc cpeffs
2006-07-08 Justin Rugglesallows user-settable block size and fixes related typo
2006-07-03 Justin Rugglesporder patch by (Justin Ruggles jruggle a t earthlink...
2006-07-02 Michael Niedermayer3 lines while -> 1 line for loop
2006-07-02 Michael Niedermayersimplify
2006-07-02 Michael Niedermayersimplify compute_autocorr
2006-07-02 Michael Niedermayerdont use memcpy for copying structs
2006-07-02 Michael Niedermayersimplify
2006-07-02 Justin Rugglesflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-07-02 Michael Niedermayersimplify
2006-06-27 Justin Rugglesflacenc - rice param search patch by (Justin Ruggles...
2006-06-26 Michael Niedermayerstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 Michael Niedermayer10l
2006-06-24 Michael Niedermayersimplify & optimize things a little
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...