summaryrefslogtreecommitdiff
path: root/include/FLAC++
Commit message (Expand)AuthorAgeFilesLines
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-0/+1
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+3
* bump libtool number in prep for releaseJosh Coalson2007-07-101-3/+28
* add FLAC::Decoder::Stream::get_decode_position()Josh Coalson2007-04-051-0/+1
* bump libtool .so revision numberJosh Coalson2007-02-141-1/+1
* add 2007 copyrightJosh Coalson2007-02-026-6/+6
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-212-2/+2
* minor commentsJosh Coalson2006-11-203-4/+6
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-2/+2
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-091-1/+1
* fix FLAC::Decoder::Stream::finish() to return a bool like its C cousinJosh Coalson2006-11-091-1/+1
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-2/+3
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-162-6/+0
* change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...Josh Coalson2006-10-151-3/+3
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-152-5/+5
* improve commentsJosh Coalson2006-10-154-86/+44
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-152-2/+2
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-152-41/+23
* fix placement of FLAC_API_VERSION_... #definesJosh Coalson2006-10-141-2/+3
* bump libtool .so number in prep for releaseJosh Coalson2006-10-101-1/+1
* more doxygen commentsJosh Coalson2006-10-073-59/+82
* change from one ..._API_NUMBER to 3 libtool numbers ..._API_VERSION_{CURRENT,...Josh Coalson2006-09-261-2/+6
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-2/+4
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-8/+82
* add #define FLAC_API_NUMBERJosh Coalson2006-09-231-0/+3
* change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder...Josh Coalson2006-09-152-71/+79
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-132-446/+268
* add set_apodization() to oggflac layersJosh Coalson2006-05-011-0/+3
* add 2206 to copyright noticeJosh Coalson2006-04-256-6/+6
* add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...Josh Coalson2006-04-101-0/+7
* fixes for compiling with SunProJosh Coalson2005-01-272-6/+6
* add 2005 to copyright noticesJosh Coalson2005-01-256-6/+6
* remove superfluous semicolon after namespace closuresJosh Coalson2005-01-253-6/+6
* 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-301-16/+16
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-301-4/+21
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-1/+4
* more acceptable hack to the workaround of nested classes not being able to se...Josh Coalson2004-07-302-12/+12
* extend hack of making decoder_ pointer public to gcc < 2.96Josh Coalson2004-07-272-12/+12
* add pragma to disable annoying MSVC warning C4800Josh Coalson2004-07-231-0/+10
* remove the __LIBNAME__ definitionsJosh Coalson2004-07-231-3/+0
* 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-161-0/+3
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-0/+6
* update copyright to 2004Josh Coalson2004-01-176-6/+6
* workaround MSVC bug re: scoping of nested classesJosh Coalson2003-12-182-0/+24
* fix __LIBNAME__ definitionJosh Coalson2003-12-181-1/+1
* minor formattingJosh Coalson2003-09-261-2/+0