minor comments
[platform/upstream/flac.git] / include / FLAC /
2006-10-03 Josh Coalsonminor comments
2006-09-26 Josh Coalsonremove ancient deprecated things
2006-09-26 Josh Coalsonadd verbiage about libtool version number #defines
2006-09-26 Josh Coalsonchange from one ..._API_NUMBER to 3 libtool numbers...
2006-09-23 Josh Coalsonadd number-of-colors field to PICTURE metadata block
2006-09-23 Josh Coalsonadd support for new PICTURE metadata block
2006-09-23 Josh Coalsonadd #define FLAC_API_NUMBER
2006-09-16 Josh Coalsonminor comments
2006-09-16 Josh Coalsonminor comments
2006-09-16 Josh Coalsonminor comments
2006-09-15 Josh Coalsonchange libOggFLAC++ API to make OggFLAC::Decoder::Strea...
2006-09-15 Josh Coalsonminor wording
2006-09-13 Josh Coalsonmerge down from merged-API-layer branch: cvs -q up...
2006-07-06 Josh Coalsoncomments
2006-07-06 Josh Coalsonchange unparseable frame handling, from a fatal error...
2006-05-01 Josh Coalsonremove window profiling field
2006-05-01 Josh Coalsondefault window to tukey(0.5) instead of hann
2006-04-25 Josh Coalsonadd 2206 to copyright notice
2006-04-25 Josh Coalsonadd support for specifying which apodization functions...
2006-04-10 Josh Coalsonadd FLAC__metadata_get_cuesheet() and FLAC__metadata_ob...
2005-12-02 Josh Coalsonminor comments
2005-09-03 Josh Coalsonadd support for building on os/2 with emx
2005-08-31 Josh Coalsonmore external use of "FLAC tags" instead of "Vorbis...
2005-01-30 Josh Coalsonfix constness in some functions
2005-01-25 Josh Coalsonmerge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEA...
2005-01-25 Josh Coalsonadd 2005 to copyright notices
2004-12-30 Josh Coalsonadd vorbiscomment validation functions to format.c...
2004-12-30 Josh Coalsonrevamp plugin_common to use utf-8 instead of wchar_t...
2004-12-30 Josh Coalsonadditions to metadata object api: more vorbiscomment...
2004-10-20 Josh Coalsonfirst pass at making an integer-only flavor of the...
2004-09-25 Josh Coalsonfix minor comment typos
2004-09-14 Josh Coalsonadd links to the license page in doxygen docs
2004-09-14 Josh Coalsonadd comment braces for doxygen
2004-09-08 Josh Coalsonfix bug copying a null vorbis comment entry
2004-09-02 Josh Coalsonremove check for config.h and assume everyone has intty...
2004-09-02 Josh Coalsonremove unneeded check for config.h
2004-07-31 Josh Coalsonfix typo in comments
2004-07-30 Josh Coalsonadd FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
2004-07-29 Josh Coalsonadd callback.h to header list
2004-07-23 Josh Coalsonupdate license verbiage
2004-07-23 Josh Coalsonremove the __LIBNAME__ definitions
2004-07-22 Josh Coalsonmax the largest metadata type code be 126, reserving...
2004-07-16 Josh Coalsonadd method for skipping an audio frame, plus tests
2004-07-16 Josh Coalsonadd documentation for new callback-based functions
2004-07-15 Josh Coalsondo not close any file handles in the callback-based...
2004-07-11 Josh Coalsonadd callback-based versions of chain writing: FLAC__met...
2004-07-11 Josh Coalsonadd an EOF callback to the mix
2004-07-10 Josh Coalsonadd FLAC__metadata_chain_read_with_callbacks()
2004-07-10 Josh Coalsonadd callback.h
2004-07-07 Josh Coalsonminor comments
2004-03-16 Josh Coalsonfix doc typos
2004-01-17 Josh Coalsonupdate copyright to 2004
2003-12-30 Josh Coalsonminor comments
2003-12-18 Josh Coalsonfix __LIBNAME__ definition
2003-09-26 Josh Coalsonminor comments
2003-09-25 Josh Coalsonadd a "tell" callback to the seekable stream encoder...
2003-09-24 Josh Coalsonadd resolved_as_cstring()
2003-09-24 Josh Coalsonminor formatting
2003-09-24 Josh Coalsonremove leftover and unimplemented proto FLAC__file_deco...
2003-09-23 Josh Coalsonminor comments
2003-09-15 Josh Coalsonreplace the compile time ordinals.h.in->ordinals.h...
2003-01-31 Josh Coalsonchange license verbiage to Xiph's
2003-01-15 Josh Coalsonadd some asserts
2003-01-15 Josh Coalsonminor comments
2003-01-12 Josh Coalsonwrite missing docs for remaining new functions
2003-01-12 Josh Coalsonminor comments
2003-01-11 Josh Coalsonwrite up some missing documentation
2003-01-10 Josh Coalson big fix to allow codec and metadata interface to handl...
2003-01-08 Josh Coalsonbetter logic for determining whether or not DLL cruft...
2003-01-02 Josh CoalsonAdd 2003 to copyright notice
2002-12-05 Josh Coalsonadd "is_cd" flag to CUESHEET everywhere
2002-12-03 Josh Coalsonadjust CUESHEET reserved lengths, minor comments
2002-11-28 Josh Coalsonfix for mingw32
2002-11-21 Josh Coalsonminor comments
2002-11-21 Josh Coalsonmore cuesheet convenience functions
2002-11-19 Josh Coalsondocument some new functions
2002-11-16 Josh Coalsonadd more CUESHEET convenience functions
2002-11-16 Josh Coalsonadd more reserved space to CUESHEET implementation
2002-11-15 Josh Coalsonadd FLAC__METADATA_TYPE_UNDEFINED to FLAC__StreamMetada...
2002-11-15 Josh Coalsonfail ..._init() if CUESHEET metadata block is illegal
2002-11-14 Josh Coalsonimplement new CUESHEET metadata block
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-05 Josh Coalsonconstify first arg of FLAC__metadata_object_vorbiscomme...
2002-10-26 Josh Coalsonfix misspellings in docs
2002-10-26 Josh Coalsonadd more convenience for manipulating vorbis comments
2002-10-23 Josh Coalsonfinal merge of changes from the end of the flac 1.0...
2002-10-18 Josh Coalsonfixes for building static libs (new FLAC__NO_DLL #define)
2002-10-16 Josh Coalsoninitial import
2002-10-16 Josh Coalsontweaks to build libs as DLLs under windows
2002-10-16 Josh Coalsonadd export.h
2002-10-04 Josh Coalsonadd FLAC__MAX_QLP_COEFF_PRECISION
2002-09-26 Josh Coalsonnew #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER
2002-09-25 Josh Coalsonfixes related to the change of FLAC__VERSION_STRING...
2002-09-20 Josh Coalsonfix _HEADERS targets to not clobber each others
2002-09-11 Josh Coalsonminor comment typo fix
2002-09-06 Josh Coalsonminor comments
2002-09-04 Josh Coalsondoxygen comments
next