platform/upstream/flac.git
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
2001-03-23 Josh Coalsonfix bug where ...allocate_output_() might allocate...
2001-03-23 Josh Coalsonadd more detail to the seeking error output
2001-03-22 Josh Coalsonfix bug where pos could move to before the beginning...
2001-03-22 Josh Coalsondelete some obsolete bullets
2001-03-22 Josh Coalsontrivial changes, fixes
2001-03-22 Josh Coalsonminor change
2001-03-22 Josh Coalsonadd news item for 0.9 release
2001-03-22 Josh Coalsonadd note about 0.9 winamp2 plugin fix
2001-03-21 Josh Coalsonupdate version to 0.9
2001-03-21 Josh Coalsonfix version string
2001-03-21 Josh Coalsoncleanup whitespace
2001-03-21 Josh Coalsondrop the escape-code stuff
2001-03-21 Josh Coalsonadd prototype for escape-code function
2001-03-21 Josh Coalsonrevert back to folded Rice method
2001-03-21 Josh Coalsonfinal version of symmetric-rice/escape-code experiment...
2001-03-21 Josh Coalsontemporary commit
2001-03-20 Josh Coalsonoops, fix syntax error
2001-03-20 Josh Coalsonrevert back to default of folded-Rice coding, leave...
2001-03-20 Josh Coalsongenerate gnuplot files for subframe residuals
2001-03-20 Josh Coalsonfix a couple of playback bugs
2001-03-20 Josh Coalsonfix so that file decoder catches when stream decoder...
2001-03-17 Josh Coalsonmove folded rice stuff sideways, re-add symmetric rice...
2001-03-17 Josh Coalsonadd symmetric rice coding back in
next