]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/flacenc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / flacenc.c
2009-04-16 jbrflacenc: write initial blocksize to STREAMINFO header...
2009-04-13 koorogiSkip loop iterations which are no-ops due to data1...
2009-04-13 jai_menonflacenc : do not #include libavutil/lls.h since lpc...
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrrevert accidental unrelated change in last commit
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-21 jbrflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 jbrflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 jbrshare channel mode constants between the FLAC decoder...
2009-03-19 jbrshare some constants between the FLAC encoder and FLAC...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-14 jbrwrite actual min and max frame size to FLAC header...
2008-09-14 jbrwrite MD5 checksum to FLAC header. update regression...
2008-09-14 jbrwrite number of samples in FLAC extradata.
2008-08-17 jbrfix and simplify frame size check and reencoding in...
2008-08-16 jbrupdate my email address to one which does not depend...
2008-08-16 jbrcosmetics: adjust line breaks and vertical alignment
2008-08-16 jbruse limited range of lpc orders when quantizing coeffic...
2008-08-16 ramiroflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 ramiroflacenc: Allow more flexible shift calculation in LPC.
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-03-31 jbrremove redundant context variable
2008-03-30 jbrUse 15-bit LPC precision by default. This generally...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-09 michaelassert() and note about odd len.
2008-02-09 michaeloptimize apply_welch_window()
2008-01-04 aurelimprove CRC API
2007-10-27 lorenmremove a branch from an inner loop.
2007-10-01 lorenmdiv -> mul
2007-09-30 lorenmsimplify lpc
2007-09-29 lorenmunroll finite differences to avoid swapping registers.
2007-09-29 lorenmencode_residual_fixed(): replace FIR with finite differ...
2007-09-29 lorenmsse2 version of compute_autocorr().
2007-09-29 lorenmwas computing one more autocorrelation coefficient...
2007-09-29 lorenmreplace brute force find_optimal_param() with a closed...
2007-09-29 lorenmgcc isn't smart enough to factor out duplicate stores
2007-09-28 lorenm2.5x faster compute_autocorr()
2007-09-27 lorenmunroll encode_residual_lpc(). speedup varies between...
2007-09-25 lorenmoops, potential overflow on really large blocks
2007-09-25 lorenmoptimize encode_residual_lpc()
2007-02-25 reimarAdd av_ prefix to clip functions
2006-11-06 gpoirierFix ASF format parser's broken UTF-16 string handling
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-16 jbrcosmetic change to adjust alignment.
2006-07-16 jbrModify preset compression levels to utilize log search.
2006-07-16 michaellog prediction order search method
2006-07-16 jbrAdd lpc order search. This creates new compression...
2006-07-15 michaelcalculate all coefficients for several orders during...
2006-07-14 michaelcleanup
2006-07-14 michaeloptionally (use_lpc=2) support Cholesky factorization...
2006-07-13 michaeldither lpc cpeffs
2006-07-08 jbrallows user-settable block size and fixes related typo
2006-07-03 michaelporder patch by (Justin Ruggles jruggle a t earthlink...
2006-07-02 michael3 lines while -> 1 line for loop
2006-07-02 michaelsimplify
2006-07-02 michaelsimplify compute_autocorr
2006-07-02 michaeldont use memcpy for copying structs
2006-07-02 michaelsimplify
2006-07-02 michaelflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-07-02 michaelsimplify
2006-06-27 michaelflacenc - rice param search patch by (Justin Ruggles...
2006-06-26 michaelstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 michael10l
2006-06-24 michaelsimplify & optimize things a little
2006-06-24 michaelfirst rudimentary version of (Justin Ruggles jruggle...