about summary refs log tree commit
path: root/src/libFLAC/format.c
DateCommit message (Expand)
2002-05-20minor changes to some defines/globals
2002-05-04add FLAC__format_is_valid_sample_rate()
2002-04-25add VORBIS_COMMENT metadata block
2002-01-26update copyright date to include 2002
2001-07-16add FLAC__FrameNumberTypeString
2001-06-23revamp the ordinal types
2001-06-14add SEEKTABLE to string lookup table
2001-05-31put a FLAC__ASSERT wrapper around assert()
2001-04-13fix compile error
2001-04-13add seekpoint placeholder
2001-04-12add support for raw encoding within a Rice partition
2001-04-10add missing SEEKPOINT globals
2001-03-27update for new format changes: frame crc-16, wasted bits field, longer sync c...
2001-02-23shorten APPLICATION id to 32 bits
2001-02-23rename ENCODING to STREAMINFO; add PADDING and APPLICATION blocks
2001-02-08change Coder to Codec everywhere
2001-02-08delete unused global
2001-01-24drop major/minor version numbers, use just version string
2001-01-24add string lookup tables for enums
2001-01-23revamp in anticipation of new analysis mode
2001-01-16update copyright for 2001
2001-01-16update version to 0.5
2001-01-12add MD5 support
2000-12-22changed version to 0.4
2000-12-17Changed version number to 0.3
2000-12-10Initial revision