add --cue option to flac, and tests and documentation
[platform/upstream/flac.git] / src / flac / decode.c
2004-07-17 Josh Coalsonadd --cue option to flac, and tests and documentation
2004-07-07 Josh Coalsonuse the OggFLAC__FileDecoder instead of the old OggFLAC...
2004-03-15 Josh Coalsonfix --until bug #851756
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-17 Josh Coalsonfix endian bug when applying replaygain
2003-12-17 Josh Coalsonfix bug where apply gain is used on a file with no...
2003-12-17 Josh Coalsonugh, it's FLAC__ASSERT() not FLAC__assert()
2003-12-17 Josh Coalsonuse FLAC__assert() instead of assert()
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-05-19 Josh Coalsonadd Brady's better write_sane_extended()
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-29 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-17 Josh Coalsonadd support for decoding to AIFF
2002-12-15 Josh Coalsonfix more bugs with --skip and --until
2002-12-12 Josh Coalsonfix bugs with --skip, implement --until
2002-12-10 Josh Coalsonrevamp --skip processing, allow new mm:ss.sss form
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-30 Josh Coalsonadd support for new file_utils convenience library
2002-10-26 Josh Coalsonminor const-related fixes
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-09 Josh Coalsonminor error message formatting
2002-09-04 Josh Coalsonadd support for serial number in Ogg streams
2002-08-31 Josh Coalsonadd checks for changing bps/sample_rate/channels mid...
2002-08-23 Josh Coalsonfixes based on a pass over everything with autoconf...
2002-08-08 Josh Coalsoncode revamp finished
2002-08-07 Josh Coalsonbeginning of code revamp, still broken
2002-08-07 Josh Coalsonuse new ogg decoder from libOggFLAC
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-06-18 Josh Coalsonminor syntax
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-06-05 Josh Coalsonfix bug where decoding flac file with 0 total_samples...
2002-06-04 Josh Coalsonfix with new status enums
2002-05-17 Josh Coalsonminor comments
2002-03-13 Josh Coalsonconvert c++ style comments
2002-02-17 Josh Coalsonadd code for forcing the file mode for stdin/stdout...
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-12-04 Josh Coalsonsimplify decoder finishing
2001-11-13 Josh Coalsoncommit patch for compiling on mingw32
2001-11-11 Josh Coalsonminor cosmetics with Ogg defines
2001-10-31 Josh Coalsonseveral ogg-related fixes
2001-10-31 Josh Coalsonadd support for writing ogg streams
2001-07-03 Josh Coalsonadd explicit casts for some implicit conversions
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-15 Josh Coalsonfix syntax typo
2001-06-15 Josh Coalsonunify the error reporting; make the statistics output...
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-06 Josh Coalsonstandardize flac__ names
2001-06-06 Josh Coalsonstandardize flac__ names
2001-06-05 Josh Coalsonslow down stats printing
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-09 Josh Coalsonfix bug where decoder was closing stdout
2001-05-01 Josh Coalsonmassive changes to command line parsing to act like...
2001-04-26 Josh Coalsonimprove error message if file not found
2001-04-13 Josh Coalsonfix bug to deal with case when user requests to skip...
2001-03-29 Josh Coalsonadd more verbose status reporting; pass aopts to analyz...
2001-03-27 Josh Coalsonmake error_callback printout more verbose
2001-03-23 Josh Coalsonadd more detail to the seeking error output
2001-03-16 Josh Coalsonadd analysis options, move analysis printout to analyze.c
2001-03-15 Josh Coalsonadd verbose option to analysis mode to dump residuals
2001-03-01 Josh Coalsonfix decode buffer size
2001-02-28 Josh Coalsonfix 24-bit support
2001-02-27 Josh Coalsonadd support for 24-bit input
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO
2001-01-28 Josh Coalsonadd warmup samples to analysis printout
2001-01-24 Josh Coalsonfix bug with asserts
2001-01-24 Josh Coalsonadd new analyze mode
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-16 Josh Coalsonfix a typo bug
2001-01-13 Josh Coalsonminor tweaks to verbos output
2001-01-12 Josh Coalsonadd support for MD5 checking and a test mode
2000-12-22 Josh Coalsonfix some typos in error messages
2000-12-10 Josh CoalsonInitial revision