60 Commits (6cde949a2084293c7f3661460b5758f11908cac9)

Author SHA1 Message Date
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Justin Ruggles 6682ae42a4 write actual min and max frame size to FLAC header. update regression test checksum. 16 years ago
Justin Ruggles a9f8587e15 write MD5 checksum to FLAC header. update regression tests. 16 years ago
Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 16 years ago
Justin Ruggles f1f373c220 fix and simplify frame size check and reencoding in verbatim mode 16 years ago
Justin Ruggles 38c1a5c4d9 update my email address to one which does not depend on my service provider 16 years ago
Justin Ruggles 9045f5e72d cosmetics: adjust line breaks and vertical alignment 16 years ago
Justin Ruggles 56c07e2989 use limited range of lpc orders when quantizing coefficients 16 years ago
Ramiro Polla c50da3ad6c flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files. 16 years ago
Ramiro Polla 51c796d012 flacenc: Allow more flexible shift calculation in LPC. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Justin Ruggles 42ceeb5f3c remove redundant context variable 17 years ago
Justin Ruggles fe790f89e8 Use 15-bit LPC precision by default. This generally gives better compression 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer a4195e68b6 assert() and note about odd len. 17 years ago
Michael Niedermayer fa4ed8c10a optimize apply_welch_window() 17 years ago
Aurelien Jacobs 3abe5fbdc4 improve CRC API 17 years ago
Loren Merritt 90f0344165 remove a branch from an inner loop. 17 years ago
Loren Merritt 286127c5dd div -> mul 17 years ago
Loren Merritt b8de342919 simplify lpc 17 years ago
Loren Merritt bfdd5bc1f1 unroll finite differences to avoid swapping registers. 17 years ago
Loren Merritt a309dce75f encode_residual_fixed(): replace FIR with finite differences. 17 years ago
Loren Merritt 6810b93a81 sse2 version of compute_autocorr(). 17 years ago
Loren Merritt 19b9c7cc66 was computing one more autocorrelation coefficient that was actually used 17 years ago
Loren Merritt 14bd2a9f25 replace brute force find_optimal_param() with a closed-form solution. 17 years ago
Loren Merritt f6215b1b06 gcc isn't smart enough to factor out duplicate stores 17 years ago
Loren Merritt 28e968c4a4 2.5x faster compute_autocorr() 17 years ago
Loren Merritt dc44d4ad64 unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. 17 years ago
Loren Merritt 0d2caa37c5 oops, potential overflow on really large blocks 17 years ago
Loren Merritt f74471e043 optimize encode_residual_lpc() 17 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Zuxy Meng 360932f76d Fix ASF format parser's broken UTF-16 string handling 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Justin Ruggles e1bbc0321c cosmetic change to adjust alignment. 19 years ago
Justin Ruggles 5f3acd9ec9 Modify preset compression levels to utilize log search. 19 years ago
Michael Niedermayer dbb45a3bb7 log prediction order search method 19 years ago
Justin Ruggles 26053bdcc8 Add lpc order search. This creates new compression levels 6 to 12. 19 years ago
Michael Niedermayer 408ec4e2a6 calculate all coefficients for several orders during cholesky factorization, the resulting coefficients are not strictly optimal though as there is a small difference in the autocorrelation matrixes which is ignored for the smaller orders 19 years ago
Michael Niedermayer 8ea543b580 cleanup 19 years ago
Michael Niedermayer ab01b2b82a optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients 19 years ago
Michael Niedermayer 1484a46753 dither lpc cpeffs 19 years ago
Justin Ruggles c6375bf23c allows user-settable block size and fixes related typo 19 years ago
Justin Ruggles 1e5707b7b8 porder patch by (Justin Ruggles jruggle a t earthlink d ot net) 19 years ago
Michael Niedermayer 474176bf92 3 lines while -> 1 line for loop 19 years ago
Michael Niedermayer 5d2f52b989 simplify 19 years ago