]> git.sesse.net Git - ffmpeg/history - libavcodec/flacenc.c
Apply 'cold' attribute to init/uninit functions in libavcodec
[ffmpeg] / libavcodec / flacenc.c
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-09 Michael Niedermayerassert() and note about odd len.
2008-02-09 Michael Niedermayeroptimize apply_welch_window()
2008-01-04 Aurelien Jacobsimprove CRC API
2007-10-27 Loren Merrittremove a branch from an inner loop.
2007-10-01 Loren Merrittdiv -> mul
2007-09-30 Loren Merrittsimplify lpc
2007-09-29 Loren Merrittunroll finite differences to avoid swapping registers.
2007-09-29 Loren Merrittencode_residual_fixed(): replace FIR with finite differ...
2007-09-29 Loren Merrittsse2 version of compute_autocorr().
2007-09-29 Loren Merrittwas computing one more autocorrelation coefficient...
2007-09-29 Loren Merrittreplace brute force find_optimal_param() with a closed...
2007-09-29 Loren Merrittgcc isn't smart enough to factor out duplicate stores
2007-09-28 Loren Merritt2.5x faster compute_autocorr()
2007-09-27 Loren Merrittunroll encode_residual_lpc(). speedup varies between...
2007-09-25 Loren Merrittoops, potential overflow on really large blocks
2007-09-25 Loren Merrittoptimize encode_residual_lpc()
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
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...