Commit Graph

460 Commits

Author SHA1 Message Date
Josh Coalson
677622ac0c fix some compile bugs related to RESERVOIR_TEST 2001-04-18 23:02:08 +00:00
Josh Coalson
afcd877c84 ifdef out the precompute-partition-sums and partition-escape-search stuff 2001-04-18 22:59:25 +00:00
Josh Coalson
f76a3618a5 break out the partition sum precomputation to its own function 2001-04-18 02:28:11 +00:00
Josh Coalson
6994dd82c4 minor speed optimization 2001-04-18 02:21:21 +00:00
Josh Coalson
d4e0ddbdca speed up rice partitioning by precomputing the partition sums 2001-04-18 02:20:52 +00:00
Josh Coalson
36da89ca8c parameterize the number of samples per write 2001-04-17 18:01:22 +00:00
Josh Coalson
671fadb23a fix bug with samples_decoded 2001-04-17 17:32:01 +00:00
Josh Coalson
a8b35a9aa5 add -S docs 2001-04-16 23:24:03 +00:00
Josh Coalson
99b44c2ee4 add -S options 2001-04-16 23:18:06 +00:00
Josh Coalson
a79c4fa6b3 fix -b usage 2001-04-16 23:11:11 +00:00
Josh Coalson
4de0541eeb fix -b usage printout 2001-04-16 23:09:47 +00:00
Josh Coalson
ababc226be fix syntax error 2001-04-16 22:58:42 +00:00
Josh Coalson
d50cd496c2 80-columnize the usage printout 2001-04-16 22:57:49 +00:00
Josh Coalson
2989634451 remove debug printout 2001-04-16 22:44:27 +00:00
Josh Coalson
dc839287d2 add documentation of SEEKTABLE and escape codes in Rice partition 2001-04-16 20:27:00 +00:00
Josh Coalson
eae4dde233 document GCC compiler bug that produces false warning 2001-04-16 05:33:22 +00:00
Josh Coalson
5c3d00c456 fix usage 2001-04-14 00:28:17 +00:00
Josh Coalson
61eb682a8e fix bug with the default -S setting 2001-04-14 00:24:54 +00:00
Josh Coalson
7531b0088f fix bug where sample number is incorrectly calculated for the last block 2001-04-14 00:24:32 +00:00
Josh Coalson
3585ece4da fix bug to deal with case when user requests to skip more samples that the stream contains 2001-04-13 23:39:07 +00:00
Josh Coalson
5a068063f4 fix more bugs with seek table stuff 2001-04-13 23:24:45 +00:00
Josh Coalson
1d937c0dbc fix bug where seek point was hit during metadata write_callback time 2001-04-13 23:03:02 +00:00
Josh Coalson
760f7fd48e minor bug fix 2001-04-13 23:00:59 +00:00
Josh Coalson
67db5da6a1 fix bug with incorrect seek point separator 2001-04-13 22:59:58 +00:00
Josh Coalson
211736a7a6 mark seek points when hit by write callback; write seek points back during metadata_callback() 2001-04-13 22:55:05 +00:00
Josh Coalson
9e1e2ab695 change to ignore PLACEHODLERs when checking seek points 2001-04-13 22:47:21 +00:00
Josh Coalson
6a071f7550 add marking of the seek point when hit in the write callback 2001-04-13 22:30:00 +00:00
Josh Coalson
49eb5dbe21 add total samples to seek point printout 2001-04-13 22:01:29 +00:00
Josh Coalson
6e590293a0 add printing of seek points in verbose mode 2001-04-13 21:59:42 +00:00
Josh Coalson
d77a1cf5e2 add support for specifying seek points 2001-04-13 21:55:17 +00:00
Josh Coalson
bbe8b46a9a minor fixes 2001-04-13 21:54:53 +00:00
Josh Coalson
0a72e18b22 add support for writing SEEKTABLE block 2001-04-13 19:17:16 +00:00
Josh Coalson
a57921613b fix function signature to make .h file 2001-04-13 19:16:52 +00:00
Josh Coalson
0fbe7ce062 write implementation of FLAC__seek_table_is_valid() 2001-04-13 19:01:56 +00:00
Josh Coalson
5906c2d9f5 add seek_table.c 2001-04-13 18:57:20 +00:00
Josh Coalson
dc86ea9870 add format.h adn seek_table.h 2001-04-13 18:53:59 +00:00
Josh Coalson
a8b4fc51df initial import 2001-04-13 18:53:17 +00:00
Josh Coalson
3372cc0275 fix compiler warning 2001-04-13 18:44:46 +00:00
Josh Coalson
6ff59c56f6 fix compile error 2001-04-13 18:43:53 +00:00
Josh Coalson
ce025f577d update seek routine to use info from seek table 2001-04-13 18:42:12 +00:00
Josh Coalson
167658a907 add seekpoint placeholder 2001-04-13 18:22:25 +00:00
Josh Coalson
cff71c88ac skip seekpoint placeholders 2001-04-13 18:20:23 +00:00
Josh Coalson
2051dd49a5 add support for raw encoding within a Rice partition 2001-04-12 22:22:34 +00:00
Josh Coalson
c5d08e03bc add missing SEEKPOINT globals 2001-04-10 19:13:50 +00:00
Josh Coalson
c076ba51bf add support for decoding SEEKTABLE block 2001-04-05 21:32:54 +00:00
Josh Coalson
5114dbd52f add SEEKTABLE support 2001-04-05 21:31:59 +00:00
Josh Coalson
be9843cf09 add SEEKTABLE metadata block 2001-04-05 21:31:34 +00:00
Josh Coalson
243a067a58 tweak the seeking a little more 2001-04-05 20:11:25 +00:00
Josh Coalson
bbbdba71bc minor wording 2001-04-03 19:37:58 +00:00
Josh Coalson
fe2bbaeca0 suppress linking of libc 2001-04-01 05:55:46 +00:00