summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++/encoders.cpp
Commit message (Expand)AuthorAgeFilesLines
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-1/+1
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-8/+5
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-111-1/+1
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-011-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* write encoded stream to actual file to improve testingJosh Coalson2006-11-161-20/+48
* 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
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-10/+15
* 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-151-2/+2
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-151-2/+2
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-151-25/+59
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-4/+4
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-714/+123
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* fix uninitialized variable error turned up by valgrindJosh Coalson2004-07-141-1/+1
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+8
* augment unit tests to test for correctness with unknown metadata blocksJosh Coalson2003-01-101-4/+4
* move common stuff into metadata_utilsJosh Coalson2003-01-101-82/+6
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* rename .cc files to .cpp since I can find no way to make MSVC recognize .cc a...Josh Coalson2002-10-161-0/+1137