remove reference to obsolete Makefile.vc
[platform/upstream/flac.git] / src / flac /
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)
2002-10-17 Josh Coalsonmore option tweaks
2002-10-16 Josh Coalsoninitial import
2002-10-16 Josh Coalsonchanges for MSCV: added dsp file, rename any .cc files...
2002-10-15 Matt ZimmermanFix a broken search-and-replace which produced effects...
2002-10-15 Matt ZimmermanFix slightly botched search-and-replace which produced...
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-10-08 Josh Coalsonadd @LIBICONV@ to ..._LDADD
2002-10-08 Josh Coalsonadd functions/switches for disabling certain subframe...
2002-10-01 Josh Coalsonfix bug with non-ogg builds, wrong # of args to fprintf
2002-09-25 Josh Coalsonbump the version number from 1.0.4_beta to 1.0.4
2002-09-20 Josh Coalsonadd -T, --tag options
2002-09-20 Josh Coalsoninitial import
2002-09-17 Josh Coalsonrevert to miroslav's suggestion for getting the basename
2002-09-17 Josh Coalsonadd code for OS-specific path separator
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-09 Josh Coalsonminor error message formatting
2002-09-05 Josh Coalsonminor formatting
2002-09-04 Josh Coalsonadd assertions
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-21 Josh Coalsonfixes based on Windows testing
2002-08-20 Josh Coalsonfix various little bugs related to format options
2002-08-20 Josh Coalsonadd -v, --version options
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonminor reformatting of help
2002-08-16 Josh Coalsonmove on to the next file instead of stopping on errors
2002-08-14 Josh Coalsonone last pass over the new help system
2002-08-13 Josh Coalson#include fcntl.h in cygwin builds
2002-08-13 Josh Coalsonupdate the usage to match new getopt-based options...
2002-08-12 Josh Coalsonfix bugs in option processing
2002-08-12 Josh Coalsonminor formatting
2002-08-10 Josh Coalsonadd -lgetopt
2002-08-10 Josh Coalsonredo option parsing using getopt_long
2002-08-09 Josh Coalsonfix case when seektable is requested for stdout or...
2002-08-08 Josh Coalsoncode revamp finished
2002-08-08 Josh Coalsonfix bug in stats reporting
2002-08-07 Josh Coalsonbeginning of code revamp, still broken
2002-08-07 Josh Coalsonfinished the work adding back ogg support
2002-08-07 Josh Coalsonadd libOggFLAC
2002-08-07 Josh Coalsonstart code cleanup
2002-08-07 Josh Coalsonuse new file encoder from libFLAC, still needs fixes...
2002-08-07 Josh Coalsonuse new ogg decoder from libOggFLAC
2002-08-03 Josh Coalsonminor formatting
2002-08-02 Josh Coalsonuse new seektable template functions, fix verify logic...
2002-08-02 Josh Coalsonrevamp decoder process calls
2002-08-01 Josh Coalsonminor syntax
2002-08-01 Josh Coalsonminor comments
2002-07-19 Josh Coalsonadd AIFF support patches from Brady Patterson, add...
2002-07-15 Josh Coalsonrename FLAC__format_is_valid_sample_rate() to FLAC__for...
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-07-09 Josh Coalsonadd Makefile.lite, Makefile.vc, etc. to EXTRA_DIST
next