Fix status print staying on the wrong line with certain filename length.
[platform/upstream/flac.git] / src / flac /
2007-02-08 Josh Coalsonminor comments
2007-02-06 Josh Coalsonchange default blocksize from 4608 to 4096 for LPC...
2007-02-06 Josh Coalsonchange the min/max rice partition order for compression...
2007-02-06 Josh Coalsonadd --warnings-as-errors option to flac; for picture...
2007-02-04 Josh Coalsonadd debugging defines with /D
2007-02-04 Josh Coalsonminor comments
2007-02-04 Josh Coalsonfix bug where specifying --picture in FLAC-to-FLAC...
2007-02-02 Josh Coalsonadd 2007 copyright
2007-02-02 Josh Coalsonfix problem in frame size calculation in analysis mode...
2007-02-01 Josh Coalsonadd support for passing frame size to analyzer; analyze...
2007-01-31 Josh Coalsonbump requisite _MSC_VER to <=1600 for fseeko/ftello...
2007-01-31 Josh Coalsonconvert C prototypes for functions with no args from...
2007-01-09 Josh Coalsonimproved fix for misleading warning, now error out...
2007-01-09 Josh Coalsonfix misleading warning (SF#1631064: sourceforge.net...
2006-12-14 Josh CoalsonFix bug where using -F with FLAC-to-FLAC transcoding...
2006-12-14 Josh CoalsonFix bug where FLAC-to-FLAC transcoding of a corrupted...
2006-12-05 Josh Coalsonminor error message change
2006-11-20 Josh Coalsonfixes based on valgrind run
2006-11-17 Josh Coalsonfix bug where decoding to stdout could fail for no...
2006-11-16 Josh Coalsonmake "#if FLAC__HAS_OGG" checking consistent
2006-11-16 Josh Coalsonmultifix: change FLAC__stream_encoder_finish() to also...
2006-11-14 Josh Coalsonminor comments
2006-11-14 Josh Coalsonfix a problem with fractional-second parsing for -...
2006-11-14 Josh Coalsonincrease progress report rate with -p and -e used toget...
2006-11-14 Josh Coalsonfix bug where sync error at end-of-stream was not being...
2006-11-11 Josh Coalsonfix bug SF#1293830: flac accepting WAVE files with...
2006-11-10 Josh Coalsonfix problem with filename parsing if file does not...
2006-11-10 Josh Coalsonfix bug: wave header fixup was being tried even in...
2006-11-09 Josh Coalsonadd a boolean return value to FLAC__stream_encoder_fini...
2006-11-09 Josh Coalsonminor syntax
2006-11-06 Josh Coalsonfix docs for --serial-number option
2006-11-04 Josh Coalsonminor tweak to read callback eof handling
2006-11-04 Josh Coalsonfix bug where encoder wasn't defaulting to -5
2006-11-04 Josh Coalsonadd support from encoding from ogg flac input
2006-11-03 Josh Coalsonswitch to using FLAC__stream_encoder_set_compression_le...
2006-11-02 Josh Coalsonminor comments
2006-10-15 Josh Coalsonchange "bytes" parameter of all read callbacks from...
2006-10-15 Josh Coalsonrename set_serial_number to set_ogg_serial_number every...
2006-10-15 Josh Coalsonmerge libOggFLAC into libFLAC and libOggFLAC++ into...
2006-10-11 Josh Coalsonminor formatting
2006-10-10 Josh Coalsonfix problem with code that checks if temp file is neede...
2006-10-10 Josh Coalsonminor syntax
2006-10-10 Josh Coalson_snprintf hackery for MSVC6
2006-10-09 Josh Coalsonfix bug where output file would always be deleted on...
2006-10-09 Josh Coalsonminor comments
2006-10-07 Josh Coalsonlimit subset further if sample rate is <=48kHz: max...
2006-10-07 Josh Coalsonfix final problems with odd bits per sample
2006-10-07 Josh Coalsonminor bug fix
2006-10-06 Josh Coalsonmore robust -F: if end-of-stream is hit due to partial...
2006-10-06 Josh Coalsoncomplete WAVEFORMATEXTENSIBLE support, multichannel...
2006-10-03 Josh Coalsontry to limit the #defines (of fseeko to fseek and ftell...
2006-10-03 Josh Coalsonadd support for WAVEFORMATEXTENSIBLE, support for some...
2006-10-03 Josh Coalsondisallow --replay-gain with -ogg as a protection; remov...
2006-10-03 Josh Coalsonminor syntax
2006-09-28 Josh Coalsoncheck metadata before init call to give a better error...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-27 Josh Coalsonchange default padding to 8K, or 64K if input audio...
2006-09-25 Josh Coalsonadd documentation for flac's --picture option
2006-09-24 Josh Coalsonadd support for --picture command to import PICTURE...
2006-09-16 Josh Coalsonremove unused code
2006-09-16 Josh Coalsonfix problem on windows where rename() fails if destinat...
2006-09-16 Josh Coalsonremove unused code
2006-09-14 Josh Coalsonadd support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-08-28 Josh Coalsonadd support for encoding from FLAC to FLAC while preser...
2006-07-07 Josh CoalsonMD5 comparison failures on decoding are now an error...
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-06-14 Josh Coalsonimprove behavior of -F to decode even if there is no...
2006-06-13 Josh Coalsonfix largefile bug
2006-05-24 Josh Coalsoncomplete largefile support
2006-05-18 Josh Coalsonadd new options: --tag-from-file for flac and --set...
2006-05-18 Josh Coalsonupdate iconv settings
2006-04-28 Josh Coalsonadd docs for -A, additional docs for --cue
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2006-04-22 Josh Coalsonreuse fskip_ahead() in flac__encode_wav()
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-09-03 Josh Coalsonfix bug: -a and -t were not prevented from being used...
2005-09-01 Josh Coalsonallow non-strict mode for reading replaygain tags,...
2005-08-31 Josh Coalsonadd to verbiage about verify error; point to FAQ entry
2005-08-31 Josh Coalsonmore external use of "FLAC tags" instead of "Vorbis...
2005-08-29 Josh Coalsonfix minor bug printing unknown aiff subchunks (SF bug...
2005-08-27 Josh Coalsonfix bug in --sector-align where appended samples did...
2005-08-26 Josh Coalsonadd support for encoding from non-compressed AIFF-C...
2005-08-24 Josh Coalsoncheck that a cuesheet is legal before trying to encode...
2005-08-24 Josh Coalsonchange bug submission verbiage, require monitoring...
2005-01-30 Josh Coalsonfix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2005-01-07 Josh Coalsonbetter verbiage in bug-report lingo
2005-01-07 Josh Coalsonfix typos
2005-01-07 Josh Coalsonimproved handling of libiconv
2004-12-30 Josh Coalsonfix all bare malloc() realloc() etc calls to have a...
2004-12-30 Josh Coalsonminor comments
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-11-12 Josh Coalsonminor error message fix
2004-10-30 Josh Coalsonget Makefile.lite system (with asm) working on Darwin...
2004-10-20 Josh Coalsonfix bug in handling of --input-size
2004-10-14 Josh Coalsonadd --input-size option to flac
2004-09-24 Josh Coalsonminor casting
2004-09-23 Josh Coalsoncreate a new fskip_ahead() to unify all the forward...
next