big fix to allow codec and metadata interface to handle unknown metadata block types...
[platform/upstream/flac.git] / src /
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-10 Josh Coalsonmove in some common metadata setting stuff here
2003-01-10 Josh Coalsonmove common stuff into metadata_utils
2003-01-10 Josh Coalsonadd new/missing files
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-10 Josh Coalsonfix bug where some Ogg-relative stuff was not #ifdef'ed
2003-01-10 Josh Coalsoninitial import, copied from test_libFLAC/
2003-01-10 Josh Coalsonminor verbiage
2003-01-10 Josh Coalsonfix bug shown by X-Fixer in ...apply_gain()
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-08 Josh Coalsonworking 64-bit literals for MSVC
2003-01-08 Josh Coalsonworking RNG patch for MSVC
2003-01-08 Josh Coalsonfix bug where formatting of replaygain tags was affecte...
2003-01-08 Josh Coalsonnew configuration dialog and replay gain code; thanks...
2003-01-08 Josh Coalsonadd config/resource stuff
2003-01-08 Josh Coalsonmoved into include/winamp2/
2003-01-08 Josh Coalsoninitial import
2003-01-04 Josh Coalsonpatch from Miroslav to fix bitrate display for large...
2003-01-02 Josh Coalsonupdate the version number from 1.0.4 to 1.0.5-beta1
2003-01-02 Josh Coalsonupdate the libtool library version number
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 Coalsonenable SSE versions of FLAC__lpc_compute_autocorrelatio...
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-30 Josh Coalsonfix memory leaks
2002-12-30 Josh Coalsonpatch from Miroslav
2002-12-29 Josh Coalsonfix problem with uninitialized data from valgrind
2002-12-29 Josh Coalsonneed release bitbuffer even in error cases in write_bit...
2002-12-29 Josh Coalsonneed /GR for dynamic_cast to work for some reason
2002-12-29 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonfix memory leaks
2002-12-28 Josh Coalsonadd "all" to phony targets
2002-12-28 Josh Coalsonminor syntax
2002-12-28 Josh Coalsonfix uninitialized data
2002-12-28 Josh Coalsonfix memory leaks and uninitialized data
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-28 Josh Coalsonadd Makefile.lite
2002-12-28 Josh Coalsoninitial import
2002-12-27 Josh Coalsonfix memory leaks
2002-12-27 Josh Coalsonfix memory leak in Cuesheet destructor
2002-12-23 Josh Coalsonenable 3dnow optimizations by default
2002-12-23 Josh Coalsondouble-protect a naked assert
2002-12-23 Josh Coalsonfix problem with FLAC_plugin__charset_test_conversion...
2002-12-23 Josh Coalsonfix warning about unused vars
2002-12-23 Josh Coalsonfix uninitialized var
2002-12-23 Josh Coalsonminor typo
2002-12-21 Josh Coalsontweak some of the usage text
2002-12-21 Josh Coalsonminor comments
2002-12-21 Josh Coalsonminor tweak to test parameters
2002-12-19 Josh Coalsonfix typo in integer constant
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-17 Josh Coalsonadd arbitrary WAVE and AIFF file generators
2002-12-15 Josh Coalsonfix more bugs with --skip and --until
2002-12-13 Josh Coalsonfix bug with uninitialized vars in parser
2002-12-13 Josh Coalsonfix memory leaks
2002-12-13 Josh Coalsonfix bug in cuesheet comparison
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-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-04 Josh Coalson#include config.h
2002-12-04 Josh Coalsonfix memory leaks found with valgrind
2002-12-04 Josh Coalsonfix library list
2002-12-04 Josh Coalsoninstrument for valgrind
2002-12-03 Josh Coalsonadjust CUESHEET reserved lengths
2002-12-03 Josh Coalsonremove in_flac.dsw from EXTRA_DIST
2002-12-03 Josh Coalsonremove README from EXTRA_DIST
2002-12-03 Josh Coalsonremove SHARE_LIBS
2002-12-03 Josh Coalsonobsolete
2002-11-27 Josh Coalsonimplement --cuesheet and --no-cued-seekpoints
2002-11-27 Josh Coalsonminor comments
2002-11-27 Josh Coalsonminor fixes
2002-11-27 Josh Coalsonfinish implementation of --import-cuesheet-from and...
2002-11-27 Josh Coalsonfix bug in local_strcat()
2002-11-26 Josh Coalsonbeginnings of new --import-cuesheet-from and --export...
2002-11-23 Josh Coalsonminor fixes revealed by new tests
2002-11-22 Josh Coalsonminor fixes
2002-11-22 Josh Coalsonget Makefile.vc system working again with new debug...
2002-11-22 Josh Coalsonnew grabbag testers
2002-11-22 Josh Coalsonminor fixes
2002-11-22 Josh Coalsonadd cuesheet writer, fix several bugs exposed in testing
2002-11-21 Josh Coalsonrevamp MSVC build system, separate dynamic and static...
2002-11-21 Josh Coalsonmore checks in the cuesheet validator
2002-11-21 Josh Coalsonmore cuesheet convenience functions
2002-11-21 Josh Coalsonfinish cuesheet parser
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-20 Josh Coalsonbeginnings of cuesheet file parser
2002-11-19 Josh Coalsonminor comments
2002-11-19 Josh Coalsonfinish implementation of CueSheet object wrapper
2002-11-19 Josh Coalsonpatches from Miroslav for tag editing
2002-11-19 Josh Coalsonpatches from Miroslav for file info dialog and tag...
2002-11-19 Josh Coalsonadd cuesheet.c
2002-11-19 Josh Coalsonremove debug printf's
2002-11-19 Josh Coalsonadd CueSheet tests
2002-11-19 Josh Coalsoncopy updates from test_libFLAC
next