summaryrefslogtreecommitdiff
path: root/include/FLAC
Commit message (Expand)AuthorAgeFilesLines
* revamp plugin_common to use utf-8 instead of wchar_t as the internal comment ...Josh Coalson2004-12-301-6/+1
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-302-40/+160
* first pass at making an integer-only flavor of the libraries. move FLAC__rea...Josh Coalson2004-10-201-1/+0
* fix minor comment typosJosh Coalson2004-09-251-1/+1
* add links to the license page in doxygen docsJosh Coalson2004-09-141-4/+4
* add comment braces for doxygenJosh Coalson2004-09-141-0/+4
* fix bug copying a null vorbis comment entryJosh Coalson2004-09-081-2/+2
* remove check for config.h and assume everyone has inttypes.h (C99); special w...Josh Coalson2004-09-021-15/+1
* remove unneeded check for config.hJosh Coalson2004-09-021-4/+0
* fix typo in commentsJosh Coalson2004-07-311-1/+1
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-5/+28
* add callback.h to header listJosh Coalson2004-07-291-0/+1
* update license verbiageJosh Coalson2004-07-231-5/+4
* remove the __LIBNAME__ definitionsJosh Coalson2004-07-231-3/+0
* max the largest metadata type code be 126, reserving 127 to avoid confusion w...Josh Coalson2004-07-222-1/+5
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-163-9/+80
* add documentation for new callback-based functionsJosh Coalson2004-07-161-4/+110
* do not close any file handles in the callback-based chain reading/writingJosh Coalson2004-07-151-3/+2
* add callback-based versions of chain writing: FLAC__metadata_chain_check_if_t...Josh Coalson2004-07-111-1/+32
* add an EOF callback to the mixJosh Coalson2004-07-111-4/+17
* add FLAC__metadata_chain_read_with_callbacks()Josh Coalson2004-07-101-1/+22
* add callback.hJosh Coalson2004-07-103-0/+170
* minor commentsJosh Coalson2004-07-071-4/+5
* fix doc typosJosh Coalson2004-03-161-1/+1
* update copyright to 2004Josh Coalson2004-01-1713-13/+13
* minor commentsJosh Coalson2003-12-301-1/+2
* fix __LIBNAME__ definitionJosh Coalson2003-12-181-1/+1
* minor commentsJosh Coalson2003-09-261-7/+18
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-5/+69
* add resolved_as_cstring()Josh Coalson2003-09-241-0/+10
* minor formattingJosh Coalson2003-09-241-0/+1
* remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_...Josh Coalson2003-09-241-11/+0
* minor commentsJosh Coalson2003-09-231-1/+1
* replace the compile time ordinals.h.in->ordinals.h conversion with a static o...Josh Coalson2003-09-151-15/+33
* change license verbiage to Xiph'sJosh Coalson2003-01-3113-174/+330
* add some assertsJosh Coalson2003-01-151-4/+2
* minor commentsJosh Coalson2003-01-151-1/+4
* write missing docs for remaining new functionsJosh Coalson2003-01-121-7/+70
* minor commentsJosh Coalson2003-01-121-4/+4
* write up some missing documentationJosh Coalson2003-01-112-51/+173
* big fix to allow codec and metadata interface to handle unknown metadata blo...Josh Coalson2003-01-102-1/+14
* better logic for determining whether or not DLL cruft is neededJosh Coalson2003-01-081-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-0213-13/+13
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-1/+3
* adjust CUESHEET reserved lengths, minor commentsJosh Coalson2002-12-031-11/+7
* fix for mingw32Josh Coalson2002-11-281-1/+1
* minor commentsJosh Coalson2002-11-211-5/+9
* more cuesheet convenience functionsJosh Coalson2002-11-211-0/+6
* document some new functionsJosh Coalson2002-11-195-7/+82
* add more CUESHEET convenience functionsJosh Coalson2002-11-161-6/+16