Commit Graph

628 Commits

Author SHA1 Message Date
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
Josh Coalson
d55c01894f add option for escape coding 2001-07-12 21:22:17 +00:00
Josh Coalson
6cd62dad19 rename _slow to _wide 2001-07-12 21:21:53 +00:00
Josh Coalson
251ddb3238 fix bug when reading a zero-bit-long value 2001-07-12 21:21:16 +00:00
Josh Coalson
d37acf41a8 minor tweaks in the overflow checking for VC++ 2001-07-09 18:22:46 +00:00
Josh Coalson
970cd3df60 change to not use pipes so it works better on windows 2001-07-09 18:15:36 +00:00
Josh Coalson
4e6b3ac2ac fix the case in the coeff quantizer where the coeffs were not quantized when the shift is zero 2001-07-06 00:37:57 +00:00
Josh Coalson
6d5be83970 add explicit casts for some implicit conversions 2001-07-03 04:38:59 +00:00
Josh Coalson
da2037d66d use double instead of FLAC__real in some places internally 2001-07-03 04:37:32 +00:00
Josh Coalson
b35bebd439 use double instead of FLAC__real in some places internally; add explicit casts for some implicit cases 2001-07-03 04:37:18 +00:00