platform/upstream/flac.git
2001-05-23 Josh Coalsoninitial import
2001-05-22 Josh Coalsonsoup up FLAC__fixed_compute_best_predictor_asm
2001-05-21 Josh Coalsonoops, MMX moves are MOVQ not MOVAPS
2001-05-21 Josh Coalsonfix compiler warnings about comparing signed with unsigned
2001-05-21 Josh Coalsonsoup up, fix bugs, replace PSHUFW with pre-Katmai-frien...
2001-05-21 Josh Coalsontighten loops using "Jcc NEAR"
2001-05-21 Josh Coalsonremove some redundant instructions
2001-05-21 Josh Coalsoninitial import
2001-05-21 Josh Coalsonsyntax fixes to the SSE version
2001-05-21 Josh Coalsonfix syntax error in FLAC__fixed_compute_best_predictor_...
2001-05-21 Josh Coalsonincorporate mdz patches to fix log(0) and unsigned...
2001-05-18 Josh Coalsonstreamline FLAC__fixed_compute_best_predictor_slow()
2001-05-18 Josh Coalsonstreamline FLAC__fixed_compute_best_predictor()
2001-05-18 Josh Coalsonadd miroslav's version of FLAC__lpc_restore_signal...
2001-05-16 Josh Coalsonuse float instead of double for basic FP type
2001-05-16 Josh Coalsonfix bug where gcc gets shifting wrong
2001-05-16 Josh Coalsonfix deallocation bugs
2001-05-16 Josh Coalsonrevert to original FLAC__fixed_compute_residual()
2001-05-16 Josh Coalsonfix LOCAL_FABS bug
2001-05-16 Josh Coalsonfix section defs
2001-05-14 Josh Coalsonminor wording
2001-05-14 Josh Coalsondon't try and outsmart the compiler on constant multplies
2001-05-14 Josh Coalsonuse local fabs() routine
2001-05-14 Josh Coalsonremove debug printouts
2001-05-14 Josh Coalsonminor tweaks
2001-05-13 Josh Coalsonuse new FLAC__memory_alloc_* routines to alloc aligned...
2001-05-13 Josh Coalsonadd -DFLAC__ALIGN_MALLOC_DATA
2001-05-13 Josh Coalsonadd type-specific allocators
2001-05-11 Josh Coalsonadd memory.h
2001-05-11 Josh Coalsonadd memory.o
2001-05-11 Josh Coalsoninitial import
2001-05-11 Josh Coalsonupdate comments
2001-05-10 Josh Coalsonspeed up FLAC__lpc_compute_autocorrelation()
2001-05-09 Josh Coalsonfix bug where decoder was closing stdout
2001-05-08 Josh Coalsonroll back the unrolled loop
2001-05-04 Josh Coalsonmore fixes to the -# settings
2001-05-04 Josh Coalsonminor table fix of summary table
2001-05-04 Josh Coalsonadd decode time to summary table
2001-05-03 Josh Coalsonminor improvement with byte_bit_to_mask_
2001-05-03 Josh Coalsonminor improvement in FLAC__bitbuffer_write_raw_uint32
2001-05-03 Josh Coalsoncosmetic changes
2001-05-03 Josh Coalsonremove asm stuff from default build
2001-05-03 Josh Coalsonadd asm version of lpc routines
2001-05-03 Josh Coalsoninitial import
2001-05-03 Josh Coalsonadd nasm targets
2001-05-03 Josh Coalsonfix script to work with new flac command line
2001-05-03 Josh Coalsonmake PRECOMPUTE_PARTITION_SUMS the default
2001-05-03 Josh Coalson*** empty log message ***
2001-05-03 Josh Coalsonupdate -# settings
2001-05-02 Josh Coalsonupdate default values for compression levels
2001-05-02 Josh Coalsonupdate docs with new argument handling, new -r and...
2001-05-02 Josh Coalsonskip allowed for analyze mode
2001-05-02 Josh Coalsonrevert to 1.25
2001-05-01 Josh Coalsonmassive changes to command line parsing to act like...
2001-05-01 Josh Coalsonoops, move message to correct place
2001-05-01 Josh Coalsonfix some error messages
2001-05-01 Josh Coalsonmods to allow main.c to pass in the opened file
2001-05-01 Josh Coalsonremove some unused code
2001-05-01 Josh Coalsonadd support for guessing input file type by looking...
2001-05-01 Josh Coalson*** empty log message ***
2001-04-27 Josh Coalsonupdate S/W links
2001-04-27 Josh Coalsonfix bugs in encoder_set_partitioned_rice_()
2001-04-27 Josh Coalsonfix bug in inlined version of ...read_unary...()
2001-04-26 Josh Coalsonminor optimization
2001-04-26 Josh Coalsonoops, put handling for --a-rtext option in
2001-04-26 Josh Coalsonremove statement that can't be reached
2001-04-26 Josh Coalsonimprove error message if file not found
2001-04-26 Josh Coalsonadd S/W that uses FLAC section to links box
2001-04-26 Josh Coalsonadd CAFE link
2001-04-26 Josh Coalsoninitial import
2001-04-25 Josh Coalsonadd verbiage about upcoming beta
2001-04-25 Josh Coalson-r now takes min,max and is called min/max_residual_par...
2001-04-25 Josh Coalsonconst-ize some args
2001-04-25 Josh Coalsonadd some more read optimizations
2001-04-25 Josh Coalsonparenthesize macro arguments
2001-04-24 Josh CoalsonFLAC__ize all the #defines
2001-04-24 Josh Coalsonremove the code that printed out the seek points before...
2001-04-24 Josh Coalsonadd baudline to the list of progs that use flac
2001-04-24 Josh Coalsonadd verbiage to bug submit
2001-04-24 Josh Coalsonstart some read optimizations
2001-04-24 Josh Coalson#ifdef mallocs of optimization buffers
2001-04-24 Josh Coalsonrearrange some of the latest optimizations
2001-04-18 Josh Coalsonfix some compile bugs related to RESERVOIR_TEST
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 Coalsonminor speed optimization
2001-04-18 Josh Coalsonspeed up rice partitioning by precomputing the partitio...
2001-04-17 Josh Coalsonparameterize the number of samples per write
2001-04-17 Josh Coalsonfix bug with samples_decoded
2001-04-16 Josh Coalsonadd -S docs
2001-04-16 Josh Coalsonadd -S options
2001-04-16 Josh Coalsonfix -b usage
2001-04-16 Josh Coalsonfix -b usage printout
2001-04-16 Josh Coalsonfix syntax error
2001-04-16 Josh Coalson80-columnize the usage printout
2001-04-16 Josh Coalsonremove debug printout
2001-04-16 Josh Coalsonadd documentation of SEEKTABLE and escape codes in...
2001-04-16 Josh Coalsondocument GCC compiler bug that produces false warning
2001-04-14 Josh Coalsonfix usage
2001-04-14 Josh Coalsonfix bug with the default -S setting
next