Commit Graph

1752 Commits

Author SHA1 Message Date
Josh Coalson
c5db6a04c0 remove dependency on libFLAC 2001-03-16 00:46:41 +00:00
Josh Coalson
0afcdb23a8 add verbose option to analysis mode to dump residuals 2001-03-15 23:19:44 +00:00
Josh Coalson
190892325c remove bps limit on mid-side coding 2001-03-05 20:02:13 +00:00
Josh Coalson
acac64281a remove bps limit on mid-side, remove some debugging output 2001-03-05 20:01:51 +00:00
Josh Coalson
665b7ad5b4 rename ENCODING to STREAMINFO 2001-03-05 18:36:59 +00:00
Josh Coalson
3de7ba1bed buncha fixes 2001-03-01 21:48:20 +00:00
Josh Coalson
6213a31f7b rough implementation (haven't even compile it yet) 2001-03-01 21:47:12 +00:00
Josh Coalson
456db820b6 *** empty log message *** 2001-03-01 19:14:05 +00:00
Josh Coalson
b2109495f4 fix decode buffer size 2001-03-01 19:00:10 +00:00
Josh Coalson
22c8ad8291 remove floating "#if 0" 2001-03-01 18:48:38 +00:00
Josh Coalson
4a1038407f initial import 2001-03-01 01:11:36 +00:00
Josh Coalson
f1b114e9cc *** empty log message *** 2001-03-01 00:47:15 +00:00
Josh Coalson
f40667b224 remove old version of the lpcoeff quantizer, other debug detritus 2001-02-28 23:57:09 +00:00
Josh Coalson
c625f9033c rework LPC coefficient quantizer 2001-02-28 23:56:03 +00:00
Josh Coalson
994b5179e3 fix 24-bit support 2001-02-28 23:47:19 +00:00
Josh Coalson
d2b9453e39 better error message if encoder can't initialize 2001-02-28 23:46:25 +00:00
Josh Coalson
f4ce50b9b9 fix bug where LP was tried even if autoc[0]==0.0 2001-02-28 23:45:15 +00:00
Josh Coalson
fe9ba6f44f fix bug where overflow of total_error caused it to go negative 2001-02-28 23:44:27 +00:00
Josh Coalson
f6237c8c3b add support for new 24-bit streams 2001-02-28 23:43:29 +00:00
Josh Coalson
b04de17f6e add support for 24-bit input 2001-02-27 00:01:55 +00:00
Josh Coalson
52a7ae78be add -P to options printout when verbose 2001-02-26 21:11:43 +00:00
Josh Coalson
4795fcab52 remove some debug output 2001-02-26 20:30:31 +00:00
Josh Coalson
0552fdf9cb fix bug where max_qlp_coeff_precision went too high with 8 bits-per-sample and -p 2001-02-26 20:29:56 +00:00
Josh Coalson
37ff390395 *** empty log message *** 2001-02-23 23:36:37 +00:00
Josh Coalson
e6e921bce8 un-static the read buf 2001-02-23 23:34:15 +00:00
Josh Coalson
1e06734935 add byte offset to printout 2001-02-23 23:32:22 +00:00
Josh Coalson
52c44e9a5d shorten APPLICATION id to 32 bits 2001-02-23 23:11:34 +00:00
Josh Coalson
c91eca76c7 remove -lm from library dependencies 2001-02-23 23:10:57 +00:00
Josh Coalson
b8973c2b8a add basic list functionality 2001-02-23 23:09:32 +00:00
Josh Coalson
3fc307bfcc header list functionality 2001-02-23 22:03:52 +00:00
Josh Coalson
4d3b90f3c3 initial import 2001-02-23 21:38:26 +00:00
Josh Coalson
5bcb38dd56 add metaflac 2001-02-23 21:28:29 +00:00
Josh Coalson
5200d52515 add padding argument 2001-02-23 21:08:04 +00:00
Josh Coalson
18cfcc88dd add -P padding option 2001-02-23 21:07:43 +00:00
Josh Coalson
2013572070 rename ENCODING to STREAMINFO; add PADDING and APPLICATION blocks 2001-02-23 21:05:53 +00:00
Josh Coalson
c692d3800a rename ENCODING to STREAMINFO; add PADDING block support 2001-02-23 21:05:05 +00:00
Josh Coalson
40b1f179d1 rewind back to better FLAC__BITBUFFER_DEFAULT_CAPACITY 2001-02-23 21:04:00 +00:00
Josh Coalson
72983924fb rename ENCODING to STREAMINFO 2001-02-23 21:03:21 +00:00
Josh Coalson
090bbb8b2c fix bug #131976 2001-02-22 22:56:19 +00:00
Josh Coalson
58c84a2edd fix fclose bug 2001-02-12 09:04:49 +00:00
Josh Coalson
5feaafff5c set large default size for bug 131976 workaround 2001-02-12 09:03:07 +00:00
Josh Coalson
f5994a73dd add more tests and with more variety 2001-02-08 22:03:18 +00:00
Josh Coalson
26560dd2b0 change Coder to Codec everywhere 2001-02-08 00:38:41 +00:00
Josh Coalson
e665f2d7ae update comment on -p 2001-02-08 00:29:58 +00:00
Josh Coalson
46f2ae8abc fix bug where rice parameter was going to 0 2001-02-08 00:27:21 +00:00
Josh Coalson
9f77a19607 add more debug info, clip bps computation to 0.0 2001-02-08 00:26:45 +00:00
Josh Coalson
c4b7c84676 delete unused global 2001-02-08 00:25:23 +00:00
Josh Coalson
763bee172b *** empty log message *** 2001-02-08 00:24:17 +00:00
Josh Coalson
4ba983ca56 fix seek bug in raw encoding 2001-02-02 20:00:26 +00:00
Josh Coalson
52dfccec25 minor fixes 2001-02-02 00:54:22 +00:00
Josh Coalson
760f535d9a add code for a FIFOed reservoir 2001-02-02 00:52:47 +00:00
Josh Coalson
efc42137fa fix to work with new write_callback signature 2001-01-28 09:41:45 +00:00
Josh Coalson
f4b8032bc6 add warmup samples to analysis printout 2001-01-28 09:28:46 +00:00
Josh Coalson
b5e60e5b9f change force_mid_side to loose_mid_side 2001-01-28 09:27:27 +00:00
Josh Coalson
8d32d3eed5 add -a to usage 2001-01-26 22:31:27 +00:00
Josh Coalson
2353aee8a1 delete unused code 2001-01-26 21:28:31 +00:00
Josh Coalson
94e02cd4a0 speed up mid-side coding 2001-01-25 10:41:06 +00:00
Josh Coalson
9c072fa4ba fix bug with asserts 2001-01-24 23:35:48 +00:00
Josh Coalson
e6898a37f8 drop major/minor version numbers, use just version string 2001-01-24 19:01:07 +00:00
Josh Coalson
9c936d2d36 add -M (force_mid_side) option 2001-01-24 01:01:04 +00:00
Josh Coalson
69f1ee02bf add force_mid_side_stereo option 2001-01-24 00:54:43 +00:00
Josh Coalson
967b467c45 add new analyze mode 2001-01-24 00:42:41 +00:00
Josh Coalson
75d0a0beb8 add string lookup tables for enums 2001-01-24 00:42:16 +00:00
Josh Coalson
6dcea51cd1 revamp in anticipation of new analysis mode 2001-01-23 23:07:36 +00:00
Josh Coalson
b10d83cd9d fix bug: --skip and pipes 2001-01-23 01:19:17 +00:00
Josh Coalson
cbbbb5f176 add total sample estimation 2001-01-23 00:41:48 +00:00
Josh Coalson
8c8a55efbc fix some pipe bugs 2001-01-23 00:40:05 +00:00
Josh Coalson
e77287e36d speed up the rice estimation 2001-01-20 01:27:55 +00:00
Josh Coalson
824f4708ce use FLAC__VERSION_STRING for version 2001-01-19 23:28:38 +00:00
Josh Coalson
8596d93bb9 use VERSION macro for version instead of hardcoding it 2001-01-19 23:26:29 +00:00
Josh Coalson
e55f390900 fix compiler warning 2001-01-19 23:13:44 +00:00
Josh Coalson
9f429bae5a initial version 2001-01-19 22:39:39 +00:00
Josh Coalson
e60acb9fa0 renamed Makefile to Makefile.lite 2001-01-19 22:30:43 +00:00
Josh Coalson
2a52e57fdc add ESTIMATE_RICE_BITS for speed 2001-01-19 20:11:59 +00:00
Josh Coalson
70118f62c0 update copyright for 2001 2001-01-16 20:17:53 +00:00
Josh Coalson
4297cc736c add md5.c 2001-01-16 07:07:26 +00:00
Josh Coalson
49f0257194 minor compile error fix 2001-01-16 07:07:09 +00:00
Josh Coalson
c08be9ac3b update version to 0.5 2001-01-16 00:12:58 +00:00
Josh Coalson
c00438cc58 fix a typo bug 2001-01-16 00:08:14 +00:00
Josh Coalson
9c18548a50 disallow --skip in test mode 2001-01-13 00:23:44 +00:00
Josh Coalson
8a0ab31fab turn off MD5 checking in the plugin 2001-01-13 00:14:24 +00:00
Josh Coalson
2d886aeea3 add -t line to usage printout 2001-01-13 00:12:27 +00:00
Josh Coalson
e7e63f8c1a minor tweaks to verbos output 2001-01-13 00:10:55 +00:00
Josh Coalson
bd3c422882 add md5.o 2001-01-12 23:58:30 +00:00
Josh Coalson
fa37f1c012 add MD5 support 2001-01-12 23:55:11 +00:00
Josh Coalson
4397b27181 add support for MD5 checking and a test mode 2001-01-12 23:52:39 +00:00
Josh Coalson
f8a4877eb6 add MD5 implementation 2001-01-12 23:50:46 +00:00
Josh Coalson
197537585d change to support new sign-folded rice coding 2001-01-06 01:24:53 +00:00
Josh Coalson
7efa1051c4 change to sign-folded rice coding, add golomb coder 2001-01-06 01:24:22 +00:00
Josh Coalson
da68d764d8 fix to chop off bytes after end of data chunk 2001-01-05 23:26:59 +00:00
Josh Coalson
841e27e159 add reserved space detection to metadata decoding 2001-01-03 00:26:42 +00:00
Josh Coalson
0ef47deb15 rename stream_decoder_allocate_output_ 2001-01-02 23:17:01 +00:00
Josh Coalson
44cd3e6c18 tweak compiler options 2000-12-25 19:32:34 +00:00
Josh Coalson
c0ef10b0f2 fix some typos in error messages 2000-12-22 22:40:24 +00:00
Josh Coalson
bbbef82a92 add new verify option (-V) 2000-12-22 22:39:08 +00:00
Josh Coalson
6c2553681e changed version to 0.4 2000-12-22 22:37:35 +00:00
Josh Coalson
cbf595f158 add string arrays for enums 2000-12-22 22:35:33 +00:00
Josh Coalson
7e17035e54 change version to 0.4 2000-12-22 22:34:02 +00:00
Josh Coalson
cf2c8a64aa Changed version number to 0.3 2000-12-17 19:08:24 +00:00
Josh Coalson
d44feb11d9 Fixed bug in constant-detection. 2000-12-17 19:07:46 +00:00
Josh Coalson
288c9dea5c Version number changed to 0.3 2000-12-17 19:05:51 +00:00
Josh Coalson
bb7f6b99d0 Initial revision 2000-12-10 04:09:52 +00:00