Commit Graph

1005 Commits

Author SHA1 Message Date
Josh Coalson
090f8f7823 fix status enum, fix bug parsing vorbis comments, stop filtering placeholder seekpoints, more rigorous setting of defaults 2002-06-04 05:53:04 +00:00
Josh Coalson
a0111f352a add inherited get methods from stream decoder, more rigorous setting of defaults 2002-06-04 05:50:22 +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
2427d859b7 minor change in docs for metadata callback 2002-06-04 05:45:12 +00:00
Josh Coalson
a2c78140d0 fix with new status enums 2002-06-04 05:44:32 +00:00
Josh Coalson
36a31299aa finish stream/seekable_stream/file decoder tests 2002-06-04 05:41:39 +00:00
Josh Coalson
7ee4d1780c fixes based on MSVC compile 2002-06-01 06:31:27 +00:00
Josh Coalson
ba2c1b89fb initial import 2002-06-01 06:29:30 +00:00
Josh Coalson
a90f80fc9f fix state enums 2002-06-01 05:45:50 +00:00
Josh Coalson
e869fd33ea add vorbis comment to --list 2002-06-01 05:41:56 +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
e7dd048b9c update to match new way of passing metadata to stream encoder 2002-06-01 05:37:15 +00:00
Josh Coalson
d57c594b7f minor tweak 2002-06-01 05:33:15 +00:00
Josh Coalson
31a3ec2936 add in some stream decoder tests 2002-06-01 05:30:52 +00:00
Josh Coalson
f2cc27079a update to match new way of passing metadata to stream encoder 2002-06-01 05:27:12 +00:00
Josh Coalson
134a4e9080 merged into decoders.c 2002-06-01 05:24:33 +00:00
Josh Coalson
7fd3737636 bump version number to 1.0.3 2002-06-01 05:23:37 +00:00
Josh Coalson
aa2a7ecfd9 add yet more tests 2002-05-31 06:27:05 +00:00
Josh Coalson
adfaff398d fix bug in flac file generator 2002-05-31 06:26:03 +00:00
Josh Coalson
8ae7bdbfd2 pass vorbis comment entries by value 2002-05-31 06:25:36 +00:00
Josh Coalson
bda92f2f71 fix malloc(0) "bug" with application block parsing 2002-05-31 06:24:03 +00:00
Josh Coalson
6b8e530006 pass vorbis comment entries by value, fix bug in vorbiscomment_set_entry_ 2002-05-31 06:23:09 +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
af44764cc1 initial importdecoders.[ch] 2002-05-31 06:18:26 +00:00
Josh Coalson
ce373636b4 updates to match new metadata object api changes 2002-05-30 05:29:23 +00:00
Josh Coalson
93e65f461b finish up operation handling 2002-05-30 05:28:50 +00:00
Josh Coalson
d58a24899d rework the api to seektable and vorbis comment objects 2002-05-30 05:28:07 +00:00
Josh Coalson
0d14f438f9 add metadata.h 2002-05-30 05:24:23 +00:00
Josh Coalson
90ced91cc4 split metadata.c into metadata_object.c and metadata_iterators.c 2002-05-30 05:23:38 +00:00
Josh Coalson
089f3be9b0 remove unused code 2002-05-30 05:18:29 +00:00
Josh Coalson
854203f4b7 minor verbiage 2002-05-29 06:08:29 +00:00
Josh Coalson
786ddb8907 fill out more of the shorthand options 2002-05-29 06:02:05 +00:00
Josh Coalson
9fa89294b9 add new decoder/encoder class files 2002-05-29 06:01:01 +00:00
Josh Coalson
1e6470692a fix memory leaks in array resizers 2002-05-29 05:56:39 +00:00
Josh Coalson
b645e31a73 relax logic for encoder finishing 2002-05-29 05:55:37 +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
a894205182 finish option processing, start operation handling 2002-05-25 02:16:52 +00:00
Josh Coalson
3f848a4353 add -lFLAC to link list 2002-05-25 02:15:50 +00:00
Josh Coalson
f331ac2b71 add tests for level 2 - delete block 2002-05-25 02:14:26 +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
e959a5de45 flesh out the option processing 2002-05-23 05:21:19 +00:00
Josh Coalson
7294309ba6 fix null pointer handling in metadata object routines 2002-05-22 05:35:43 +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
746ce8a5ee update comparison with latest codec versions, add decode times and weighted ratio 2002-05-22 05:31:02 +00:00