summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++
Commit message (Expand)AuthorAgeFilesLines
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-312-2/+2
* fix bug where test would fail if libFLAC not built with ogg supportJosh Coalson2006-11-211-7/+9
* fixes based on valgrind runJosh Coalson2006-11-201-0/+1
* write encoded stream to actual file to improve testingJosh Coalson2006-11-161-20/+48
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-115/+131
* fixes from MSVC6Josh Coalson2006-11-141-0/+4
* fix compiler warningsJosh Coalson2006-11-111-1/+1
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-091-1/+5
* fix FLAC::Decoder::Stream::finish() to return a bool like its C cousinJosh Coalson2006-11-091-3/+15
* minor syntaxJosh Coalson2006-11-091-3/+3
* minor fixes to linked libsJosh Coalson2006-11-081-1/+1
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-10/+15
* more fixes for ogg supportJosh Coalson2006-10-181-2/+2
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-161-1/+1
* 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-5/+5
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-152-4/+4
* link libogg if necessaryJosh Coalson2006-10-151-0/+1
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-153-129/+258
* minor commentsJosh Coalson2006-10-101-4/+4
* try to limit the #defines (of fseeko to fseek and ftello to ftell) to just th...Josh Coalson2006-10-032-2/+4
* add number-of-colors field to PICTURE metadata blockJosh Coalson2006-09-232-2/+19
* add support for new PICTURE metadata blockJosh Coalson2006-09-234-79/+448
* minor commentsJosh Coalson2006-09-161-0/+1
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-1311-2941/+413
* fix #include for off_tJosh Coalson2006-08-281-3/+0
* complete largefile supportJosh Coalson2006-05-245-27/+51
* add 2206 to copyright noticeJosh Coalson2006-04-2515-15/+15
* add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...Josh Coalson2006-04-101-13/+65
* add support for building on os/2 with emxJosh Coalson2005-09-031-2/+2
* fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGSJosh Coalson2005-01-301-2/+0
* add 2005 to copyright noticesJosh Coalson2005-01-2515-15/+15
* add test for new form of get_tags()Josh Coalson2005-01-211-9/+27
* add tests for constructors with copy control and assign()Josh Coalson2005-01-211-0/+288
* add vorbiscomment validation functions to format.c and test code; validate na...Josh Coalson2004-12-301-3/+4
* additions to metadata object api: more vorbiscomment functions, trailing-null...Josh Coalson2004-12-303-14/+92
* get Makefile.lite system (with asm) working on Darwin, better handling of lib...Josh Coalson2004-10-301-2/+10
* add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()Josh Coalson2004-07-301-0/+18
* add pragma to disable annoying MSVC warning C4800Josh Coalson2004-07-231-0/+5
* add method for skipping an audio frame, plus testsJosh Coalson2004-07-161-0/+15
* tempfile only needs to be opened with wb, not w+bJosh Coalson2004-07-161-1/+1
* add libFLAC++ equivalent callback-based chain reading/writing and testsJosh Coalson2004-07-151-20/+386
* fix uninitialized variable error turned up by valgrindJosh Coalson2004-07-141-1/+1
* *** empty log message ***Josh Coalson2004-01-201-2/+2
* update copyright to 2004Josh Coalson2004-01-1715-15/+15
* add undocumented option --apply-replaygain-which-is-not-lossless to flac; req...Josh Coalson2003-12-173-4/+4
* minor syntaxJosh Coalson2003-09-261-1/+1
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+8
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-1/+1
* Build libtool archives instead of plain .a archives, so that PIC versions areMatt Zimmerman2003-02-071-2/+2