Commit Graph

637 Commits

Author SHA1 Message Date
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
Josh Coalson
ae4ed27263 add Andrey 2001-07-16 21:12:48 +00:00
Josh Coalson
f283b62dfe add link to russian version of the page 2001-07-16 21:10:50 +00:00
Josh Coalson
898744d35a add ru to SUBDIRS 2001-07-16 21:10:18 +00:00
Josh Coalson
e0112b69bc initial import 2001-07-16 21:09:29 +00:00
Josh Coalson
032613ff94 change default version to 1.0 2001-07-16 18:11:30 +00:00
Josh Coalson
6fd1c20da1 again, in more places, fix bug when reading a zero-bit-long value 2001-07-16 18:10:56 +00:00
Josh Coalson
522f7d3f02 add -version-info to libFLAC_la_LDFLAGS 2001-07-16 18:10:19 +00:00
Josh Coalson
0fb3ee8f62 add checking based on number_type in the frame header 2001-07-16 18:08:25 +00:00
Josh Coalson
9608463921 add FLAC__FrameNumberTypeString 2001-07-16 18:07:12 +00:00
Josh Coalson
b3347bd2bd compute partition sums in 64-bits, move max partition order calulation earlier, tighten constraints of qlp coeff precision to make everything 32-bit safe 2001-07-16 18:06:41 +00:00
Josh Coalson
bf9dd76706 add method for uint64 type 2001-07-16 18:04:52 +00:00
Josh Coalson
301cc9611f patch from collver at linuxfreemail.com 2001-07-16 18:04:19 +00:00
Josh Coalson
f01dadd386 add comments 2001-07-16 18:03:16 +00:00
Josh Coalson
6f9603eaee add number_type to frame header 2001-07-16 18:02:32 +00:00
Josh Coalson
b1939f8ec3 add docs for -E option 2001-07-16 18:01:38 +00:00
Josh Coalson
5859e8144e initial import 2001-07-16 18:01:08 +00:00
Josh Coalson
424dd32df0 add escape coding option 2001-07-12 21:32:13 +00:00
Josh Coalson
3effc7b1da include rice parameters and escape codes in --a-rtext output 2001-07-12 21:31:32 +00:00
Josh Coalson
6c2d165558 add -E escape coding option, better reporting on verify errors 2001-07-12 21:31:09 +00:00
Josh Coalson
a64ad8eb77 add -E escape coding option 2001-07-12 21:30:14 +00:00
Josh Coalson
ab3fcfac59 indenting fix 2001-07-12 21:29:22 +00:00
Josh Coalson
07c2a0c79f remove some obsolete defines 2001-07-12 21:28:55 +00:00
Josh Coalson
a4e95fc270 add comments 2001-07-12 21:28:12 +00:00
Josh Coalson
e10904a230 rename _slow to _wide 2001-07-12 21:27:57 +00:00
Josh Coalson
3dbbf940c3 #ifdef DEBUG some printouts 2001-07-12 21:27:40 +00:00
Josh Coalson
63d99579c4 fix bug with implicit assumption in ia32 mmx routines, add more complete filling of subframe structure when reading 2001-07-12 21:26:57 +00:00
Josh Coalson
8395d02f73 many bug fixes, added escape coding option, fixed residual bit estimation, beginnings of support for wide routines 2001-07-12 21:25:22 +00:00
Josh Coalson
e0a0668347 add warnings about implicit assumptions in some routines 2001-07-12 21:23:31 +00:00