Commit Graph

385 Commits

Author SHA1 Message Date
Josh Coalson 3e40402c1a fix misspellings in docs 2002-10-26 04:35:47 +00:00
Josh Coalson 45bb9887e1 add more convenience for manipulating vorbis comments 2002-10-26 04:34:16 +00:00
Josh Coalson ee0f93ddd9 flesh out implementation 2002-10-26 04:27:43 +00:00
Josh Coalson 1f22816171 initial import 2002-10-25 04:53:00 +00:00
Josh Coalson ddadef6f97 add new gain_analysis convenience library 2002-10-24 05:44:42 +00:00
Josh Coalson 1ce20b6ac3 final merge of changes from the end of the flac 1.0.4 maintenance branch 2002-10-23 22:18:37 +00:00
Josh Coalson 8806494551 fixes for building static libs (new FLAC__NO_DLL #define) 2002-10-18 06:14:09 +00:00
Josh Coalson 1d25bb6a61 fixes for building static libs (new FLAC__NO_DLL #define) 2002-10-18 05:50:28 +00:00
Josh Coalson c216a82d7b initial import 2002-10-16 22:34:13 +00:00
Josh Coalson 55bc58704e tweaks to build libs as DLLs under windows 2002-10-16 22:18:32 +00:00
Josh Coalson 9bfe7572d7 add export.h 2002-10-16 22:04:53 +00:00
Josh Coalson b070fe6023 add FLAC__MAX_QLP_COEFF_PRECISION 2002-10-04 05:24:30 +00:00
Josh Coalson c1c8d496a4 new #define FLAC__SUBSET_MAX_RICE_PARTITION_ORDER 2002-09-26 04:42:10 +00:00
Josh Coalson 82738b303c fixes related to the change of FLAC__VERSION_STRING from a #define to an identifier 2002-09-25 06:09:47 +00:00
Josh Coalson 4e3cf29bae fix _HEADERS targets to not clobber each others 2002-09-20 05:56:33 +00:00
Josh Coalson c360328340 minor formatting 2002-09-19 01:00:32 +00:00
Josh Coalson 7eb54b98b6 minor comment typo fix 2002-09-11 00:31:29 +00:00
Josh Coalson 687857ac3a minor comments 2002-09-06 04:54:45 +00:00
Josh Coalson bc8f17333e add resolved_as_cstring() method to State classes 2002-09-06 00:40:30 +00:00
Josh Coalson f3b39373f6 doxygen comments 2002-09-04 08:00:14 +00:00
Josh Coalson 8304c8fdac add support for serial number in Ogg streams 2002-09-04 07:52:58 +00:00
Josh Coalson 20ac2c1cac restrict subset to max blocksize of 16384 and max residual partition order of 8 2002-08-30 05:47:14 +00:00
Josh Coalson 3ac6693c89 add read_only argument to simple iterator initializer 2002-08-30 05:41:31 +00:00
Josh Coalson 765ff502c7 minor formatting 2002-08-27 05:46:11 +00:00
Josh Coalson ec5ea04c05 more comments 2002-08-25 05:27:53 +00:00
Josh Coalson cb9d93ad4d add vendor string to encoding 2002-08-25 05:27:15 +00:00
Josh Coalson b6c08cd0f2 minor comments 2002-08-23 06:42:03 +00:00
Josh Coalson 402da70fcd more doxygen docs 2002-08-21 03:40:11 +00:00
Josh Coalson 87977bad56 more doxygen docs 2002-08-20 07:09:33 +00:00
Josh Coalson 4dc3507090 more doxygen docs 2002-08-20 03:56:52 +00:00
Josh Coalson a37ba46b4c split off dynamically allocated stuff from FLAC__EntropyCodingMethod_PartitionedRice to FLAC__EntropyCodingMethod_PartitionedRiceContent 2002-08-19 21:36:39 +00:00
Josh Coalson b7023aa1b4 rework so that rice parameters and raw_bits from the entropy coding method struct are sized dynamically 2002-08-17 15:23:43 +00:00
Josh Coalson efc6c90ea8 more doxygen comments 2002-08-16 03:09:06 +00:00
Josh Coalson 724b532b66 doxygen comments 2002-08-15 19:19:46 +00:00
Josh Coalson 2ea0839abb add a samples_written field to the progress callback 2002-08-08 22:55:45 +00:00
Josh Coalson 43e06aaa8b minor comments 2002-08-08 22:50:31 +00:00
Josh Coalson 589f8c7880 add ..._get_verify_decoder_error_stats() 2002-08-07 23:54:55 +00:00
Josh Coalson da195e2a05 these are obsolete, maybe to be revived later 2002-08-07 17:40:56 +00:00
Josh Coalson edc9fee9b2 several fixes 2002-08-07 17:39:24 +00:00
Josh Coalson 79600e1fdd remove file decoder and seekable stream decoder 2002-08-07 17:38:53 +00:00
Josh Coalson c49380d638 add OggFLAC dirs 2002-08-07 17:38:08 +00:00
Josh Coalson cb91302973 initial import 2002-08-07 17:05:16 +00:00
Josh Coalson 71e623bc6e more work 2002-08-06 06:09:06 +00:00
Josh Coalson f86f400869 remove obsolete includes 2002-08-06 05:39:44 +00:00
Josh Coalson ac2932b47f did more work but still not finished 2002-08-06 05:38:55 +00:00
Josh Coalson fb4ab8fdc0 minor formatting 2002-08-06 05:34:13 +00:00
Josh Coalson 546c95729b documentation typos 2002-08-05 06:54:32 +00:00
Josh Coalson 844a0fb54d add OggFLAC 2002-08-05 06:53:35 +00:00
Josh Coalson 27b53dcf5d initial import; still needs a lot of work 2002-08-05 06:49:45 +00:00
Josh Coalson d86e03bc63 add verify mode to all encoders 2002-08-03 21:56:15 +00:00
Josh Coalson b5bc249415 add ..._get_total_samples_estimate(), add progress callback to file encoder 2002-08-02 07:40:38 +00:00
Josh Coalson 3a7b2c9be8 add ..._get_total_samples_estimate() 2002-08-02 07:38:20 +00:00
Josh Coalson ebd4a65cda new seekable stream encoder and file encoder layers 2002-08-02 06:26:37 +00:00
Josh Coalson 3cec051d3f revamp decoder process calls 2002-08-02 06:26:12 +00:00
Josh Coalson cfdfc82801 revamp decoder process calls 2002-08-02 06:12:36 +00:00
Josh Coalson 681c29333a make typedefs for callbacks 2002-08-01 08:19:37 +00:00
Josh Coalson 312438fc61 finish implementation 2002-08-01 07:34:12 +00:00
Josh Coalson cad97be8de new funcs for getting underlying decoder layer states 2002-08-01 07:28:03 +00:00
Josh Coalson a5c12467d9 new functions for seektable templates, point sorting 2002-08-01 06:46:15 +00:00
Josh Coalson 4ef8fc5283 minor syntax 2002-08-01 06:42:59 +00:00
Josh Coalson 5c491a17f3 change to FLAC__stream_encoder_init(), now calls write callback for fLaC signature, and once for each metadata block 2002-08-01 06:39:40 +00:00
Josh Coalson 5a5de738a8 new functions for seektable templates, point sorting 2002-08-01 06:37:11 +00:00
Josh Coalson 69484aa893 finish up implementation 2002-08-01 06:35:07 +00:00
Josh Coalson f1eff45c96 new seekable stream encoder and file encoder layers, not fully implemented yet 2002-07-31 07:05:33 +00:00
Josh Coalson 6e78c0d859 minor comments 2002-07-31 06:57:31 +00:00
Josh Coalson f6efd9cec9 more doxygen docs 2002-07-27 04:59:54 +00:00
Josh Coalson 69a44a67da more doxygen docs 2002-07-26 05:19:23 +00:00
Josh Coalson 03706dce5e more doxygen docs 2002-07-25 05:35:16 +00:00
Josh Coalson 5cc58dfc3a more doxygen docs 2002-07-24 06:15:56 +00:00
Josh Coalson 0b9ebc3934 more doxygen docs 2002-07-16 16:14:17 +00:00
Josh Coalson f31f55478d more doxygen comments 2002-07-15 05:26:50 +00:00
Josh Coalson 0e252ba45b more doxygen docs 2002-07-12 05:42:04 +00:00
Josh Coalson a7f907b5cd more doxygen additions 2002-07-11 05:51:59 +00:00
Josh Coalson 889598dc8a add more doxygen documentation 2002-07-10 07:14:49 +00:00
Josh Coalson 8396175b85 initial Doxygen work 2002-07-09 06:12:59 +00:00
Josh Coalson 021c0221b6 specialize getopt for FLAC 2002-06-28 06:37:13 +00:00
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
Josh Coalson 7c343cfbcb renamed ordinals.h to ordinals.h.in 2001-06-29 02:54:04 +00:00
Josh Coalson 6969f75f39 add utility.h 2001-06-23 03:06:23 +00:00
Josh Coalson fdb97bca42 initial import 2001-06-23 03:05:30 +00:00
Josh Coalson 77e3f319a5 revamp the ordinal types 2001-06-23 03:03:24 +00:00
Josh Coalson 287fccd661 fix default versioning behavior 2001-06-18 21:30:39 +00:00
Josh Coalson 00e53874cd revamp encoder/decoder interface to use set methods instead on args to init 2001-06-16 07:32:25 +00:00
Josh Coalson 0d1a6d3d5c add support for last_metadata_is_last flag in the stream encoder 2001-06-14 19:09:02 +00:00
Josh Coalson eaa8d3c4bd fix size of application id in struct 2001-06-14 18:57:35 +00:00
Josh Coalson 0a15c14c6e rename FLAC__Encoder to FLAC__StreamEncoder, OOPize encoder and decoder interfaces 2001-06-13 17:59:57 +00:00
Josh Coalson c7cbd789c4 rename encoder.h to stream_encoder.h 2001-06-13 17:53:50 +00:00
Josh Coalson 6b05bc51f7 add/update copyright and license notices 2001-06-08 00:13:21 +00:00
Josh Coalson 1b68982b0e put a FLAC__ASSERT wrapper around assert() 2001-05-31 20:11:02 +00:00
Josh Coalson 88f94d0fb3 integrate mdz's patch so 'make dist' will work as expected 2001-05-31 18:47:05 +00:00
Josh Coalson f530e093ae minor comment change 2001-05-29 22:30:35 +00:00
Josh Coalson 7686377ceb update version number to 0.10 2001-05-29 18:45:05 +00:00
Josh Coalson febdca986a remove config.h 2001-05-25 00:04:08 +00:00
Josh Coalson 6a0283a009 config.h no longer needed 2001-05-24 23:57:08 +00:00
Josh Coalson fac1c0b294 add config.h 2001-05-23 20:53:51 +00:00
Josh Coalson edade2ced1 initial import 2001-05-23 20:53:31 +00:00
Josh Coalson 7e40e6dad9 use float instead of double for basic FP type 2001-05-16 19:28:54 +00:00
Josh Coalson 60f77d7ecf -r now takes min,max and is called min/max_residual_partition order, new -R option is rice_parameter_search_dist 2001-04-25 02:16:36 +00:00
Josh Coalson 0a72e18b22 add support for writing SEEKTABLE block 2001-04-13 19:17:16 +00:00
Josh Coalson dc86ea9870 add format.h adn seek_table.h 2001-04-13 18:53:59 +00:00
Josh Coalson a8b4fc51df initial import 2001-04-13 18:53:17 +00:00
Josh Coalson 167658a907 add seekpoint placeholder 2001-04-13 18:22:25 +00:00
Josh Coalson 2051dd49a5 add support for raw encoding within a Rice partition 2001-04-12 22:22:34 +00:00
Josh Coalson be9843cf09 add SEEKTABLE metadata block 2001-04-05 21:31:34 +00:00
Josh Coalson 801ec6028a change min bps from 1 to 4 2001-03-28 22:12:39 +00:00
Josh Coalson dbe603990c fix comments 2001-03-27 23:51:40 +00:00
Josh Coalson 22bc5d92d0 add new error codes 2001-03-27 01:17:39 +00:00
Josh Coalson 215af57417 update for new format changes: frame crc-16, wasted bits field, longer sync code, longer blocksize code 2001-03-27 01:15:58 +00:00
Josh Coalson 2bfc33d40a update version to 0.9 2001-03-21 23:18:04 +00:00
Josh Coalson 30e5396a79 fix empty struct problem 2001-03-05 18:36:16 +00:00
Josh Coalson 74ce843cb7 add some types 2001-02-28 23:47:52 +00:00
Josh Coalson 52c44e9a5d shorten APPLICATION id to 32 bits 2001-02-23 23:11:34 +00:00
Josh Coalson 2689b94be7 update version number to 0.8 2001-02-23 21:13:02 +00:00
Josh Coalson 78236fa965 add padding option to encoder 2001-02-23 21:01:51 +00:00
Josh Coalson 3313864798 rename ENCODING to STREAMINFOl; and PADDING and APPLICATION blocks 2001-02-23 21:01:14 +00:00
Josh Coalson ad03414e4f update version number to 0.7 2001-02-12 09:07:51 +00:00
Josh Coalson 26560dd2b0 change Coder to Codec everywhere 2001-02-08 00:38:41 +00:00
Josh Coalson b5e60e5b9f change force_mid_side to loose_mid_side 2001-01-28 09:27:27 +00:00
Josh Coalson 0f98d57856 fix default version number 2001-01-26 21:29:35 +00:00
Josh Coalson e49dc3d6c7 add some consts 2001-01-25 10:40:01 +00:00
Josh Coalson a18b2ee534 add fallback for when VERSION is not set 2001-01-24 23:35:25 +00:00
Josh Coalson e6898a37f8 drop major/minor version numbers, use just version string 2001-01-24 19:01:07 +00:00
Josh Coalson a28df7500a add FLAC__ENCODER_ILLEGAL_MID_SIDE_FORCE code 2001-01-24 00:49:32 +00:00
Josh Coalson 626444f6b0 add force mid-side stereo option 2001-01-24 00:46:20 +00:00
Josh Coalson 75d0a0beb8 add string lookup tables for enums 2001-01-24 00:42:16 +00:00
Josh Coalson 6dcea51cd1 revamp in anticipation of new analysis mode 2001-01-23 23:07:36 +00:00
Josh Coalson cbbbb5f176 add total sample estimation 2001-01-23 00:41:48 +00:00
Josh Coalson 0878a5f5fb rearrange to make more sense 2001-01-23 00:40:51 +00:00
Josh Coalson 8596d93bb9 use VERSION macro for version instead of hardcoding it 2001-01-19 23:26:29 +00:00
Josh Coalson 70118f62c0 update copyright for 2001 2001-01-16 20:17:53 +00:00
Josh Coalson c08be9ac3b update version to 0.5 2001-01-16 00:12:58 +00:00
Josh Coalson fa37f1c012 add MD5 support 2001-01-12 23:55:11 +00:00
Josh Coalson bfe42f15c4 change version to 0.4 2000-12-22 22:42:25 +00:00
Josh Coalson cbf595f158 add string arrays for enums 2000-12-22 22:35:33 +00:00
Josh Coalson 826be07888 Change version number to 0.3 2000-12-17 19:11:16 +00:00
Josh Coalson bb7f6b99d0 Initial revision 2000-12-10 04:09:52 +00:00