Commit Graph

205 Commits

Author SHA1 Message Date
Josh Coalson
287fccd661 fix default versioning behavior 2001-06-18 21:30:39 +00:00
Josh Coalson
00e53874cd revamp encoder/decoder interface to use set methods instead on args to init 2001-06-16 07:32:25 +00:00
Josh Coalson
0d1a6d3d5c add support for last_metadata_is_last flag in the stream encoder 2001-06-14 19:09:02 +00:00
Josh Coalson
eaa8d3c4bd fix size of application id in struct 2001-06-14 18:57:35 +00:00
Josh Coalson
0a15c14c6e rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces 2001-06-13 17:59:57 +00:00
Josh Coalson
c7cbd789c4 rename encoder.h to stream_encoder.h 2001-06-13 17:53:50 +00:00
Josh Coalson
6b05bc51f7 add/update copyright and license notices 2001-06-08 00:13:21 +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
f530e093ae minor comment change 2001-05-29 22:30:35 +00:00
Josh Coalson
7686377ceb update version number to 0.10 2001-05-29 18:45:05 +00:00
Josh Coalson
febdca986a remove config.h 2001-05-25 00:04:08 +00:00
Josh Coalson
6a0283a009 config.h no longer needed 2001-05-24 23:57:08 +00:00
Josh Coalson
fac1c0b294 add config.h 2001-05-23 20:53:51 +00:00
Josh Coalson
edade2ced1 initial import 2001-05-23 20:53:31 +00:00
Josh Coalson
7e40e6dad9 use float instead of double for basic FP type 2001-05-16 19:28:54 +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
0a72e18b22 add support for writing SEEKTABLE block 2001-04-13 19:17:16 +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
167658a907 add seekpoint placeholder 2001-04-13 18:22:25 +00:00
Josh Coalson
2051dd49a5 add support for raw encoding within a Rice partition 2001-04-12 22:22:34 +00:00
Josh Coalson
be9843cf09 add SEEKTABLE metadata block 2001-04-05 21:31:34 +00:00
Josh Coalson
801ec6028a change min bps from 1 to 4 2001-03-28 22:12:39 +00:00
Josh Coalson
dbe603990c fix comments 2001-03-27 23:51:40 +00:00
Josh Coalson
22bc5d92d0 add new error codes 2001-03-27 01:17:39 +00:00
Josh Coalson
215af57417 update for new format changes: frame crc-16, wasted bits field, longer sync code, longer blocksize code 2001-03-27 01:15:58 +00:00
Josh Coalson
2bfc33d40a update version to 0.9 2001-03-21 23:18:04 +00:00
Josh Coalson
30e5396a79 fix empty struct problem 2001-03-05 18:36:16 +00:00
Josh Coalson
74ce843cb7 add some types 2001-02-28 23:47:52 +00:00
Josh Coalson
52c44e9a5d shorten APPLICATION id to 32 bits 2001-02-23 23:11:34 +00:00
Josh Coalson
2689b94be7 update version number to 0.8 2001-02-23 21:13:02 +00:00
Josh Coalson
78236fa965 add padding option to encoder 2001-02-23 21:01:51 +00:00
Josh Coalson
3313864798 rename ENCODING to STREAMINFOl; and PADDING and APPLICATION blocks 2001-02-23 21:01:14 +00:00
Josh Coalson
ad03414e4f update version number to 0.7 2001-02-12 09:07:51 +00:00
Josh Coalson
26560dd2b0 change Coder to Codec everywhere 2001-02-08 00:38:41 +00:00
Josh Coalson
b5e60e5b9f change force_mid_side to loose_mid_side 2001-01-28 09:27:27 +00:00
Josh Coalson
0f98d57856 fix default version number 2001-01-26 21:29:35 +00:00
Josh Coalson
e49dc3d6c7 add some consts 2001-01-25 10:40:01 +00:00
Josh Coalson
a18b2ee534 add fallback for when VERSION is not set 2001-01-24 23:35:25 +00:00
Josh Coalson
e6898a37f8 drop major/minor version numbers, use just version string 2001-01-24 19:01:07 +00:00
Josh Coalson
a28df7500a add FLAC__ENCODER_ILLEGAL_MID_SIDE_FORCE code 2001-01-24 00:49:32 +00:00
Josh Coalson
626444f6b0 add force mid-side stereo option 2001-01-24 00:46:20 +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
cbbbb5f176 add total sample estimation 2001-01-23 00:41:48 +00:00
Josh Coalson
0878a5f5fb rearrange to make more sense 2001-01-23 00:40:51 +00:00
Josh Coalson
8596d93bb9 use VERSION macro for version instead of hardcoding it 2001-01-19 23:26:29 +00:00
Josh Coalson
70118f62c0 update copyright for 2001 2001-01-16 20:17:53 +00:00
Josh Coalson
c08be9ac3b update version to 0.5 2001-01-16 00:12:58 +00:00
Josh Coalson
fa37f1c012 add MD5 support 2001-01-12 23:55:11 +00:00
Josh Coalson
bfe42f15c4 change version to 0.4 2000-12-22 22:42:25 +00:00
Josh Coalson
cbf595f158 add string arrays for enums 2000-12-22 22:35:33 +00:00
Josh Coalson
826be07888 Change version number to 0.3 2000-12-17 19:11:16 +00:00
Josh Coalson
bb7f6b99d0 Initial revision 2000-12-10 04:09:52 +00:00