summaryrefslogtreecommitdiff
path: root/src/libFLAC++
Commit message (Expand)AuthorAgeFilesLines
...
* add LIBFLACPP_LIBDIR, make AC_TRY_RUN more robustJosh Coalson2006-10-251-5/+15
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-162-20/+0
* change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...Josh Coalson2006-10-151-2/+2
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-152-4/+4
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-152-4/+4
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-158-196/+185
* bump libtool .so number in prep for releaseJosh Coalson2006-10-101-1/+1
* minor commentsJosh Coalson2006-09-261-1/+1
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-231-4/+16
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-0/+141
* change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder...Josh Coalson2006-09-152-0/+20
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-1310-1172/+162
* minor syntaxJosh Coalson2006-05-033-3/+3
* add set_apodization() to oggflac layersJosh Coalson2006-05-013-0/+18
* add 2206 to copyright noticeJosh Coalson2006-04-259-9/+9
* add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...Josh Coalson2006-04-101-0/+36
* bump the libtool numberJosh Coalson2005-02-021-1/+1
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-1/+0
* fixes for compiling with SunProJosh Coalson2005-01-273-6/+6
* add 2005 to copyright noticesJosh Coalson2005-01-259-9/+9
* remove superfluous semicolon after namespace closuresJosh Coalson2005-01-257-15/+15
* libFLAC++: all metadata object operator=() funcs now return *this; add Metada...Josh Coalson2005-01-071-5/+33
* add vorbiscomment validation functions to format.c and test code; validate na...Josh Coalson2004-12-301-6/+13
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-301-4/+46
* bump libtool library version numbersJosh Coalson2004-09-101-1/+1
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-3/+19
* bump libtool version numbers for flac-1.1.1-beta1Josh Coalson2004-07-301-2/+2
* work around MSVC bug in set_metadata()Josh Coalson2004-07-233-0/+42
* add pragma to disable annoying MSVC warning C4800Josh Coalson2004-07-231-0/+5
* add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsi...Josh Coalson2004-07-223-0/+34
* fixes for autoconfJosh Coalson2004-07-201-1/+1
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-163-0/+18
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-0/+24
* use $libdir instead of $prefix/lib to find library dirJosh Coalson2004-05-261-1/+1
* update copyright to 2004Josh Coalson2004-01-179-9/+9
* #pragma to turn off useless MSVC warning C4800Josh Coalson2003-12-186-0/+30
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+10
* *::State::resolved_as_cstring() is now inlinedJosh Coalson2003-09-246-66/+0
* Explicitly link shared libraries against dependent libraries, in response toMatt Zimmerman2003-05-271-0/+1
* change license verbiage to Xiph'sJosh Coalson2003-01-319-108/+216
* bump the libtool version numbersJosh Coalson2003-01-251-1/+1
* remove reference to obsolete Makefile.vcJosh Coalson2003-01-251-1/+0
* obsolete now that .dsp files are completeJosh Coalson2003-01-251-49/+0
* bump the libtool revision number onlyJosh Coalson2003-01-151-1/+1
* Second patch from X-Fixer: tweaks for better MSVC buildJosh Coalson2003-01-141-4/+4
* minor formattingJosh Coalson2003-01-141-2/+2
* big fix to allow codec and metadata interface to handle unknown metadata bloc...Josh Coalson2003-01-101-1/+34
* update the libtool library version numberJosh Coalson2003-01-021-1/+1
* Add 2003 to copyright noticeJosh Coalson2003-01-0210-10/+10
* need /GR for dynamic_cast to work for some reasonJosh Coalson2002-12-291-2/+2