Josh Coalson
|
bc869506bd
|
minor changes in anticipation of release
|
2002-06-14 06:36:16 +00:00 |
|
Josh Coalson
|
d57c8d31e3
|
fixes from compiling code and running all the tests on NT
|
2002-06-11 06:15:28 +00:00 |
|
Josh Coalson
|
999be3b92f
|
last batch of changes and fixes based on the libFLAC++ unit tests
|
2002-06-10 04:42:35 +00:00 |
|
Josh Coalson
|
cc68251f5a
|
another big glob of changes/fixes
|
2002-06-08 04:53:42 +00:00 |
|
Josh Coalson
|
57ba6f4eb7
|
massive glob of checkins: improved tests, more tests, bugfixes
|
2002-06-07 05:27:37 +00:00 |
|
Josh Coalson
|
28e08d8fc2
|
bring in what was FLAC__seek_table_is_valid()
|
2002-06-05 05:56:41 +00:00 |
|
Josh Coalson
|
6dc7934c3a
|
remove seek_table; it moved into the metadata interface
|
2002-06-05 05:55:24 +00:00 |
|
Josh Coalson
|
40f037108a
|
contents moved into metadata interface
|
2002-06-05 05:54:23 +00:00 |
|
Josh Coalson
|
a92f6005ef
|
add inherited get methods from stream decoder in file decoder also
|
2002-06-04 06:00:09 +00:00 |
|
Josh Coalson
|
a1260ff978
|
fix status enum names
|
2002-06-04 05:47:51 +00:00 |
|
Josh Coalson
|
2e3527f8a4
|
add inherited get methods from stream decoder
|
2002-06-04 05:47:33 +00:00 |
|
Josh Coalson
|
7ee4d1780c
|
fixes based on MSVC compile
|
2002-06-01 06:31:27 +00:00 |
|
Josh Coalson
|
a90f80fc9f
|
fix state enums
|
2002-06-01 05:45:50 +00:00 |
|
Josh Coalson
|
66075c1585
|
new more flexible way of passing metadata to stream encoder
|
2002-06-01 05:39:38 +00:00 |
|
Josh Coalson
|
b2b5358a91
|
add methods to SeekTable, Padding, and VorbisComment
|
2002-05-31 06:20:50 +00:00 |
|
Josh Coalson
|
a9f25cea59
|
pass vorbis comment entries by value
|
2002-05-31 06:20:22 +00:00 |
|
Josh Coalson
|
d58a24899d
|
rework the api to seektable and vorbis comment objects
|
2002-05-30 05:28:07 +00:00 |
|
Josh Coalson
|
99f4140468
|
add encoder.h and decoder.h
|
2002-05-29 05:54:52 +00:00 |
|
Josh Coalson
|
5ac8bd1cda
|
minor comments
|
2002-05-29 05:53:57 +00:00 |
|
Josh Coalson
|
1655604813
|
fix constness on _set_ methods
|
2002-05-29 05:51:24 +00:00 |
|
Josh Coalson
|
b04a16e462
|
initial import
|
2002-05-29 05:49:50 +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
|
fb74f10df7
|
add iterator classes
|
2002-05-22 05:33:29 +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
|
fda98fb7e4
|
initial import
|
2002-05-17 06:33:39 +00:00 |
|
Josh Coalson
|
fbff70df31
|
update with new semantics for padding
|
2002-05-17 06:13:03 +00:00 |
|
Josh Coalson
|
e166694a9f
|
add FLAC++ and share subdirs
|
2002-05-17 06:12:32 +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 |
|