platform/upstream/flac.git
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
2001-04-14 Josh Coalsonfix bug where sample number is incorrectly calculated...
2001-04-13 Josh Coalsonfix bug to deal with case when user requests to skip...
2001-04-13 Josh Coalsonfix more bugs with seek table stuff
2001-04-13 Josh Coalsonfix bug where seek point was hit during metadata write_...
2001-04-13 Josh Coalsonminor bug fix
2001-04-13 Josh Coalsonfix bug with incorrect seek point separator
2001-04-13 Josh Coalsonmark seek points when hit by write callback; write...
2001-04-13 Josh Coalsonchange to ignore PLACEHODLERs when checking seek points
2001-04-13 Josh Coalsonadd marking of the seek point when hit in the write...
2001-04-13 Josh Coalsonadd total samples to seek point printout
2001-04-13 Josh Coalsonadd printing of seek points in verbose mode
2001-04-13 Josh Coalsonadd support for specifying seek points
2001-04-13 Josh Coalsonminor fixes
2001-04-13 Josh Coalsonadd support for writing SEEKTABLE block
2001-04-13 Josh Coalsonfix function signature to make .h file
2001-04-13 Josh Coalsonwrite implementation of FLAC__seek_table_is_valid()
2001-04-13 Josh Coalsonadd seek_table.c
2001-04-13 Josh Coalsonadd format.h adn seek_table.h
2001-04-13 Josh Coalsoninitial import
2001-04-13 Josh Coalsonfix compiler warning
2001-04-13 Josh Coalsonfix compile error
next