minor tweaks to asm routine selection
[platform/upstream/flac.git] / src / libFLAC / encoder.c
2001-05-30 Josh Coalsonminor tweaks to asm routine selection
2001-05-29 Josh Coalsoninclude miroslav's patch for asm versions of FLAC__lpc_...
2001-05-25 Josh Coalsonfix egregious bug in the partition sum precomputation
2001-05-25 Josh Coalsongate cpu-specific code with FLAC__NO_ASM
2001-05-24 Josh Coalsongate i386 code with FLAC__HAS_NASM
2001-05-23 Josh Coalsonuse cpu info to select which routine to execute
2001-05-16 Josh Coalsonfix deallocation bugs
2001-05-13 Josh Coalsonuse new FLAC__memory_alloc_* routines to alloc aligned...
2001-05-01 Josh Coalson*** empty log message ***
2001-04-27 Josh Coalsonfix bugs in encoder_set_partitioned_rice_()
2001-04-25 Josh Coalson-r now takes min,max and is called min/max_residual_par...
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-24 Josh Coalson#ifdef mallocs of optimization buffers
2001-04-24 Josh Coalsonrearrange some of the latest optimizations
2001-04-18 Josh Coalsonifdef out the precompute-partition-sums and partition...
2001-04-18 Josh Coalsonbreak out the partition sum precomputation to its own...
2001-04-18 Josh Coalsonspeed up rice partitioning by precomputing the partitio...
2001-04-16 Josh Coalsondocument GCC compiler bug that produces false warning
2001-04-13 Josh Coalsonadd support for writing SEEKTABLE block
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-03-30 Josh Coalsonchange to use 64-bit functions when needed to avoid...
2001-03-28 Josh Coalsoncomment fix
2001-03-28 Josh Coalsonrewrite wasted_bits and subframe_bps stuff to be more...
2001-03-27 Josh Coalsonadd support for new "wasted bits" field
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-21 Josh Coalsondrop the escape-code stuff
2001-03-21 Josh Coalsonfinal version of symmetric-rice/escape-code experiment...
2001-03-21 Josh Coalsontemporary commit
2001-03-20 Josh Coalsonrevert back to default of folded-Rice coding, leave...
2001-03-17 Josh Coalsonmove folded rice stuff sideways, re-add symmetric rice...
2001-03-05 Josh Coalsonremove bps limit on mid-side coding
2001-02-28 Josh Coalsonfix bug where LP was tried even if autoc[0]==0.0
2001-02-27 Josh Coalsonadd support for 24-bit input
2001-02-26 Josh Coalsonfix bug where max_qlp_coeff_precision went too high...
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO; add PADDING block support
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalsonfix bug where rice parameter was going to 0
2001-01-28 Josh Coalsonchange force_mid_side to loose_mid_side
2001-01-26 Josh Coalsondelete unused code
2001-01-25 Josh Coalsonspeed up mid-side coding
2001-01-24 Josh Coalsonadd force_mid_side_stereo option
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-23 Josh Coalsonadd total sample estimation
2001-01-20 Josh Coalsonspeed up the rice estimation
2001-01-19 Josh Coalsonfix compiler warning
2001-01-19 Josh Coalsonadd ESTIMATE_RICE_BITS for speed
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-12 Josh Coalsonadd MD5 support
2001-01-06 Josh Coalsonchange to support new sign-folded rice coding
2000-12-22 Josh Coalsonadd string arrays for enums
2000-12-17 Josh CoalsonFixed bug in constant-detection.
2000-12-10 Josh CoalsonInitial revision