summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix bug shown by X-Fixer in ...apply_gain()Josh Coalson2003-01-101-2/+2
* bump version string to 1.0.5_beta2Josh Coalson2003-01-0811-21/+21
* working 64-bit literals for MSVCJosh Coalson2003-01-081-6/+4
* working RNG patch for MSVCJosh Coalson2003-01-081-2/+2
* fix bug where formatting of replaygain tags was affected by current localeJosh Coalson2003-01-081-0/+9
* new configuration dialog and replay gain code; thanks to X-FixerJosh Coalson2003-01-086-104/+506
* add config/resource stuffJosh Coalson2003-01-082-2/+7
* moved into include/winamp2/Josh Coalson2003-01-082-159/+0
* initial importJosh Coalson2003-01-085-0/+639
* patch from Miroslav to fix bitrate display for large blocksize or small sampl...Josh Coalson2003-01-041-7/+14
* update the version number from 1.0.4 to 1.0.5-beta1Josh Coalson2003-01-0211-22/+22
* update the libtool library version numberJosh Coalson2003-01-024-4/+4
* Add 2003 to copyright noticeJosh Coalson2003-01-02215-219/+219
* change default seektable from "-S 100x" to "-S 10s"Josh Coalson2002-12-312-2/+2
* enable SSE versions of FLAC__lpc_compute_autocorrelation_asm_ia32 if FLAC__SS...Josh Coalson2002-12-301-2/+5
* fix bug in checking of filename extensionsJosh Coalson2002-12-301-6/+6
* fix bug: explicitly close output file in Ogg FLAC caseJosh Coalson2002-12-301-0/+2
* fix memory leaksJosh Coalson2002-12-301-0/+5
* patch from MiroslavJosh Coalson2002-12-301-1/+4
* fix problem with uninitialized data from valgrindJosh Coalson2002-12-292-2/+22
* need release bitbuffer even in error cases in write_bitbuffer_()Josh Coalson2002-12-291-0/+1
* need /GR for dynamic_cast to work for some reasonJosh Coalson2002-12-291-2/+2
* minor syntaxJosh Coalson2002-12-293-6/+6
* fix memory leaksJosh Coalson2002-12-281-2/+2
* add "all" to phony targetsJosh Coalson2002-12-281-1/+1
* minor syntaxJosh Coalson2002-12-281-5/+5
* fix uninitialized dataJosh Coalson2002-12-281-0/+6
* fix memory leaks and uninitialized dataJosh Coalson2002-12-281-22/+77
* add flushed fwrite in Valgrind modeJosh Coalson2002-12-2813-55/+158
* add Makefile.liteJosh Coalson2002-12-281-0/+1
* initial importJosh Coalson2002-12-281-0/+66
* fix memory leaksJosh Coalson2002-12-271-1/+19
* fix memory leak in Cuesheet destructorJosh Coalson2002-12-271-1/+3
* enable 3dnow optimizations by defaultJosh Coalson2002-12-231-1/+1
* double-protect a naked assertJosh Coalson2002-12-232-2/+10
* fix problem with FLAC_plugin__charset_test_conversion() not returning a valueJosh Coalson2002-12-231-1/+1
* fix warning about unused varsJosh Coalson2002-12-232-0/+3
* fix uninitialized varJosh Coalson2002-12-231-2/+3
* minor typoJosh Coalson2002-12-231-1/+1
* tweak some of the usage textJosh Coalson2002-12-211-27/+35
* minor commentsJosh Coalson2002-12-211-1/+1
* minor tweak to test parametersJosh Coalson2002-12-211-1/+1
* fix typo in integer constantJosh Coalson2002-12-191-1/+1
* add support for decoding to AIFFJosh Coalson2002-12-172-38/+235
* fix bug in aiff code for skipping aheadJosh Coalson2002-12-171-3/+7
* add decoding to AIFF, --force-aiff-formatJosh Coalson2002-12-171-3/+29
* add arbitrary WAVE and AIFF file generatorsJosh Coalson2002-12-171-58/+244
* fix more bugs with --skip and --untilJosh Coalson2002-12-152-5/+44
* fix bug with uninitialized vars in parserJosh Coalson2002-12-131-1/+1
* fix memory leaksJosh Coalson2002-12-131-0/+6