]> git.sesse.net Git - ffmpeg/history - libavcodec/flacenc.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / flacenc.c
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-04-16 Justin Rugglesflacenc: write initial blocksize to STREAMINFO header...
2009-04-13 Bobby BinghamSkip 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 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesrevert accidental unrelated change in last commit
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-21 Justin Rugglesflacenc: remove unneeded variable, 'min_encoded_framesi...
2009-03-21 Justin Rugglesflacenc: remove unneeded context variable, 'ch_code'
2009-03-21 Justin Rugglesshare channel mode constants between the FLAC decoder...
2009-03-19 Justin Rugglesshare some constants between the FLAC encoder and FLAC...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-14 Justin Ruggleswrite actual min and max frame size to FLAC header...
2008-09-14 Justin Ruggleswrite MD5 checksum to FLAC header. update regression...
2008-09-14 Justin Ruggleswrite number of samples in FLAC extradata.
2008-08-17 Justin Rugglesfix and simplify frame size check and reencoding in...
2008-08-16 Justin Rugglesupdate my email address to one which does not depend...
2008-08-16 Justin Rugglescosmetics: adjust line breaks and vertical alignment
2008-08-16 Justin Rugglesuse limited range of lpc orders when quantizing coeffic...
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
2008-08-16 Ramiro Pollaflacenc: Allow more flexible shift calculation in LPC.
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-31 Justin Rugglesremove redundant context variable
2008-03-30 Justin RugglesUse 15-bit LPC precision by default. This generally...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-09 Michael Niedermayerassert() and note about odd len.
2008-02-09 Michael Niedermayeroptimize apply_welch_window()
2008-01-04 Aurelien Jacobsimprove CRC API
2007-10-27 Loren Merrittremove a branch from an inner loop.
2007-10-01 Loren Merrittdiv -> mul
2007-09-30 Loren Merrittsimplify lpc
2007-09-29 Loren Merrittunroll finite differences to avoid swapping registers.
2007-09-29 Loren Merrittencode_residual_fixed(): replace FIR with finite differ...
2007-09-29 Loren Merrittsse2 version of compute_autocorr().
2007-09-29 Loren Merrittwas computing one more autocorrelation coefficient...
2007-09-29 Loren Merrittreplace brute force find_optimal_param() with a closed...
2007-09-29 Loren Merrittgcc isn't smart enough to factor out duplicate stores
2007-09-28 Loren Merritt2.5x faster compute_autocorr()
2007-09-27 Loren Merrittunroll encode_residual_lpc(). speedup varies between...
2007-09-25 Loren Merrittoops, potential overflow on really large blocks
2007-09-25 Loren Merrittoptimize encode_residual_lpc()
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-06 Zuxy MengFix ASF format parser's broken UTF-16 string handling
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-16 Justin Rugglescosmetic change to adjust alignment.
2006-07-16 Justin RugglesModify preset compression levels to utilize log search.
2006-07-16 Michael Niedermayerlog prediction order search method
2006-07-16 Justin RugglesAdd lpc order search. This creates new compression...
2006-07-15 Michael Niedermayercalculate all coefficients for several orders during...
2006-07-14 Michael Niedermayercleanup
2006-07-14 Michael Niedermayeroptionally (use_lpc=2) support Cholesky factorization...
2006-07-13 Michael Niedermayerdither lpc cpeffs
2006-07-08 Justin Rugglesallows user-settable block size and fixes related typo
2006-07-03 Justin Rugglesporder patch by (Justin Ruggles jruggle a t earthlink...
2006-07-02 Michael Niedermayer3 lines while -> 1 line for loop
2006-07-02 Michael Niedermayersimplify
2006-07-02 Michael Niedermayersimplify compute_autocorr
2006-07-02 Michael Niedermayerdont use memcpy for copying structs
2006-07-02 Michael Niedermayersimplify
2006-07-02 Justin Rugglesflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-07-02 Michael Niedermayersimplify
2006-06-27 Justin Rugglesflacenc - rice param search patch by (Justin Ruggles...
2006-06-26 Michael Niedermayerstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 Michael Niedermayer10l
2006-06-24 Michael Niedermayersimplify & optimize things a little
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...