summaryrefslogtreecommitdiff
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-14
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-14
* write number of samples in FLAC extradata.Justin Ruggles2008-09-14
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-16
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-16
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-16
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-16
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* remove redundant context variableJustin Ruggles2008-03-31
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-30
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* assert() and note about odd len.Michael Niedermayer2008-02-09
* optimize apply_welch_window()Michael Niedermayer2008-02-09
* improve CRC APIAurelien Jacobs2008-01-04
* remove a branch from an inner loop.Loren Merritt2007-10-27
* div -> mulLoren Merritt2007-10-01
* simplify lpcLoren Merritt2007-09-30
* unroll finite differences to avoid swapping registers.Loren Merritt2007-09-29
* encode_residual_fixed(): replace FIR with finite differences.Loren Merritt2007-09-29
* sse2 version of compute_autocorr().Loren Merritt2007-09-29
* was computing one more autocorrelation coefficient that was actually usedLoren Merritt2007-09-29
* replace brute force find_optimal_param() with a closed-form solution.Loren Merritt2007-09-29
* gcc isn't smart enough to factor out duplicate storesLoren Merritt2007-09-29
* 2.5x faster compute_autocorr()Loren Merritt2007-09-28
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-27
* oops, potential overflow on really large blocksLoren Merritt2007-09-25
* optimize encode_residual_lpc()Loren Merritt2007-09-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* cosmetic change to adjust alignment.Justin Ruggles2006-07-16
* Modify preset compression levels to utilize log search.Justin Ruggles2006-07-16
* log prediction order search methodMichael Niedermayer2006-07-16
* Add lpc order search. This creates new compression levels 6 to 12.Justin Ruggles2006-07-16
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-15
* cleanupMichael Niedermayer2006-07-14
* optionally (use_lpc=2) support Cholesky factorization for finding the lpc coe...Michael Niedermayer2006-07-14
* dither lpc cpeffsMichael Niedermayer2006-07-13
* allows user-settable block size and fixes related typoJustin Ruggles2006-07-08
* porder patch by (Justin Ruggles jruggle a t earthlink d ot net)Justin Ruggles2006-07-03
* 3 lines while -> 1 line for loopMichael Niedermayer2006-07-02
* simplifyMichael Niedermayer2006-07-02