more strict typecasts
[platform/upstream/flac.git] / src / libFLAC / format.c
2002-11-06 Josh Coalsonmore strict typecasts
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-11 Josh Coalsonfix assertion bug
2002-10-10 Matt ZimmermanUse config.h rather than passing all defs in CFLAGS
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-09 Josh Coalsonbump version number to 1.0.4_beta
2002-09-09 Josh Coalsonstring hack for msvc6
2002-08-27 Josh Coalsonminor formatting
2002-08-25 Josh Coalsonadd vendor string to encoding
2002-08-19 Josh Coalsonsplit off dynamically allocated stuff from FLAC__Entrop...
2002-08-17 Josh Coalsonadd utility routines related to entropy coding
2002-08-16 Josh Coalsonadd assertions
2002-08-01 Josh Coalsonfix bug in seektable sorter where it was returning...
2002-08-01 Josh Coalsonnew functions for seektable templates, point sorting
2002-07-15 Josh Coalsonrename (FLAC__format_is_valid_sample_rate() to FLAC__fo...
2002-06-08 Josh Coalsonanother big glob of changes/fixes
2002-06-07 Josh Coalsonmassive glob of checkins: improved tests, more tests...
2002-05-20 Josh Coalsonminor changes to some defines/globals
2002-05-04 Josh Coalsonadd FLAC__format_is_valid_sample_rate()
2002-04-25 Josh Coalsonadd VORBIS_COMMENT metadata block
2002-01-26 Josh Coalsonupdate copyright date to include 2002
2001-07-16 Josh Coalsonadd FLAC__FrameNumberTypeString
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-14 Josh Coalsonadd SEEKTABLE to string lookup table
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-04-13 Josh Coalsonfix compile error
2001-04-13 Josh Coalsonadd seekpoint placeholder
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-10 Josh Coalsonadd missing SEEKPOINT globals
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-02-23 Josh Coalsonshorten APPLICATION id to 32 bits
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFO; add PADDING and APPLICAT...
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-02-08 Josh Coalsondelete unused global
2001-01-24 Josh Coalsondrop major/minor version numbers, use just version...
2001-01-24 Josh Coalsonadd string lookup tables for enums
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-16 Josh Coalsonupdate copyright for 2001
2001-01-16 Josh Coalsonupdate version to 0.5
2001-01-12 Josh Coalsonadd MD5 support
2000-12-22 Josh Coalsonchanged version to 0.4
2000-12-17 Josh CoalsonChanged version number to 0.3
2000-12-10 Josh CoalsonInitial revision