Commit Graph

1036 Commits

Author SHA1 Message Date
Josh Coalson e166694a9f add FLAC++ and share subdirs 2002-05-17 06:12:32 +00:00
Josh Coalson 7186ae6f62 update with new semantics for -P 2002-05-17 06:11:49 +00:00
Josh Coalson aa4f24db07 add AlsaPlayer to plugin list 2002-05-17 06:10:11 +00:00
Josh Coalson b7557fd93e add targets for building C++ code 2002-05-17 06:08:44 +00:00
Josh Coalson 5a804ca793 add stuff for getopt 2002-05-17 06:08:13 +00:00
Josh Coalson aae225a7cc add "share" library 2002-05-17 06:07:26 +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 a4bbe46e1d final fixes to level 2 tests 2002-05-14 06:16:02 +00:00
Josh Coalson 76eb863f8e finished unit test for level 2 interface 2002-05-14 06:04:47 +00:00
Josh Coalson e2ba10fe8d more fixes for level 2 functions exposed by unit tests 2002-05-14 06:03:17 +00:00
Josh Coalson d34f03d46d finished level 1 tests, started level 2 tests 2002-05-11 05:41:42 +00:00
Josh Coalson 2745fe7fde more bug fixes from unit tests; level 1 looks good 2002-05-11 05:31:56 +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 8c03c2fd31 add more tests 2002-05-10 06:43:17 +00:00
Josh Coalson 6b02a75f3d fix bugs exposed by latest tests 2002-05-10 06:42:02 +00:00
Josh Coalson fc9e33f448 minor comments 2002-05-09 05:55:13 +00:00
Josh Coalson cdcf19a122 use full path to test_unit 2002-05-09 05:53:46 +00:00
Josh Coalson 275f684e1b add more tests (but still many left) 2002-05-09 05:52:40 +00:00
Josh Coalson b7c250635a pass argv[0] down to manip tests 2002-05-09 05:52:01 +00:00
Josh Coalson b5efa027d0 move comparison code to metadata_utils.c 2002-05-09 05:51:14 +00:00
Josh Coalson a46b889147 minor fix 2002-05-09 05:49:47 +00:00
Josh Coalson 6d4cd93021 initial import 2002-05-09 05:48:14 +00:00
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