summaryrefslogtreecommitdiff
path: root/src/test_libFLAC/encoders.c
Commit message (Expand)AuthorAgeFilesLines
* Fix cppcheck warningsRosen Penev2017-01-191-4/+4
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-12/+12
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* 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-3/+3
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-3/+1
* Patch from David Yeo to conditionally include <inttypes.h>.Erik de Castro Lopo2012-02-041-0/+3
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-011-1/+1
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-011-5/+1
* 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
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-311-3/+3
* write encoded stream to actual file to improve testingJosh Coalson2006-11-161-22/+51
* 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/+2
* 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-1/+1
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-151-1/+1
* 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-32/+66
* 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-713/+85
* complete largefile supportJosh Coalson2006-05-241-0/+4
* 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/+2
* 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/+11
* C89 standard fixes, based on feedback from IRIX portJosh Coalson2003-05-201-3/+9
* 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-152/+4
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* fix problem with uninitialized data from valgrindJosh Coalson2002-12-291-1/+11
* minor syntaxJosh Coalson2002-12-281-5/+5
* add "is_cd" flag to CUESHEET everywhereJosh Coalson2002-12-051-6/+11
* finish CUESHEET testsJosh Coalson2002-11-161-4/+61
* updates to work with new grabbag libJosh Coalson2002-11-071-2/+2
* work related to moving some file utils into the new file_utils convenience libJosh Coalson2002-10-301-1/+2
* minor formattingJosh Coalson2002-08-271-26/+26
* add some missing testsJosh Coalson2002-08-201-0/+4
* add a samples_written field to the progress callbackJosh Coalson2002-08-081-2/+2
* add ..._get_verify_decoder_error_stats()Josh Coalson2002-08-071-2/+41
* add verify mode to all encodersJosh Coalson2002-08-031-3/+77