summaryrefslogtreecommitdiff
path: root/src/libFLAC/seekable_stream_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-958/+0
* complete largefile supportJosh Coalson2006-05-241-0/+4
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-251-0/+11
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* fix some syntax bugsJosh Coalson2004-01-161-3/+3
* minor reformattingJosh Coalson2004-01-121-45/+48
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-49/+114
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* add ..._get_resolved_state_string() convenience functionJosh Coalson2002-11-081-0/+8
* fix bug in seekpoint calculation in the final frameJosh Coalson2002-11-081-3/+6
* switch malloc+memset(0) to calloc()Josh Coalson2002-10-181-7/+4
* 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
* fix bug where seek table functionality was being called even though no seek t...Josh Coalson2002-09-061-2/+2
* commentsJosh Coalson2002-09-041-1/+1
* minor formattingJosh Coalson2002-08-271-2/+2
* fixes based on Windows testingJosh Coalson2002-08-211-1/+1
* fix bug in status string tableJosh Coalson2002-08-161-1/+1
* fix bug where metadata callback was seeking to the wrong place to write the s...Josh Coalson2002-08-081-1/+1
* add ..._get_verify_decoder_error_stats()Josh Coalson2002-08-071-0/+7
* minor formattingJosh Coalson2002-08-061-0/+1
* add verify mode to all encodersJosh Coalson2002-08-031-4/+43
* add ..._get_total_samples_estimate()Josh Coalson2002-08-021-0/+7
* make typedefs for callbacksJosh Coalson2002-08-011-4/+4
* finish up implementationJosh Coalson2002-08-011-180/+193
* new seekable stream encoder and file encoder layers, not fully implemented yetJosh Coalson2002-07-311-0/+749