add support for new REPLAYGAIN_REFERENCE_LOUDNESS tag
[platform/upstream/flac.git] / src / flac /
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...
2004-09-23 Josh Coalsonpatch from Brian Willoughby: fix handling of "offset...
2004-09-14 Josh Coalsonfix memory leak after parsing cuesheet
2004-09-10 Josh Coalsonchange "Ogg-FLAC" to "Ogg FLAC" for consistency
2004-07-27 Josh Coalsonhide some stray libOggFLAC references in #ifdef FLAC__H...
2004-07-27 Josh Coalsonfix bug skipping padding byte in unsupported WAVE subchunks
2004-07-24 Josh Coalsonadd extra verbiage about hardware problems to verify...
2004-07-24 Josh Coalsonfix erroneous assertion
2004-07-22 Josh Coalsonadd more informative error info for some common errors...
2004-07-22 Josh Coalsonadd more informative error info for some common errors
2004-07-22 Josh Coalsonfix option --residual-gnuplot, was previously looking...
2004-07-20 Josh Coalsonobey padding byte requirement when writing WAVE
2004-07-19 Josh Coalsonfix bug #679166: flac doesn't respect RIFF subchunk...
2004-07-18 Josh Coalsonreplace verbose/silent flags with a verbosity level
2004-07-17 Josh Coalsonfix bug in ratio calculation in print_stats()
2004-07-17 Josh Coalsonadd --totally-silent option to flac, man page, and...
2004-07-17 Josh Coalsonadd --cue option to flac, and tests and documentation
2004-07-17 Josh Coalsondon't always assume a cuesheet is CD-DA, guess based...
2004-07-16 Josh Coalsonmake --serial-number or the default random serial numbe...
2004-07-16 Josh Coalsonfix time.h #includes
2004-07-16 Josh Coalsonprint error if output file already exists, instead...
2004-07-16 Josh Coalsonwhen encoding to Ogg FLAC, set a random serial number...
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-31 Josh Coalsonfix up reporting of the current frame to the write...
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 Coalsonrename string.* to more unambiguous local_string_utils.*
2003-12-17 Josh Coalsonrename string.* to more unambiguous local_string_utils.*
2003-12-17 Josh Coalsonfixes for MSVC
2003-12-17 Josh Coalson#include stdlib.h for size_t
2003-12-17 Josh Coalsonadd undocumented option --apply-replaygain-which-is...
2003-11-14 Josh Coalsonfix bug (debian #213172): bugs.debian.org/cgi-bin/bugre...
2003-11-13 Josh Coalsonuse new Ogg FLAC file encoder where appropriate
2003-09-25 Josh Coalsonadd metadata callback back to ogg stream encoder
2003-07-26 Matt ZimmermanAdd missing -lm
2003-05-27 Matt ZimmermanExplicitly link shared libraries against dependent...
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-05-19 Josh Coalsonadd Brady's better write_sane_extended()
2003-05-19 Josh Coalsonchange default extension for AIFF from .aiff to .aif
2003-02-27 Josh Coalsonfix bug #679255 by checking the block alignment against...
2003-02-07 Matt ZimmermanBuild libtool archives instead of plain .a archives...
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-15 Josh Coalsonremove deprecated code for -E and -R
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonupdate verbiage about -P, now that the default is ...
2003-01-11 Josh Coalsonfix bug when reading very small raw files
2003-01-10 Josh Coalsonfix bug where some Ogg-relative stuff was not #ifdef'ed
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-31 Josh Coalsonchange default seektable from "-S 100x" to "-S 10s"
2002-12-30 Josh Coalsonfix bug in checking of filename extensions
2002-12-30 Josh Coalsonfix bug: explicitly close output file in Ogg FLAC case
2002-12-29 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-23 Josh Coalsondouble-protect a naked assert
2002-12-21 Josh Coalsontweak some of the usage text
2002-12-17 Josh Coalsonadd support for decoding to AIFF
2002-12-17 Josh Coalsonfix bug in aiff code for skipping ahead
next