platform/upstream/flac.git
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
2001-04-13 Josh Coalsonupdate seek routine to use info from seek table
2001-04-13 Josh Coalsonadd seekpoint placeholder
2001-04-13 Josh Coalsonskip seekpoint placeholders
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-10 Josh Coalsonadd missing SEEKPOINT globals
2001-04-05 Josh Coalsonadd support for decoding SEEKTABLE block
2001-04-05 Josh Coalsonadd SEEKTABLE support
2001-04-05 Josh Coalsonadd SEEKTABLE metadata block
2001-04-05 Josh Coalsontweak the seeking a little more
2001-04-03 Josh Coalsonminor wording
2001-04-01 Josh Coalsonsuppress linking of libc
2001-04-01 Josh Coalsonminor change
2001-04-01 Josh Coalsonadd crutch for VC++
2001-04-01 Josh Coalson#include string.h
2001-03-31 Josh Coalsonmake some improvements to the seek algo
2001-03-30 Josh Coalsonupdate 0.9 release news items
2001-03-30 Josh Coalsonadd support for 8-bps files
2001-03-30 Josh Coalsonfix coloring in some tables
2001-03-30 Josh Coalsonfinished update with 0.9 stats
2001-03-30 Josh Coalsonadd another track to comparison; INTERMEDIATE STATE!
2001-03-30 Josh Coalsonminor fix
2001-03-30 Josh Coalsonadd bitmath.c
2001-03-30 Josh Coalsonchange to use 64-bit functions when needed to avoid...
2001-03-30 Josh Coalsonchange to use new bitmath routines
2001-03-30 Josh Coalsoninitial import
2001-03-30 Josh Coalsonadd 64-bit versions of some functions
2001-03-30 Josh Coalsonadd new .h files
2001-03-29 Josh Coalsonfix another bug related to wasted bits
2001-03-29 Josh Coalsonpass aopts to analyze_init/finish()
2001-03-29 Josh Coalsonadd more verbose status reporting; pass aopts to analyz...
2001-03-29 Josh Coalsonadd more verbose status reporting
2001-03-29 Josh Coalsonfix bug where subframe bps estimate was not taking...
2001-03-29 Josh Coalsonminor change
2001-03-29 Josh Coalsondelete bad assert()
2001-03-28 Josh Coalsoncomment fix
2001-03-28 Josh Coalsonremove buggy bug comment/printout
2001-03-28 Josh Coalsonrewrite wasted_bits and subframe_bps stuff to be more...
2001-03-28 Josh Coalsonadd wasted_bits to subframe analysis printout
2001-03-28 Josh Coalsonadd some asserts
2001-03-28 Josh Coalsonchange min bps from 1 to 4
2001-03-28 Josh Coalsonadd partial results for Ogg Squish
2001-03-27 Josh Coalsonadd wasted-bits-per-sample stream
2001-03-27 Josh Coalsonfix comments
2001-03-27 Josh Coalsonadd frame CRC to bullets
2001-03-27 Josh Coalsonupdate with new format changes: frame crc-16, wasted...
2001-03-27 Josh Coalsonadd support for new "wasted bits" field
2001-03-27 Josh Coalsonmake error_callback printout more verbose
2001-03-27 Josh Coalsonfix bug in the blocksize field of the subframe header...
2001-03-27 Josh Coalsonadd new error codes
2001-03-27 Josh Coalsonadd unary methods, read CRC-16 support, get rid of...
2001-03-27 Josh Coalsonadd unary methods, read CRC-16 support
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-27 Josh Coalsonadd CRC-16 code, more methods
next