summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacenc.c
Commit message (Expand)AuthorAgeFilesLines
* add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles2009-03-211-5/+2
* revert accidental unrelated change in last commitJustin Ruggles2009-03-211-1/+3
* share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles2009-03-211-24/+9
* flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles2009-03-211-5/+3
* flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles2009-03-211-3/+1
* share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles2009-03-211-10/+4
* share some constants between the FLAC encoder and FLAC decoderJustin Ruggles2009-03-191-8/+3
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles2008-09-141-1/+11
* write MD5 checksum to FLAC header. update regression tests.Justin Ruggles2008-09-141-1/+29
* write number of samples in FLAC extradata.Justin Ruggles2008-09-141-2/+13
* fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles2008-08-171-12/+17
* update my email address to one which does not depend on my service providerJustin Ruggles2008-08-161-1/+1
* cosmetics: adjust line breaks and vertical alignmentJustin Ruggles2008-08-161-2/+3
* use limited range of lpc orders when quantizing coefficientsJustin Ruggles2008-08-161-1/+1
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-161-189/+2
* flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla2008-08-161-10/+11
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-7/+0
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* remove redundant context variableJustin Ruggles2008-03-311-12/+8
* Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles2008-03-301-10/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* assert() and note about odd len.Michael Niedermayer2008-02-091-0/+3
* optimize apply_welch_window()Michael Niedermayer2008-02-091-3/+6
* improve CRC APIAurelien Jacobs2008-01-041-2/+4
* remove a branch from an inner loop.Loren Merritt2007-10-271-3/+2
* div -> mulLoren Merritt2007-10-011-3/+6
* simplify lpcLoren Merritt2007-09-301-15/+14
* unroll finite differences to avoid swapping registers.Loren Merritt2007-09-291-9/+12
* encode_residual_fixed(): replace FIR with finite differences.Loren Merritt2007-09-291-6/+27
* sse2 version of compute_autocorr().Loren Merritt2007-09-291-5/+10
* was computing one more autocorrelation coefficient that was actually usedLoren Merritt2007-09-291-4/+7
* replace brute force find_optimal_param() with a closed-form solution.Loren Merritt2007-09-291-12/+11
* gcc isn't smart enough to factor out duplicate storesLoren Merritt2007-09-291-2/+3
* 2.5x faster compute_autocorr()Loren Merritt2007-09-281-8/+17
* unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt2007-09-271-2/+83
* oops, potential overflow on really large blocksLoren Merritt2007-09-251-1/+1
* optimize encode_residual_lpc()Loren Merritt2007-09-251-6/+11
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-061-14/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* cosmetic change to adjust alignment.Justin Ruggles2006-07-161-2/+2
* Modify preset compression levels to utilize log search.Justin Ruggles2006-07-161-2/+2
* log prediction order search methodMichael Niedermayer2006-07-161-1/+24
* Add lpc order search. This creates new compression levels 6 to 12.Justin Ruggles2006-07-161-15/+66
* calculate all coefficients for several orders during cholesky factorization, ...Michael Niedermayer2006-07-151-9/+15
OpenPOWER on IntegriCloud