summaryrefslogtreecommitdiff
path: root/src/test_libFLAC++/encoders.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-1/+1
| | | | Patch from Janne Hyvärinen <cse@sci.fi>.
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-8/+5
| | | | Patch submitted by Janne Hyvärinen <cse@sci.fi>.
* 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: ↵Josh Coalson2007-08-011-1/+1
| | | | http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478)
* 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 ↵Josh Coalson2006-11-091-1/+5
| | | | verify mismatch
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-10/+15
|
* change "bytes" parameter of all encoder write callbacks from "unsigned" to ↵Josh Coalson2006-10-151-2/+2
| | | | "size_t"
* 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 ↵Josh Coalson2006-10-151-25/+59
| | | | still needs work
* add support for new PICTURE metadata blockJosh Coalson2006-09-231-4/+4
|
* merge down from merged-API-layer branch: cvs -q up -dP -j ↵Josh Coalson2006-09-131-714/+123
| | | | API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH
* 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 ↵Josh Coalson2003-09-251-0/+8
| | | | writeback more robust
* 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 ↵Josh Coalson2002-10-161-0/+1137
as a valid C++ file extension