Josh Coalson
|
b35fca0e4a
|
add metadata_utils.c
|
2002-05-09 05:47:41 +00:00 |
|
Josh Coalson
|
51ee465678
|
remove unused code, fix several bugs (WARNING: there are still more)
|
2002-05-09 05:46:23 +00:00 |
|
Josh Coalson
|
f567b91c0f
|
fix _new / _init / _finish / _delete sequence to be more correct, ala C++
|
2002-05-09 05:42:19 +00:00 |
|
Josh Coalson
|
8400e43eae
|
fix bug where decoder was not reading APPLICATION id in every case
|
2002-05-09 05:41:35 +00:00 |
|
Josh Coalson
|
294f82cee8
|
fix up comments, remove faulty assert
|
2002-05-09 05:39:01 +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
|
c11b5dde0e
|
more infrastructure, still doesn't do anything yet
|
2002-05-07 06:08:40 +00:00 |
|
Josh Coalson
|
4860ed7c5a
|
initial import
|
2002-05-07 05:33:49 +00:00 |
|
Josh Coalson
|
fad2e61ce6
|
fixes for padding length calculation, vorbis comment memory leak
|
2002-05-07 05:33:10 +00:00 |
|
Josh Coalson
|
8c84e19252
|
add FLAC__bitbuffer_read_byte_block_aligned()
|
2002-05-07 05:32:03 +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
|
5b72e174a1
|
update to use new metadata interface
|
2002-05-04 17:47:20 +00:00 |
|
Josh Coalson
|
19b7b58411
|
fix bug printing application id
|
2002-05-04 17:46:37 +00:00 |
|
Josh Coalson
|
77d09a0cd2
|
fix max sample rate checking
|
2002-05-04 17:45:46 +00:00 |
|
Josh Coalson
|
e6ad5576c4
|
update to work with new bitbuffer changes
|
2002-05-04 17:43:48 +00:00 |
|
Josh Coalson
|
2c9dba8600
|
add metadata tests
|
2002-05-04 17:43:16 +00:00 |
|
Josh Coalson
|
ac938376b8
|
initial import
|
2002-05-04 17:42:25 +00:00 |
|
Josh Coalson
|
7a5d095f42
|
add vorbis comment block handling, update max sample rate checking, speed up application block writing
|
2002-05-04 17:41:35 +00:00 |
|
Josh Coalson
|
33285904ab
|
update max sample rate checking
|
2002-05-04 17:40:01 +00:00 |
|
Josh Coalson
|
f145bbd94e
|
minor wording
|
2002-05-04 17:37:51 +00:00 |
|
Josh Coalson
|
036f903786
|
add metadata.c, remove utility.c
|
2002-05-04 17:36:13 +00:00 |
|
Josh Coalson
|
cc059bc889
|
add FLAC__format_is_valid_sample_rate()
|
2002-05-04 17:35:51 +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
|
7f140a6a58
|
functionality moved to metadata.c
|
2002-05-04 17:31:52 +00:00 |
|
Josh Coalson
|
cae58735e3
|
initial import
|
2002-05-04 17:30:32 +00:00 |
|
Josh Coalson
|
14f2838b7e
|
expand the feature table, make space for decode time in the track tables
|
2002-05-04 05:35:57 +00:00 |
|
Josh Coalson
|
d5ffb6f3ca
|
minor wording on vorbis comments
|
2002-05-04 05:35:22 +00:00 |
|
Josh Coalson
|
4cce5a095b
|
add ...write_byte_block, 2 little-endian routines
|
2002-05-04 05:29:32 +00:00 |
|
Josh Coalson
|
46d1616ea0
|
add "known bugs in current release" sections
|
2002-05-03 04:50:25 +00:00 |
|
Josh Coalson
|
7e19b54993
|
add VORBIS_COMMENT metadata block
|
2002-04-25 05:53:09 +00:00 |
|
Josh Coalson
|
93c22c954b
|
add easytag to s/w section
|
2002-04-25 05:36:33 +00:00 |
|
Josh Coalson
|
b28559ab6b
|
add FLAC__bitbuffer_read_rice_signed_block()
|
2002-04-25 05:21:09 +00:00 |
|
Josh Coalson
|
8e46a5e53e
|
add tweaks for a Solaris build
|
2002-04-25 05:19:37 +00:00 |
|
Josh Coalson
|
a2518e1133
|
flac file should be opened in binary mode explicitly to work on windows
|
2002-04-24 04:53:12 +00:00 |
|
Josh Coalson
|
32751943a6
|
add lines in usage about --output-prefix
|
2002-04-24 04:50:20 +00:00 |
|
Josh Coalson
|
0bfa2b6424
|
partial fix in the goal of getting this to match the new bitbuffer interface
|
2002-04-10 06:11:51 +00:00 |
|
Josh Coalson
|
26832eef42
|
update link to abcde patch
|
2002-03-20 20:27:11 +00:00 |
|
Josh Coalson
|
c9b552ad65
|
remove maintainer message
|
2002-03-17 08:54:53 +00:00 |
|
Josh Coalson
|
0ac52af7d3
|
convert c++ style comments
|
2002-03-13 04:12:04 +00:00 |
|
Josh Coalson
|
b83801eb56
|
minor wording
|
2002-03-13 04:11:05 +00:00 |
|
Josh Coalson
|
aec256bf4e
|
new blurb-based bitbuffer design changes
|
2002-03-12 16:19:54 +00:00 |
|
Josh Coalson
|
28b18573be
|
fix bug found by gcc3
|
2002-03-12 16:18:11 +00:00 |
|
Andrey Astafiev
|
0f47d27c58
|
some corrections to libFLAC section
|
2002-03-01 14:41:53 +00:00 |
|
Josh Coalson
|
1c2d8c4919
|
fix memory leak, tiny speedup, add some asserts
|
2002-03-01 06:52:52 +00:00 |
|
Andrey Astafiev
|
e4c62aa925
|
sync with 1.0.2
|
2002-02-26 14:51:45 +00:00 |
|