summaryrefslogtreecommitdiff
path: root/src/libFLAC/file_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* fix up reporting of the current frame to the write callback; also fixes a pro...Josh Coalson2003-12-311-1/+13
* minor syntaxJosh Coalson2003-09-261-3/+2
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+22
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-281-1/+13
* add ..._get_resolved_state_string() convenience functionJosh Coalson2002-11-081-0/+8
* switch malloc+memset(0) to calloc()Josh Coalson2002-10-181-6/+3
* tweaks to build libs as DLLs under windowsJosh Coalson2002-10-161-53/+53
* add functions/switches for disabling certain subframe types for use by the te...Josh Coalson2002-10-081-0/+39
* fixes based on Windows testingJosh Coalson2002-08-211-3/+3
* add a samples_written field to the progress callbackJosh Coalson2002-08-081-1/+4
* add ..._get_verify_decoder_error_stats()Josh Coalson2002-08-071-2/+13
* add verify mode to all encodersJosh Coalson2002-08-031-3/+42
* add ..._get_total_samples_estimate(), add progress callback to file encoderJosh Coalson2002-08-021-2/+47
* fix bug where encoder was closing file too soon in finish()Josh Coalson2002-08-021-2/+4
* finish implementationJosh Coalson2002-08-011-197/+32
* new seekable stream encoder and file encoder layers, not fully implemented yetJosh Coalson2002-07-311-0/+740