571 Commits

Author SHA1 Message Date
Josh Coalson
6b21f66784 merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_BASELINE -j API_LAYER_MERGING_BRANCH 2006-09-13 01:42:27 +00:00
Josh Coalson
ba26e4e59e comments 2006-07-06 07:49:36 +00:00
Josh Coalson
1a8afc7031 change unparseable frame handling, from a fatal error and FLAC__STREAM_DECODER_UNPARSEABLE_STREAM state, to a soft error FLAC__STREAM_DECODER_ERROR_STATUS_UNPARSEABLE_STREAM 2006-07-06 07:49:07 +00:00
Josh Coalson
b1ec796bda complete largefile support 2006-05-24 04:41:36 +00:00
Josh Coalson
419e4ba7b6 remove window profiling field 2006-05-01 06:01:34 +00:00
Josh Coalson
8238936980 default window to tukey(0.5) instead of hann 2006-05-01 05:58:35 +00:00
Josh Coalson
c4fe269a90 add set_apodization() to oggflac layers 2006-05-01 05:27:13 +00:00
Josh Coalson
96d8cd2390 fix comment typos 2006-04-25 07:00:39 +00:00
Josh Coalson
0395dac13f add 2206 to copyright notice 2006-04-25 06:59:33 +00:00
Josh Coalson
bf0f52c21e add support for specifying which apodization functions to use to window data before lpc analysis 2006-04-25 06:38:43 +00:00
Josh Coalson
7cfac0b146 add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculate_cddb_id() 2006-04-10 05:37:34 +00:00
Josh Coalson
09db6d84a7 minor comments 2005-12-02 05:31:11 +00:00
Josh Coalson
e9a638d004 add support for building on os/2 with emx 2005-09-03 03:54:16 +00:00
Josh Coalson
95e39a8fa5 allow non-strict mode for reading replaygain tags, to fallback to track tags if album tags are not available and vice versa 2005-09-01 01:01:08 +00:00
Josh Coalson
83fa59c800 more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion 2005-08-31 01:00:53 +00:00
Josh Coalson
83b8d28f9d add shorthand option --remove-replay-gain to metaflac 2005-08-31 00:30:41 +00:00
Josh Coalson
4462311644 fix constness in some functions 2005-01-30 18:15:36 +00:00
Josh Coalson
f4c1a8e8ef fixes for compiling with SunPro 2005-01-27 03:55:35 +00:00
Josh Coalson
7ba64127f4 merge from FLAC 1.1.1 maintenance branch (-j FLAC_RELEASE_1_1_1__2004_10_01 -j FLAC_RELEASE_1_1_1_MAINTENANCE_BRANCH (AKA FLAC_RELEASE_1_1_1_MAINTENANCE__MERGE_TO_TRUNK)) 2005-01-25 05:03:48 +00:00
Josh Coalson
a78fac662c add 2005 to copyright notices 2005-01-25 04:17:55 +00:00
Josh Coalson
c71bfe953c remove superfluous semicolon after namespace closures 2005-01-25 02:27:20 +00:00
Josh Coalson
42372b9aed libFLAC++: all metadata object operator=() funcs now return *this; add Metadata::*::assign() and FLAC::Metadata::get_tags() 2005-01-07 01:09:07 +00:00
Josh Coalson
2c75bd8b80 minor comments 2004-12-30 03:55:00 +00:00
Josh Coalson
2de1124e36 add vorbiscomment validation functions to format.c and test code; validate name part of vorbiscomment in metadata and metadata++ interfaces 2004-12-30 03:41:19 +00:00
Josh Coalson
81b3cae6d5 revamp plugin_common to use utf-8 instead of wchar_t as the internal comment format 2004-12-30 01:09:53 +00:00
Josh Coalson
def597ee59 additions to metadata object api: more vorbiscomment functions, trailing-null on vorbis comment field values enforced everywhere 2004-12-30 00:59:30 +00:00
Josh Coalson
0975843bed first pass at making an integer-only flavor of the libraries. move FLAC__real out of ordinals.h to src/libFLAC/include/private/float.h, add FLAC__double and FLAC__float and use these everywhere instead of double and float, and don't typedef FLAC__real/float/double when building in integer-only mode. still need to provide integer substitutes in several places. 2004-10-20 00:21:50 +00:00
Josh Coalson
42d57fa648 fix minor comment typos 2004-09-25 23:45:55 +00:00
Josh Coalson
ffc4c636fb add links to the license page in doxygen docs 2004-09-14 03:36:26 +00:00
Josh Coalson
346e0d8b8c add comment braces for doxygen 2004-09-14 03:35:58 +00:00
Josh Coalson
69cfda7a20 add new requirements to ogg mapping: vorbis comment block must come second after streaminfo; first packet must have a packet type byte of 0x7f; packet 0 version must be followed by a 2-byte count of the # of header packets 2004-09-10 00:38:21 +00:00
Josh Coalson
c408de02be fix bug copying a null vorbis comment entry 2004-09-08 00:55:42 +00:00
Josh Coalson
9c551a9398 remove check for config.h and assume everyone has inttypes.h (C99); special workaround for MSVC still exists 2004-09-02 04:45:03 +00:00
Josh Coalson
27426b697f remove unneeded check for config.h 2004-09-02 04:42:49 +00:00
Josh Coalson
23008d7aac fix typo in comments 2004-07-31 22:10:19 +00:00
Josh Coalson
1aca6b114b add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags() 2004-07-30 01:54:29 +00:00
Josh Coalson
73e51b822a more acceptable hack to the workaround of nested classes not being able to see protected members in the parent with some compilers 2004-07-30 00:02:33 +00:00
Josh Coalson
bd1e5ffd1f add explanation of new read callback 2004-07-30 00:01:45 +00:00
Josh Coalson
04890961a9 add callback.h to header list 2004-07-29 05:24:35 +00:00
Josh Coalson
26b69845eb extend hack of making decoder_ pointer public to gcc < 2.96 2004-07-27 00:22:51 +00:00
Josh Coalson
8eb486a53e update license verbiage 2004-07-23 05:12:30 +00:00
Josh Coalson
3cb83414a9 add pragma to disable annoying MSVC warning C4800 2004-07-23 05:11:06 +00:00
Josh Coalson
e44501d557 remove the __LIBNAME__ definitions 2004-07-23 05:09:04 +00:00
Josh Coalson
1cb2341298 max the largest metadata type code be 126, reserving 127 to avoid confusion with a frame sync code 2004-07-22 01:32:00 +00:00
Josh Coalson
091d84f25c add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsigned num_blocks) 2004-07-22 01:04:22 +00:00
Josh Coalson
d113ca3d2f add an accessor method for the underlying ::FLAC__StreamMetadata object 2004-07-22 01:03:43 +00:00
Josh Coalson
47f51b1c22 add method for skipping an audio frame, plus tests 2004-07-16 00:53:38 +00:00
Josh Coalson
cd5b1a638c minor comment fixes 2004-07-16 00:16:08 +00:00
Josh Coalson
d5c593b09a add documentation for new callback-based functions 2004-07-16 00:15:12 +00:00
Josh Coalson
deab462735 add libFLAC++ equivalent callback-based chain reading/writing and tests 2004-07-15 16:22:43 +00:00