summaryrefslogtreecommitdiff
path: root/src/test_libFLAC/encoders.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add ..._get_total_samples_estimate(), add progress callback to file encoderJosh Coalson2002-08-021-0/+36
* new seekable stream encoder and file encoder layersJosh Coalson2002-08-021-6/+572
* minor syntaxJosh Coalson2002-08-011-1/+1
* another big glob of changes/fixesJosh Coalson2002-06-081-6/+6
* rename directory test_unit to test_libFLACJosh Coalson2002-06-071-0/+410