tweaks to the MD5 routines; they need to be exported when building a windows DLL...
[platform/upstream/flac.git] / src / libFLAC /
2004-07-23 Josh Coalsontweaks to the MD5 routines; they need to be exported...
2004-07-23 Josh Coalsonmake encoder encode the blocksize and sample rate in...
2004-07-23 Josh Coalsonfix warnings exposed by MSVC
2004-07-22 Josh Coalsonmax the largest metadata type code be 126, reserving...
2004-07-20 Josh Coalsonfixes for autoconf
2004-07-16 Josh Coalsonadd method for skipping an audio frame, plus tests
2004-07-16 Josh Coalsonremove unused variables
2004-07-15 Josh Coalsondo not close any file handles in the callback-based...
2004-07-14 Josh Coalsonfix bug in FLAC__metadata_chain_check_if_tempfile_needed()
2004-07-11 Josh Coalsonadd callback-based versions of chain writing: FLAC__met...
2004-07-10 Josh Coalsonadd FLAC__metadata_chain_read_with_callbacks()
2004-07-10 Josh Coalsonbegin addition of callback-based option to metadata...
2004-07-07 Josh Coalsonfix another possible seeking bug
2004-07-07 Josh Coalsonminor comments
2004-07-07 Josh Coalsonfix bug where calling FLAC__seekable_stream_decoder_set...
2004-05-26 Josh Coalsonuse $libdir instead of $prefix/lib to find library dir
2004-04-16 Matt ZimmermanEnure that libFLAC is linked with -lm on all architectu...
2004-03-23 Josh Coalsonfix seeking bug where I/O seek to "unparseable" frame...
2004-03-22 Josh Coalsonfix bug: %ll doesn't work for MSVC, use %I64 instead
2004-03-16 Josh Coalsonbump version info
2004-01-18 Josh Coalsonfix possible bug with seeking past 4Gbytes
2004-01-17 Josh Coalsonupdate copyright to 2004
2004-01-16 Josh Coalsonfix some syntax bugs
2004-01-12 Josh Coalsonminor reformatting
2003-12-31 Josh Coalsonminor cleanup
2003-12-31 Josh Coalsonfix up reporting of the current frame to the write...
2003-12-30 Josh Coalsonfix bug in read callback where *bytes was not being...
2003-12-17 Josh Coalsonstamp a CVS+date for the version
2003-11-27 Josh Coalsonfix bug in sample_number calculation from frame header
2003-09-26 Josh Coalsonminor syntax
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
2003-09-24 Josh Coalsonuse resolved_state_string as much as possible
2003-09-24 Josh Coalsonadd resolved_as_cstring()
2003-09-15 Josh Coalsonreplace the compile time ordinals.h.in->ordinals.h...
2003-05-27 Matt ZimmermanExplicitly link shared libraries against dependent...
2003-05-22 Josh Coalsonadd double quotes to protect paths with spaces in them
2003-05-20 Josh CoalsonC89 standard fixes, based on feedback from IRIX port
2003-02-20 Josh Coalsonfix bug where seeking past the end of the stream could...
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-26 Josh Coalsonmove "...skip_bits_..." down because of inline ordering
2003-01-25 Josh Coalsonbump the libtool version numbers
2003-01-25 Josh Coalsonadd /D FLAC__USE_3DNOW
2003-01-25 Josh Coalsonremove reference to obsolete Makefile.vc
2003-01-25 Josh Coalsonobsolete now that .dsp files are complete
2003-01-25 Josh Coalsonbump version number to 1.1.0
2003-01-15 Josh Coalsonbump the libtool revision number only
2003-01-15 Josh Coalsonfix release date on vendor string
2003-01-15 Josh Coalsonadd some asserts
2003-01-15 Josh Coalsonminor comments
2003-01-14 Josh CoalsonSecond patch from X-Fixer: tweaks for better MSVC build
2003-01-14 Josh Coalsonminor syntax
2003-01-14 Josh Coalsonminor formatting
2003-01-13 Josh Coalsonfix bug with some assertions
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonminor syntax
2003-01-10 Josh Coalsonbig fix to allow codec and metadata interface to handle...
2003-01-08 Josh Coalsonbump version string to 1.0.5_beta2
2003-01-08 Josh Coalsonworking 64-bit literals for MSVC
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-30 Josh Coalsonenable SSE versions of FLAC__lpc_compute_autocorrelatio...
2002-12-30 Josh Coalsonpatch from Miroslav
2002-12-29 Josh Coalsonneed release bitbuffer even in error cases in write_bit...
2002-12-28 Josh Coalsonadd flushed fwrite in Valgrind mode
2002-12-23 Josh Coalsonenable 3dnow optimizations by default
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-03 Josh Coalsonadjust CUESHEET reserved lengths
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-21 Josh Coalsonmore checks in the cuesheet validator
2002-11-21 Josh Coalsonmore cuesheet convenience functions
2002-11-20 Josh Coalsonrevamp Makefile.lite system, use separate dirs and...
2002-11-19 Josh Coalsonminor comments
2002-11-19 Josh Coalsonremove debug printf's
2002-11-16 Josh Coalsonadd more CUESHEET convenience functions
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonfix MSVC warning with explicit casts
2002-11-15 Josh Coalsonfurther implementation of new CUESHEET metadata block
2002-11-15 Josh Coalsonadd FLAC__bitbuffer_skip_bits_no_crc()
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
2002-11-14 Josh Coalsonreorganize metadata decoding in anticipation of new...
2002-11-08 Josh Coalsonadd FLAC__file_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd FLAC__seekable_stream_decoder_get_decode_position()
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-11-08 Josh Coalsonadd ..._get_resolved_state_string() convenience function
2002-11-08 Josh Coalsonfix bug in seekpoint calculation in the final frame
2002-11-07 Josh Coalsonfix unused function #ifdefs
2002-11-06 Josh Coalsonmore strict typecasts
2002-11-06 Josh Coalsonfix bugs returning the wrong meaning from FLAC__stream_...
2002-11-06 Josh Coalson#ifdef out more unused routines
2002-11-05 Josh Coalsonconstify first arg of FLAC__metadata_object_vorbiscomme...
2002-10-26 Josh Coalsonupdate to match new default vorbis comment implementati...
2002-10-26 Josh Coalsonadd more convenience for manipulating vorbis comments
2002-10-26 Josh Coalson#include bitmath.h
2002-10-23 Josh Coalsonadd notion of topdir to Makefile.lite build system
2002-10-21 Josh Coalsonfix from Miroslav on the lpc datapath switching logic
2002-10-21 Josh Coalsonfix bug in free()ing of output arrays
next