Josh Coalson
|
cae58735e3
|
initial import
|
2002-05-04 17:30:32 +00:00 |
|
Josh Coalson
|
4cce5a095b
|
add ...write_byte_block, 2 little-endian routines
|
2002-05-04 05:29:32 +00:00 |
|
Josh Coalson
|
7e19b54993
|
add VORBIS_COMMENT metadata block
|
2002-04-25 05:53:09 +00:00 |
|
Josh Coalson
|
b28559ab6b
|
add FLAC__bitbuffer_read_rice_signed_block()
|
2002-04-25 05:21:09 +00:00 |
|
Josh Coalson
|
8e46a5e53e
|
add tweaks for a Solaris build
|
2002-04-25 05:19:37 +00:00 |
|
Josh Coalson
|
aec256bf4e
|
new blurb-based bitbuffer design changes
|
2002-03-12 16:19:54 +00:00 |
|
Josh Coalson
|
28b18573be
|
fix bug found by gcc3
|
2002-03-12 16:18:11 +00:00 |
|
Josh Coalson
|
1c2d8c4919
|
fix memory leak, tiny speedup, add some asserts
|
2002-03-01 06:52:52 +00:00 |
|
Josh Coalson
|
0a4586338a
|
add code for forcing the file mode for stdin/stdout to binary when needed
|
2002-02-17 22:22:49 +00:00 |
|
Josh Coalson
|
38c685405c
|
minor fix
|
2002-02-12 22:58:59 +00:00 |
|
Josh Coalson
|
019795b7f4
|
fix typo in assertion
|
2002-02-12 05:19:45 +00:00 |
|
Josh Coalson
|
6cca87bb7b
|
fix bug when seeking a file that is already at END_OF_FILE
|
2002-01-29 17:56:03 +00:00 |
|
Josh Coalson
|
1152f9fe26
|
update copyright date to include 2002
|
2002-01-26 18:05:12 +00:00 |
|
Josh Coalson
|
305ae2e4a7
|
update copyright date to include 2002
|
2002-01-26 17:36:39 +00:00 |
|
Josh Coalson
|
6e14490030
|
add support for Darwin builds
|
2001-12-07 19:28:25 +00:00 |
|
Matt Zimmerman
|
04180befd4
|
Pass -i option to nasm so that VPATH builds work correctly
|
2001-12-05 08:12:05 +00:00 |
|
Josh Coalson
|
651d6de93a
|
check in Miroslav's PIC patch
|
2001-12-04 05:36:09 +00:00 |
|
Josh Coalson
|
8caed3dc67
|
update library version
|
2001-12-04 02:20:45 +00:00 |
|
Josh Coalson
|
c150d9d8ce
|
fix bug with filename setting; fix possible bug with stat()ing if using stdin
|
2001-12-04 01:25:04 +00:00 |
|
Josh Coalson
|
843f1bff1a
|
#include string.h
|
2001-11-16 02:17:52 +00:00 |
|
Josh Coalson
|
395938e3ae
|
un-disable 3dnow routines
|
2001-11-15 21:53:25 +00:00 |
|
Josh Coalson
|
f98b70545d
|
remove SSE OS detection (shouldn't fork in a library); #ifdef the 3dnow stuff until it is comfirmed working
|
2001-11-13 23:06:30 +00:00 |
|
Josh Coalson
|
40333b13c1
|
commit patch for compiling on mingw32
|
2001-11-13 21:37:04 +00:00 |
|
Josh Coalson
|
d9620b8f19
|
minor compile flag change (define _LIB)
|
2001-11-13 21:26:21 +00:00 |
|
Josh Coalson
|
dda04f63a6
|
update library version
|
2001-11-11 04:02:23 +00:00 |
|
Josh Coalson
|
679e90b157
|
change back to unix-format line endings
|
2001-11-09 19:23:42 +00:00 |
|
Josh Coalson
|
9a3d171b4b
|
minor changes to linkage
|
2001-11-09 00:00:23 +00:00 |
|
Josh Coalson
|
dbd84c48e5
|
split most of FileDecoder off to new SeekableStreamDecoder
|
2001-11-08 23:59:22 +00:00 |
|
Josh Coalson
|
03b189ffdb
|
fix ..._process_metadata() to return correctly from a READ_FRAME state
|
2001-11-01 19:47:06 +00:00 |
|
Josh Coalson
|
b312f28a7b
|
set state to SEARCH_FOR_FRAME_SYNC after flush
|
2001-11-01 05:23:48 +00:00 |
|
Josh Coalson
|
8084b05533
|
changes to reduce the stack requirements of the encoder
|
2001-11-01 00:27:29 +00:00 |
|
Josh Coalson
|
8c24ab3a78
|
fix tiny bug with filename setting
|
2001-10-31 20:25:00 +00:00 |
|
Josh Coalson
|
4e003c6043
|
patch from Matt for automake 1.5
|
2001-10-19 18:24:33 +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
|
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
|
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
|
10ab54092b
|
change to make libFLAC-asm a static, non-libtool library
|
2001-07-20 23:46:09 +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
|
8c6f90f1aa
|
switch to better method for getting floor(log2(double))
|
2001-07-19 17:07:13 +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
|
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
|
f5925df599
|
add 3DNOW stuff from Miroslav
|
2001-07-16 21:13:19 +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 |
|