fix typos
[platform/upstream/flac.git] / src / flac /
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
2002-12-17 Josh Coalsonadd decoding to AIFF, --force-aiff-format
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-12-10 Josh Coalsonminor includes
2002-12-10 Josh Coalsonadd utils.c, utils.h
2002-12-10 Josh Coalsoninitial import
2002-12-04 Josh Coalson#include config.h
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
2002-12-03 Josh Coalsonremove SHARE_LIBS
2002-11-27 Josh Coalsonimplement --cuesheet and --no-cued-seekpoints
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-14 Josh Coalsonfix lib list
2002-11-07 Josh Coalsonadd -S #s option
2002-11-07 Josh Coalsonupdates to work with new grabbag lib
2002-10-31 Josh Coalsonallow --replay-gain with --skip
2002-10-30 Josh Coalsonmove file functions into new file_utils convenience lib
2002-10-30 Josh Coalsonflesh out --replay-gain implementation
2002-10-30 Josh Coalsonflesh out --replay-gain implementation, make the encode...
2002-10-30 Josh Coalsonadd support for new file_utils convenience library
2002-10-30 Josh Coalsonmoved into the new file_utils convenience library
2002-10-29 Josh Coalsonbeginnings of --replay-gain support
2002-10-29 Josh Coalsonfix library link order
2002-10-26 Josh Coalsonminor const-related fixes
2002-10-25 Josh Coalsonfirst twinges of replaygain support
2002-10-24 Josh Coalsonadd new gain_analysis convenience library
2002-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
next