Commit Graph

938 Commits

Author SHA1 Message Date
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
Josh Coalson
eb643a2b1e replace a bunch of magic numbers 2002-05-20 05:58:50 +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
9fb3a4c34d test_unit no longer needs to see itself 2002-05-17 06:29:22 +00:00
Josh Coalson
419d90cbe4 initial import 2002-05-17 06:28:36 +00:00
Josh Coalson
6e62e8f124 use new file_utils 2002-05-17 06:28:09 +00:00
Josh Coalson
2b4dc98d24 add file_utils module 2002-05-17 06:27:19 +00:00
Josh Coalson
ef0bc772a4 beginning of rewrite of metaflac to the new metadata interface 2002-05-17 06:26:45 +00:00
Josh Coalson
ae48af1be0 add getopt reference 2002-05-17 06:26:02 +00:00
Josh Coalson
31cf6a47f4 allow setting data pointers to 0 for metadata objects 2002-05-17 06:25:14 +00:00
Josh Coalson
1c815331a5 update with new semantics for padding block creation 2002-05-17 06:22:29 +00:00
Josh Coalson
76c68bc5dd differentiate between format max bits per sample and codec max bits per sample, update with new semantics for padding block creation 2002-05-17 06:22:02 +00:00
Josh Coalson
03ed88bd32 conditionalize #include of stdio.h 2002-05-17 06:19:28 +00:00
Josh Coalson
f29622d1ea minor cosmetics 2002-05-17 06:19:02 +00:00
Josh Coalson
f17e5f4009 differentiate between format max bits per sample and codec max bits per sample 2002-05-17 06:17:57 +00:00
Josh Coalson
347e35b6f7 minor comments 2002-05-17 06:17:17 +00:00
Josh Coalson
53d3118d32 update with new semantics for padding block creation 2002-05-17 06:16:52 +00:00