Commit Graph

554 Commits

Author SHA1 Message Date
Josh Coalson
aa25536076 remove the bounds checking in FLAC__encoder_process* 2001-05-31 06:17:41 +00:00
Josh Coalson
ac244de474 speed up the bounds checking in FLAC__encoder_process* 2001-05-31 06:16:17 +00:00
Josh Coalson
d16370d6b4 minor comment fixes 2001-05-31 05:56:41 +00:00
Josh Coalson
f60dd8e8ea minor fix to comments 2001-05-30 23:26:39 +00:00
Josh Coalson
d37d1351ed speed up FLAC__encoder_process(); fix bug in FLAC__encoder_process_interleaved() 2001-05-30 23:09:31 +00:00
Josh Coalson
07df6625db minor tweaks to support bin tests 2001-05-30 19:38:09 +00:00
Josh Coalson
d792791f48 add lag checking code to SSE autocorrelation routine 2001-05-30 19:22:26 +00:00
Josh Coalson
eae9217472 minor tweaks to asm routine selection 2001-05-30 19:20:36 +00:00
Josh Coalson
7fc68ffc81 fix bug in SSE version of ...autocorrelation... 2001-05-30 19:08:50 +00:00
Josh Coalson
714216128b tweak usage of cident macro 2001-05-30 18:29:15 +00:00
Josh Coalson
d88b22d413 make RESERVOIR_TEST the default, remove old code 2001-05-30 05:08:22 +00:00
Josh Coalson
fd98657392 fix some tabbing 2001-05-30 00:49:30 +00:00
Josh Coalson
7042adb442 fix jump distances 2001-05-30 00:47:55 +00:00
Josh Coalson
6097c96af3 use non-mmx of lpc_restore when order < 4 2001-05-30 00:46:11 +00:00
Josh Coalson
f530e093ae minor comment change 2001-05-29 22:30:35 +00:00
Josh Coalson
8e833626c6 include miroslav's patch for asm versions of FLAC__lpc_compute_residual_from_qlp_coefficients 2001-05-29 20:49:51 +00:00
Josh Coalson
e2bf15d2fb cosmetic changes, comments, add tests for data_len == 0 2001-05-29 20:48:39 +00:00
Josh Coalson
0d624c7648 add miroslav's versions of FLAC__lpc_compute_residual_from_qlp_coeffients 2001-05-29 19:40:57 +00:00
Josh Coalson
9e6efb6442 add instructions related to assembly 2001-05-29 18:48:42 +00:00
Josh Coalson
7686377ceb update version number to 0.10 2001-05-29 18:45:05 +00:00
Josh Coalson
1aafa64cf5 fix bug where metaflac was getting the wrong offset for seek points 2001-05-28 21:27:28 +00:00
Josh Coalson
bd25ddd472 fix bug where encoder_wrapper->stream_offset was not initialized to 0 2001-05-28 21:20:02 +00:00
Josh Coalson
b7f66c4678 fix bug in write_big_endian_uint64() 2001-05-28 21:07:36 +00:00
Josh Coalson
9ef01460fe fix minor bug with type printout; minor spelling fix 2001-05-28 20:44:26 +00:00
Josh Coalson
cdaf4a8627 make the parallel fix to FLAC__bitbuffer_read_raw_int64() 2001-05-27 18:40:57 +00:00
Josh Coalson
319871c206 minor fix to the usage printout 2001-05-27 18:35:38 +00:00
Josh Coalson
038d695e59 shorten the status line 2001-05-27 18:35:14 +00:00
Josh Coalson
a48093265e add test_bins to the suite 2001-05-27 18:34:20 +00:00
Josh Coalson
60d9d01a84 initial import 2001-05-27 18:32:15 +00:00
Josh Coalson
697b603ed1 fix bug in inlined version of FLAC__bitbuffer_read_raw_int32 where sign extension was not done in some cases 2001-05-26 05:19:10 +00:00
Josh Coalson
480ddd8e24 patch in the total_error_ fix that somehow didn't make it in 2001-05-26 00:39:09 +00:00
Josh Coalson
e4e0bb9036 change wording on failed verify message 2001-05-25 23:34:46 +00:00
Josh Coalson
afbc34931f remove some junk printouts 2001-05-25 23:34:09 +00:00
Josh Coalson
4fa2aa03c1 fix bug in seekpoint uniquification 2001-05-25 23:15:08 +00:00
Josh Coalson
07f2d23367 remove the debug code from SSE routine 2001-05-25 19:39:40 +00:00
Josh Coalson
6bd175794a fix egregious bug in the partition sum precomputation 2001-05-25 19:02:01 +00:00
Josh Coalson
31c8a1fc5a change .nasm extension to .s 2001-05-25 00:21:42 +00:00
Josh Coalson
0e3576e771 more changes to get conditionals/defines working 2001-05-25 00:07:51 +00:00
Josh Coalson
c8ef8353bf add memory.c, fix to work with i386 convenience library (thanks mdz) 2001-05-25 00:06:33 +00:00
Josh Coalson
45d7bfc891 change .nasm extension to .s 2001-05-25 00:05:47 +00:00
Josh Coalson
5469112ee3 oops, fix bug with error_scale 2001-05-25 00:05:15 +00:00
Josh Coalson
a3f7c2c76c gate cpu-specific code with FLAC__NO_ASM 2001-05-25 00:04:45 +00:00
Josh Coalson
febdca986a remove config.h 2001-05-25 00:04:08 +00:00
Josh Coalson
a2fd3b8390 renamed .nasm file to .s to be compatible with libtool 2001-05-25 00:02:53 +00:00
Josh Coalson
6a0283a009 config.h no longer needed 2001-05-24 23:57:08 +00:00
Josh Coalson
8090b3610a kludge in nasm support 2001-05-24 19:30:08 +00:00
Josh Coalson
034d38e73a gate i386 code with FLAC__HAS_NASM 2001-05-24 19:29:30 +00:00
Josh Coalson
2d071a6b6e remove debug printouts 2001-05-24 19:27:31 +00:00
Josh Coalson
a1b53c4dfb be more lenient with negative lpc_errors due to accuracy problems with float 2001-05-24 19:27:08 +00:00
Josh Coalson
acc7fe5742 add cident macro for defining function entry points 2001-05-24 19:26:02 +00:00