Added documentation for -c option
[platform/upstream/flac.git] / include /
2001-08-16 Josh Coalsonrename some struct members to avoid C++ 'private' and...
2001-07-16 Josh Coalsonadd number_type to frame header
2001-07-12 Josh Coalsonadd escape coding option
2001-06-29 Josh Coalsonrenamed ordinals.h to ordinals.h.in
2001-06-23 Josh Coalsonadd utility.h
2001-06-23 Josh Coalsoninitial import
2001-06-23 Josh Coalsonrevamp the ordinal types
2001-06-18 Josh Coalsonfix default versioning behavior
2001-06-16 Josh Coalsonrevamp encoder/decoder interface to use set methods...
2001-06-14 Josh Coalsonadd support for last_metadata_is_last flag in the strea...
2001-06-14 Josh Coalsonfix size of application id in struct
2001-06-13 Josh Coalsonrename FLAC__Encoder to FLAC__StreamEncoder, OOPize...
2001-06-13 Josh Coalsonrename encoder.h to stream_encoder.h
2001-06-08 Josh Coalsonadd/update copyright and license notices
2001-05-31 Josh Coalsonput a FLAC__ASSERT wrapper around assert()
2001-05-31 Josh Coalsonintegrate mdz's patch so 'make dist' will work as expected
2001-05-29 Josh Coalsonminor comment change
2001-05-29 Josh Coalsonupdate version number to 0.10
2001-05-25 Josh Coalsonremove config.h
2001-05-24 Josh Coalsonconfig.h no longer needed
2001-05-23 Josh Coalsonadd config.h
2001-05-23 Josh Coalsoninitial import
2001-05-16 Josh Coalsonuse float instead of double for basic FP type
2001-04-25 Josh Coalson-r now takes min,max and is called min/max_residual_par...
2001-04-13 Josh Coalsonadd support for writing SEEKTABLE block
2001-04-13 Josh Coalsonadd format.h adn seek_table.h
2001-04-13 Josh Coalsoninitial import
2001-04-13 Josh Coalsonadd seekpoint placeholder
2001-04-12 Josh Coalsonadd support for raw encoding within a Rice partition
2001-04-05 Josh Coalsonadd SEEKTABLE metadata block
2001-03-28 Josh Coalsonchange min bps from 1 to 4
2001-03-27 Josh Coalsonfix comments
2001-03-27 Josh Coalsonadd new error codes
2001-03-27 Josh Coalsonupdate for new format changes: frame crc-16, wasted...
2001-03-21 Josh Coalsonupdate version to 0.9
2001-03-05 Josh Coalsonfix empty struct problem
2001-02-28 Josh Coalsonadd some types
2001-02-23 Josh Coalsonshorten APPLICATION id to 32 bits
2001-02-23 Josh Coalsonupdate version number to 0.8
2001-02-23 Josh Coalsonadd padding option to encoder
2001-02-23 Josh Coalsonrename ENCODING to STREAMINFOl; and PADDING and APPLICA...
2001-02-12 Josh Coalsonupdate version number to 0.7
2001-02-08 Josh Coalsonchange Coder to Codec everywhere
2001-01-28 Josh Coalsonchange force_mid_side to loose_mid_side
2001-01-26 Josh Coalsonfix default version number
2001-01-25 Josh Coalsonadd some consts
2001-01-24 Josh Coalsonadd fallback for when VERSION is not set
2001-01-24 Josh Coalsondrop major/minor version numbers, use just version...
2001-01-24 Josh Coalsonadd FLAC__ENCODER_ILLEGAL_MID_SIDE_FORCE code
2001-01-24 Josh Coalsonadd force mid-side stereo option
2001-01-24 Josh Coalsonadd string lookup tables for enums
2001-01-23 Josh Coalsonrevamp in anticipation of new analysis mode
2001-01-23 Josh Coalsonadd total sample estimation
2001-01-23 Josh Coalsonrearrange to make more sense
2001-01-19 Josh Coalsonuse VERSION macro for version instead of hardcoding it
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 Coalsonchange version to 0.4
2000-12-22 Josh Coalsonadd string arrays for enums
2000-12-17 Josh CoalsonChange version number to 0.3
2000-12-10 Josh CoalsonInitial revision