Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-16flacenc: write initial blocksize to STREAMINFO header instead of currentJustin Ruggles
2009-04-13Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.Bobby Bingham
2009-04-13flacenc : do not #include libavutil/lls.h since lpc code is nowJai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-03-21add a function to calculate a more accurate estimate for maximum FLACJustin Ruggles
2009-03-21revert accidental unrelated change in last commitJustin Ruggles
2009-03-21share sample rate and blocksize tables between the FLAC encoder and FLACJustin Ruggles
2009-03-21flacenc: remove unneeded variable, 'min_encoded_framesize' and useJustin Ruggles
2009-03-21flacenc: remove unneeded context variable, 'ch_code'Justin Ruggles
2009-03-21share channel mode constants between the FLAC decoder and FLAC encoderJustin Ruggles
2009-03-19share some constants between the FLAC encoder and FLAC decoderJustin Ruggles
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-15write actual min and max frame size to FLAC header. update regression test ch...Justin Ruggles
2008-09-15write MD5 checksum to FLAC header. update regression tests.Justin Ruggles
2008-09-15write number of samples in FLAC extradata.Justin Ruggles
2008-08-17fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-17cosmetics: adjust line breaks and vertical alignmentJustin Ruggles
2008-08-17use limited range of lpc orders when quantizing coefficientsJustin Ruggles
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla
2008-08-16flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-31remove redundant context variableJustin Ruggles
2008-03-30Use 15-bit LPC precision by default. This generally gives better compressionJustin Ruggles
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-09assert() and note about odd len.Michael Niedermayer
2008-02-09optimize apply_welch_window()Michael Niedermayer
2008-01-05improve CRC APIAurelien Jacobs
2007-10-27remove a branch from an inner loop.Loren Merritt
2007-10-01div -> mulLoren Merritt
2007-09-30simplify lpcLoren Merritt
2007-09-30unroll finite differences to avoid swapping registers.Loren Merritt
2007-09-30encode_residual_fixed(): replace FIR with finite differences.Loren Merritt
2007-09-30sse2 version of compute_autocorr().Loren Merritt
2007-09-29was computing one more autocorrelation coefficient that was actually usedLoren Merritt
2007-09-29replace brute force find_optimal_param() with a closed-form solution.Loren Merritt
2007-09-29gcc isn't smart enough to factor out duplicate storesLoren Merritt
2007-09-282.5x faster compute_autocorr()Loren Merritt
2007-09-27unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending ...Loren Merritt
2007-09-26oops, potential overflow on really large blocksLoren Merritt
2007-09-26optimize encode_residual_lpc()Loren Merritt
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-10-12Rename ABS macro to FFABS.Diego Biurrun