Commit Graph

187 Commits

Author SHA1 Message Date
Josh Coalson
d58a24899d rework the api to seektable and vorbis comment objects 2002-05-30 05:28:07 +00:00
Josh Coalson
1655604813 fix constness on _set_ methods 2002-05-29 05:51:24 +00:00
Josh Coalson
a7b673c007 add support for id3v2 tags to levels 1 and 2, better bad metadata handling, fix bug with merge_padding 2002-05-25 02:13:38 +00:00
Josh Coalson
b9b3341347 comment changes 2002-05-22 05:32:41 +00:00
Josh Coalson
4d4b2b7f18 minor changes to some defines/globals 2002-05-20 05:55:44 +00:00
Josh Coalson
fbff70df31 update with new semantics for padding 2002-05-17 06:13:03 +00:00
Josh Coalson
08200a161b differentiate between format max bps and reference codec max bps 2002-05-16 06:39:13 +00:00
Josh Coalson
1d437002be minor comments 2002-05-16 06:38:32 +00:00
Josh Coalson
18f33a530a add conditional extern "C" 2002-05-16 06:37:27 +00:00
Josh Coalson
7f05acd97e add more comments, add function FLAC__metadata_iterator_set_block() 2002-05-11 05:27:46 +00:00
Josh Coalson
4074d05df2 remove unused code 2002-05-09 05:29:08 +00:00
Josh Coalson
e3c6a4c205 add FLAC__ASSERT_DECLARATION macro 2002-05-09 05:27:17 +00:00
Josh Coalson
75c49a6a5f fix copyright header 2002-05-09 05:26:43 +00:00
Josh Coalson
bf9325f2f2 add functionality to specify which metadata blocks are parsed and sent back through metadata_callback, and which are ignored 2002-05-07 05:30:27 +00:00
Matt Zimmerman
ce9459f4cb Use extern "C" as appropriate to allow use with C++ 2002-05-06 17:39:29 +00:00
Josh Coalson
36432f4e33 add metadata.h, remove utility.h 2002-05-04 17:33:51 +00:00
Josh Coalson
7add44c545 add vorbis comment block, fix max sample rate 2002-05-04 17:33:35 +00:00
Josh Coalson
c8eb74d9df functionality moved to metadata.h 2002-05-04 17:32:02 +00:00
Josh Coalson
cae58735e3 initial import 2002-05-04 17:30:32 +00:00
Josh Coalson
7e19b54993 add VORBIS_COMMENT metadata block 2002-04-25 05:53:09 +00:00
Josh Coalson
1152f9fe26 update copyright date to include 2002 2002-01-26 18:05:12 +00:00
Josh Coalson
305ae2e4a7 update copyright date to include 2002 2002-01-26 17:36:39 +00:00
Josh Coalson
40333b13c1 commit patch for compiling on mingw32 2001-11-13 21:37:04 +00:00
Josh Coalson
dbd84c48e5 split most of FileDecoder off to new SeekableStreamDecoder 2001-11-08 23:59:22 +00:00
Josh Coalson
8c24ab3a78 fix tiny bug with filename setting 2001-10-31 20:25:00 +00:00
Josh Coalson
fa697a98bd rename some struct members to avoid C++ 'private' and 'protected' keywords 2001-08-16 20:07:29 +00:00
Josh Coalson
6f9603eaee add number_type to frame header 2001-07-16 18:02:32 +00:00
Josh Coalson
424dd32df0 add escape coding option 2001-07-12 21:32:13 +00:00
Josh Coalson
7c343cfbcb renamed ordinals.h to ordinals.h.in 2001-06-29 02:54:04 +00:00
Josh Coalson
6969f75f39 add utility.h 2001-06-23 03:06:23 +00:00
Josh Coalson
fdb97bca42 initial import 2001-06-23 03:05:30 +00:00
Josh Coalson
77e3f319a5 revamp the ordinal types 2001-06-23 03:03:24 +00:00
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