summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* minro syntaxJosh Coalson2006-05-251-1/+1
* complete largefile supportJosh Coalson2006-05-24106-337/+775
* use flac file name instead of dummy.wav for --export-cuesheet-to (sf request ...Josh Coalson2006-05-191-1/+13
* add new options: --tag-from-file for flac and --set-tag-from-file for metaflacJosh Coalson2006-05-187-39/+217
* add window.[ch]Josh Coalson2006-05-182-2/+4
* update iconv settingsJosh Coalson2006-05-185-2/+14
* minor commentsJosh Coalson2006-05-181-1/+1
* minor syntaxJosh Coalson2006-05-034-5/+5
* #define M_PI for MSVC6Josh Coalson2006-05-031-0/+5
* minor fixesJosh Coalson2006-05-031-2/+7
* turn off window profilingJosh Coalson2006-05-013-5/+5
* default window to tukey(0.5) instead of hannJosh Coalson2006-05-011-2/+4
* add set_apodization() to oggflac layersJosh Coalson2006-05-016-0/+36
* add docs for -A, additional docs for --cueJosh Coalson2006-04-281-2/+6
* add window.c/window.hJosh Coalson2006-04-282-0/+16
* fix calculation bugs in encode_subframe_(): max_qlp_coeff_precision when qlp_...Josh Coalson2006-04-281-6/+18
* fix a calcuation bug in FLAC__lpc_compute_best_order()Josh Coalson2006-04-282-13/+21
* fix comment typosJosh Coalson2006-04-252-2/+2
* add 2206 to copyright noticeJosh Coalson2006-04-25243-247/+247
* add support for specifying which apodization functions to use to window data ...Josh Coalson2006-04-2514-65/+477
* bump version to intermediate CVSJosh Coalson2006-04-252-4/+4
* *** empty log message ***Josh Coalson2006-04-252-0/+287
* reuse fskip_ahead() in flac__encode_wav()Josh Coalson2006-04-221-11/+13
* fix compiler warningsJosh Coalson2006-04-101-2/+2
* add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...Josh Coalson2006-04-105-85/+228
* fix vorbiscomment entry validity tests to match better utf-8 checking in libFLACJosh Coalson2005-09-091-102/+117
* add support for building on os/2 with emxJosh Coalson2005-09-0310-19/+37
* fix bug in return value for FLAC__stream_decoder_set_metadata_respond_applica...Josh Coalson2005-09-031-4/+8
* fix bug: -a and -t were not prevented from being used together (sf #1229481: ...Josh Coalson2005-09-031-0/+2
* fix "redefinition of socklen_t" problem on freebsdJosh Coalson2005-09-021-1/+2
* last batch of fixes related to problems caused by new http streaming codeJosh Coalson2005-09-022-12/+24
* minor cosmeticsJosh Coalson2005-09-021-3/+3
* add replay gain info to file info boxJosh Coalson2005-09-021-1/+55
* add new replaygain moduleJosh Coalson2005-09-025-0/+99
* minor cosmeticsJosh Coalson2005-09-023-6/+6
* allow non-strict mode for reading replaygain tags, to fallback to track tags ...Josh Coalson2005-09-014-9/+9
* add to verbiage about verify error; point to FAQ entryJosh Coalson2005-08-311-4/+7
* more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusionJosh Coalson2005-08-312-6/+6
* add shorthand option --remove-replay-gain to metaflacJosh Coalson2005-08-313-14/+31
* fix minor problem with error case in handler for --add-seekpointJosh Coalson2005-08-311-6/+8
* fix bad use of g_strconcat()Josh Coalson2005-08-311-1/+1
* remove spurious semicolonJosh Coalson2005-08-311-1/+1
* convert from dos to unix cr/lfJosh Coalson2005-08-311-413/+413
* fix minor bug printing unknown aiff subchunks (SF bug #1267476: https://sourc...Josh Coalson2005-08-291-1/+1
* minor commentsJosh Coalson2005-08-271-0/+1
* fix bug in --sector-align where appended samples did not completely contain s...Josh Coalson2005-08-271-12/+12
* add support for encoding from non-compressed AIFF-C (SF bug #1090933: https:/...Josh Coalson2005-08-263-20/+40
* fix bug in utf8len()Josh Coalson2005-08-252-2/+2
* fixes to remove warnings from gcc-4.0.0Josh Coalson2005-08-245-11/+11
* disallow non-shortest-form encodings in utf-8 checking; when converting utf-8...Josh Coalson2005-08-241-9/+47