summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix constness in some functionsJosh Coalson2005-01-301-2/+2
* fixes for compiling with SunProJosh Coalson2005-01-274-12/+12
* merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -...Josh Coalson2005-01-251-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-2541-41/+41
* remove superfluous semicolon after namespace closuresJosh Coalson2005-01-255-10/+10
* libFLAC++: all metadata object operator=() funcs now return *this; add Metada...Josh Coalson2005-01-071-26/+67
* minor commentsJosh Coalson2004-12-301-1/+1
* add vorbiscomment validation functions to format.c and test code; validate na...Josh Coalson2004-12-303-31/+87
* 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-303-44/+181
* 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
* add new requirements to ogg mapping: vorbis comment block must come second af...Josh Coalson2004-09-103-3/+45
* 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-302-6/+32
* more acceptable hack to the workaround of nested classes not being able to se...Josh Coalson2004-07-304-24/+24
* add explanation of new read callbackJosh Coalson2004-07-301-1/+2
* add callback.h to header listJosh Coalson2004-07-291-0/+1
* extend hack of making decoder_ pointer public to gcc < 2.96Josh Coalson2004-07-274-24/+24
* update license verbiageJosh Coalson2004-07-231-5/+4
* add pragma to disable annoying MSVC warning C4800Josh Coalson2004-07-231-0/+10
* remove the __LIBNAME__ definitionsJosh Coalson2004-07-234-12/+0
* max the largest metadata type code be 126, reserving 127 to avoid confusion w...Josh Coalson2004-07-222-1/+5
* add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsi...Josh Coalson2004-07-221-0/+4
* add an accessor method for the underlying ::FLAC__StreamMetadata objectJosh Coalson2004-07-221-0/+12
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-164-9/+83
* minor comment fixesJosh Coalson2004-07-163-3/+7
* add documentation for new callback-based functionsJosh Coalson2004-07-161-4/+110
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-0/+6
* 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
* get rid of obsolete *_get_decode_position() methodsJosh Coalson2004-07-072-36/+0
* revamp OggFLAC__SeekableStreamDecoder to derive from OggFLAC__StreamDecoder i...Josh Coalson2004-07-073-44/+135
* minor reordering of decoder state enum to match FLAC layersJosh Coalson2004-03-173-9/+9
* fix doc typosJosh Coalson2004-03-161-1/+1
* *** empty log message ***Josh Coalson2004-01-301-1/+1
* update copyright to 2004Josh Coalson2004-01-1740-40/+40
* add read callback to OggFLAC__SeekableStreamEncoder, necessary for metadata r...Josh Coalson2004-01-172-0/+68
* revamp OggFLAC__SeekableStreamEncoder to derive from FLAC__StreamEncoder inst...Josh Coalson2004-01-161-72/+74
* various fixes related to deriving OggFLAC__SeekableStreamEncoder from FLAC__S...Josh Coalson2004-01-162-22/+2
* revamp ogg flac file decoder; it needed to be derived from the ogg flac strea...Josh Coalson2003-12-312-20/+26