Commit Graph

665 Commits

Author SHA1 Message Date
Josh Coalson
b165595545 fix bug where raw encoder rewinds to beginning of file when it shouldn't 2001-10-16 06:32:50 +00:00
Josh Coalson
26cb8d552f remove beta language, update todo list 2001-09-28 23:08:20 +00:00
Josh Coalson
f7a52e2d08 remove beta language 2001-09-28 23:08:02 +00:00
Andrey Astafiev
6bfa16eb68 revision for 1.0 2001-08-20 10:59:39 +00:00
Andrey Astafiev
76de105de3 revision for 1.0 2001-08-20 05:47:53 +00:00
Andrey Astafiev
4184206818 revision for 1.0 2001-08-20 05:30:09 +00:00
Matt Zimmerman
cb44927ff6 Added documentation for -c option 2001-08-17 16:31:17 +00:00
Josh Coalson
32685de7eb fix bug when skipping data 2001-08-16 22:36:56 +00:00
Josh Coalson
fa697a98bd rename some struct members to avoid C++ 'private' and 'protected' keywords 2001-08-16 20:07:29 +00:00
Josh Coalson
07afedcb32 add Audacity to S/W section 2001-08-16 17:58:23 +00:00
Josh Coalson
ec24677b5d update S/W section 2001-08-14 18:04:06 +00:00
Josh Coalson
941b6d7b6e add support for non-standard fmt chunks 2001-08-14 17:46:17 +00:00
Andrey Astafiev
5637e57d4a *** empty log message *** 2001-08-14 07:38:36 +00:00
Josh Coalson
f52360aba5 replace LOCAL_FABS() with fabs() 2001-08-13 23:10:06 +00:00
Josh Coalson
a60231f436 Miroslav's patch to add run-time detection of operating system support for SSE/SSE2 instructions 2001-08-13 22:32:40 +00:00
Josh Coalson
4ca5ec9940 quote some square brackets to protect from m4 2001-08-13 21:58:49 +00:00
Josh Coalson
7d53dd9126 fix debian package link to search for just 1.0 2001-08-02 21:10:42 +00:00
Andrey Astafiev
31a11c720b revision for flac 1.0 2001-08-01 05:05:56 +00:00
Matt Zimmerman
d42fd52f7f -m was given twice; the second instance should have been -M. Fixed. 2001-07-31 21:26:17 +00:00
Josh Coalson
7897457727 add bitbuffer.h 2001-07-22 19:04:32 +00:00
Josh Coalson
0a68890c38 include top_builddir in CFLAGS 2001-07-22 19:02:40 +00:00
Josh Coalson
4c8f73a5e3 more autoconf/automake patches from Matt 2001-07-22 07:27:45 +00:00
Josh Coalson
e06969359f revert to using libtool to generate the convenience library 2001-07-22 07:26:58 +00:00
Josh Coalson
21f692bb25 test for existence of test_files/ 2001-07-22 07:25:50 +00:00
Josh Coalson
de7f2ed107 fallback to docbook2man if no docbook-to-man available 2001-07-22 07:25:15 +00:00
Josh Coalson
af9d1a5f24 fix the release year on some news bullets 2001-07-21 00:28:10 +00:00
Josh Coalson
10ab54092b change to make libFLAC-asm a static, non-libtool library 2001-07-20 23:46:09 +00:00
Josh Coalson
d9c2e00a38 move @XMMS_LIBS@ to the end of libxmms_flac_la_LIBADD 2001-07-20 23:45:42 +00:00
Josh Coalson
9bab041a95 tweak the FLAC__INLINE macro to FLaC__INLINE to avoid conflict with autoconf 2001-07-20 23:44:35 +00:00
Josh Coalson
17098a04aa add -E- to docs 2001-07-20 23:43:34 +00:00
Josh Coalson
04032563b9 add instructions for building with Makefile.lite 2001-07-20 23:43:15 +00:00
Josh Coalson
bb5308c4f2 update comparison tables 2001-07-19 23:54:20 +00:00
Josh Coalson
8c6f90f1aa switch to better method for getting floor(log2(double)) 2001-07-19 17:07:13 +00:00
Josh Coalson
aeeaa1b3d5 add Andrey's latest 2001-07-19 17:06:10 +00:00
Josh Coalson
51f2bbf589 minor spacing 2001-07-19 00:22:47 +00:00
Josh Coalson
9ea7e2c3ad preserve passed in CFLAGS 2001-07-19 00:19:25 +00:00
Josh Coalson
9e975add2b add macro define for inlining 2001-07-18 23:49:12 +00:00
Josh Coalson
b00a0cee7e add news items for 1.0 release 2001-07-18 23:48:32 +00:00
Josh Coalson
d3ed49fb92 fix another possible bug in the quantizer 2001-07-18 23:47:19 +00:00
Josh Coalson
f207c2bea3 force compiler inlining of some routines 2001-07-18 23:44:46 +00:00
Josh Coalson
3120949cdd change some debug printouts 2001-07-18 23:43:01 +00:00
Josh Coalson
51e3642107 add *.wav to the cleanup 2001-07-18 23:42:07 +00:00
Josh Coalson
9e617e94d6 remove authors.html and links to it 2001-07-18 23:38:23 +00:00
Josh Coalson
3ce31b4b21 remove -ffast-math from gcc CFLAGS 2001-07-18 00:27:38 +00:00
Josh Coalson
d01b13a7b7 add --sse-os argument, remove -ffast-math from gcc CFLAGS 2001-07-18 00:27:06 +00:00
Josh Coalson
021ad3bb0f remove a bad assert on cpuinfo struct 2001-07-18 00:25:52 +00:00
Josh Coalson
21aa17ee8e add a dummy function for determining OS support of SSE instructions 2001-07-18 00:24:46 +00:00
Josh Coalson
a52270e0eb fix bug in SSE routines 2001-07-18 00:23:40 +00:00
Josh Coalson
3643db3422 add better docs on configure options 2001-07-18 00:23:06 +00:00
Josh Coalson
f5925df599 add 3DNOW stuff from Miroslav 2001-07-16 21:13:19 +00:00