Commit Graph

480 Commits

Author SHA1 Message Date
Josh Coalson 63912e1203 make some updates to other encoder features 2001-06-05 23:36:43 +00:00
Josh Coalson 3da78a902e remove some completed stuff from the TODO lists 2001-06-05 23:35:37 +00:00
Josh Coalson 1178a14884 add news item for 0.10 2001-06-05 23:34:56 +00:00
Josh Coalson 4c4aed9a03 updates for 0.10 2001-06-05 23:34:38 +00:00
Josh Coalson 4f547d06bf remove -R 32 from -9 2001-06-05 23:34:01 +00:00
Josh Coalson 525c22cef3 remove debug printouts 2001-06-05 22:45:50 +00:00
Josh Coalson 7325329d79 limit info printout to DEBUG mode 2001-06-05 22:40:17 +00:00
Josh Coalson 06f7690534 conditionalize gcc-specific flags 2001-06-05 22:36:45 +00:00
Josh Coalson 67bb28d858 tweak the meaning of -0 2001-06-05 22:36:20 +00:00
Josh Coalson 509dbcc0b8 slow down stats printing 2001-06-05 22:29:47 +00:00
Josh Coalson 7e30b55b6f ignore (with warning) unknown subchunks instead of erroring out; slow down stats printing 2001-06-05 22:29:30 +00:00
Josh Coalson f57578d21e change meaning of -0 2001-06-05 22:28:34 +00:00
Josh Coalson c99cd20dc1 add flac -8 results 2001-06-05 18:01:15 +00:00
Josh Coalson f966ef70fc minor FP tweaks 2001-06-05 02:03:11 +00:00
Josh Coalson b6b25b677a update for flac 0.10 and shorten 3.2 2001-06-04 20:56:10 +00:00
Josh Coalson 9d25596919 new version of FLAC__lpc_compute_autocorrelation_asm_i386 with inner loops completely unrolled 2001-06-02 03:31:45 +00:00
Josh Coalson 2166c75c16 add comments 2001-06-01 19:38:02 +00:00
Josh Coalson ed1d5d4e80 add comments 2001-06-01 18:57:49 +00:00
Josh Coalson 91f2fb36b6 fix names of SSE routines 2001-06-01 18:56:52 +00:00
Josh Coalson ba98f3f90b minor comment fixes 2001-06-01 00:43:44 +00:00
Josh Coalson 92d4240ae2 add bps checks so we can use miroslav's mmx versions of some routines 2001-05-31 20:53:19 +00:00
Josh Coalson 1b68982b0e put a FLAC__ASSERT wrapper around assert() 2001-05-31 20:11:02 +00:00
Josh Coalson 88f94d0fb3 integrate mdz's patch so 'make dist' will work as expected 2001-05-31 18:47:05 +00:00
Josh Coalson 7e9e333323 cosmetic changes 2001-05-31 18:17:17 +00:00
Josh Coalson b4404eddc7 explicit sizing of some immediate operands 2001-05-31 16:23:39 +00:00
Josh Coalson 2a389f41ca add several SSE versions of FLAC__lpc_compute_autocorrelation for different lags 2001-05-31 16:17:32 +00:00
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