Commit Graph

460 Commits

Author SHA1 Message Date
Josh Coalson
c0785cd274 speed up FLAC__lpc_compute_autocorrelation() 2001-05-10 19:29:41 +00:00
Josh Coalson
fc205cc00a fix bug where decoder was closing stdout 2001-05-09 21:39:57 +00:00
Josh Coalson
56eba71d80 roll back the unrolled loop 2001-05-08 21:38:51 +00:00
Josh Coalson
b224440a64 more fixes to the -# settings 2001-05-04 19:17:07 +00:00
Josh Coalson
dd2ef53cc4 minor table fix of summary table 2001-05-04 00:45:54 +00:00
Josh Coalson
89aa472d49 add decode time to summary table 2001-05-04 00:41:22 +00:00
Josh Coalson
ca0db24d89 minor improvement with byte_bit_to_mask_ 2001-05-03 20:52:12 +00:00
Josh Coalson
3ca2712146 minor improvement in FLAC__bitbuffer_write_raw_uint32 2001-05-03 20:10:11 +00:00
Josh Coalson
2bbbcf6f58 cosmetic changes 2001-05-03 03:55:53 +00:00
Josh Coalson
6b8fa86b73 remove asm stuff from default build 2001-05-03 03:41:52 +00:00
Josh Coalson
df0b87045a add asm version of lpc routines 2001-05-03 03:40:43 +00:00
Josh Coalson
87f5a56dfe initial import 2001-05-03 03:40:09 +00:00
Josh Coalson
955a767d57 add nasm targets 2001-05-03 02:24:39 +00:00
Josh Coalson
cc78fb5710 fix script to work with new flac command line 2001-05-03 00:59:27 +00:00
Josh Coalson
6904e6a858 make PRECOMPUTE_PARTITION_SUMS the default 2001-05-03 00:49:27 +00:00
Josh Coalson
9c03c19231 *** empty log message *** 2001-05-03 00:48:32 +00:00
Josh Coalson
6f8134b2c3 update -# settings 2001-05-03 00:09:18 +00:00
Josh Coalson
d474a2432b update default values for compression levels 2001-05-02 19:57:47 +00:00
Josh Coalson
ade1825fa8 update docs with new argument handling, new -r and -R options 2001-05-02 01:07:48 +00:00
Josh Coalson
24836a027e skip allowed for analyze mode 2001-05-02 00:32:33 +00:00
Josh Coalson
e73a51ca6b revert to 1.25 2001-05-02 00:26:51 +00:00
Josh Coalson
bae9ce56f1 massive changes to command line parsing to act like gzip 2001-05-01 23:47:02 +00:00
Josh Coalson
b472e26067 oops, move message to correct place 2001-05-01 21:13:05 +00:00
Josh Coalson
5c5c068414 fix some error messages 2001-05-01 21:07:06 +00:00
Josh Coalson
9fa1ad50a5 mods to allow main.c to pass in the opened file 2001-05-01 20:49:18 +00:00
Josh Coalson
f489bf6dd1 remove some unused code 2001-05-01 20:48:54 +00:00
Josh Coalson
af96ccfb71 add support for guessing input file type by looking at the first 4 bytes 2001-05-01 19:17:12 +00:00
Josh Coalson
8e92f2148d *** empty log message *** 2001-05-01 18:50:45 +00:00
Josh Coalson
698fb13849 update S/W links 2001-04-27 19:11:52 +00:00
Josh Coalson
034dfab81b fix bugs in encoder_set_partitioned_rice_() 2001-04-27 19:10:23 +00:00
Josh Coalson
f932bc73cb fix bug in inlined version of ...read_unary...() 2001-04-27 03:38:31 +00:00
Josh Coalson
72222cae21 minor optimization 2001-04-26 05:58:28 +00:00
Josh Coalson
682b88ccce oops, put handling for --a-rtext option in 2001-04-26 05:57:41 +00:00
Josh Coalson
2d6645ce03 remove statement that can't be reached 2001-04-26 05:22:25 +00:00
Josh Coalson
d4eef96f4e improve error message if file not found 2001-04-26 05:02:17 +00:00
Josh Coalson
1a7a6848ff add S/W that uses FLAC section to links box 2001-04-26 01:11:27 +00:00
Josh Coalson
7863cbb5ed add CAFE link 2001-04-26 01:03:23 +00:00
Josh Coalson
b3a4c3db66 initial import 2001-04-26 00:56:05 +00:00
Josh Coalson
25e34e33fd add verbiage about upcoming beta 2001-04-25 02:23:04 +00:00
Josh Coalson
60f77d7ecf -r now takes min,max and is called min/max_residual_partition order, new -R option is rice_parameter_search_dist 2001-04-25 02:16:36 +00:00
Josh Coalson
decfad344c const-ize some args 2001-04-25 01:14:20 +00:00
Josh Coalson
a5ef17781f add some more read optimizations 2001-04-25 01:08:39 +00:00
Josh Coalson
608b7f2fe0 parenthesize macro arguments 2001-04-25 01:08:18 +00:00
Josh Coalson
bb6712e9e4 FLAC__ize all the #defines 2001-04-24 22:54:07 +00:00
Josh Coalson
f4035ba7f5 remove the code that printed out the seek points before encoding 2001-04-24 22:42:46 +00:00
Josh Coalson
894ae6b82a add baudline to the list of progs that use flac 2001-04-24 22:24:41 +00:00
Josh Coalson
2d647904b8 add verbiage to bug submit 2001-04-24 22:24:22 +00:00
Josh Coalson
64f4fbcaf7 start some read optimizations 2001-04-24 02:36:08 +00:00
Josh Coalson
9661108c68 #ifdef mallocs of optimization buffers 2001-04-24 01:30:10 +00:00
Josh Coalson
aef013c0fa rearrange some of the latest optimizations 2001-04-24 01:25:42 +00:00