Commit Graph

214 Commits

Author SHA1 Message Date
Josh Coalson
4462311644 fix constness in some functions 2005-01-30 18:15:36 +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
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
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
04890961a9 add callback.h to header list 2004-07-29 05:24:35 +00:00
Josh Coalson
8eb486a53e update license verbiage 2004-07-23 05:12:30 +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
47f51b1c22 add method for skipping an audio frame, plus tests 2004-07-16 00:53:38 +00:00
Josh Coalson
d5c593b09a add documentation for new callback-based functions 2004-07-16 00:15:12 +00:00
Josh Coalson
0e46bf5624 do not close any file handles in the callback-based chain reading/writing 2004-07-15 00:04:46 +00:00
Josh Coalson
463a22cc3a add callback-based versions of chain writing: FLAC__metadata_chain_check_if_tempfile_needed(), FLAC__metadata_chain_write_with_callbacks(), FLAC__metadata_chain_write_with_callbacks_and_tempfile() 2004-07-11 06:41:00 +00:00
Josh Coalson
eaf8fbd8b7 add an EOF callback to the mix 2004-07-11 06:32:09 +00:00
Josh Coalson
91748beb86 add FLAC__metadata_chain_read_with_callbacks() 2004-07-10 22:28:03 +00:00
Josh Coalson
d8934e2134 add callback.h 2004-07-10 00:37:02 +00:00
Josh Coalson
85d7b9f01c minor comments 2004-07-07 19:45:48 +00:00
Josh Coalson
287ba3ac64 fix doc typos 2004-03-16 18:01:26 +00:00
Josh Coalson
9564390fb9 update copyright to 2004 2004-01-17 04:14:43 +00:00
Josh Coalson
0bc2c32814 minor comments 2003-12-30 03:29:58 +00:00
Josh Coalson
2ea9693ca3 fix __LIBNAME__ definition 2003-12-18 05:20:43 +00:00
Josh Coalson
071e13ac51 minor comments 2003-09-26 01:45:21 +00:00
Josh Coalson
6e2c6d9958 add a "tell" callback to the seekable stream encoder to make the metadata writeback more robust 2003-09-25 04:01:49 +00:00
Josh Coalson
d36b346dbb add resolved_as_cstring() 2003-09-24 22:08:00 +00:00
Josh Coalson
c6d1fc8a23 minor formatting 2003-09-24 22:07:31 +00:00
Josh Coalson
02e6011cd4 remove leftover and unimplemented proto FLAC__file_decoder_process_remaining_frames() 2003-09-24 22:07:08 +00:00
Josh Coalson
45f26d1018 minor comments 2003-09-23 20:35:03 +00:00
Josh Coalson
5b782b4da6 replace the compile time ordinals.h.in->ordinals.h conversion with a static ordinals.h 2003-09-15 21:14:26 +00:00
Josh Coalson
afd8107872 change license verbiage to Xiph's 2003-01-31 23:34:56 +00:00
Josh Coalson
fb99386385 add some asserts 2003-01-15 03:18:07 +00:00
Josh Coalson
f0a8c4fc87 minor comments 2003-01-15 03:17:51 +00:00
Josh Coalson
656479f153 write missing docs for remaining new functions 2003-01-12 08:42:58 +00:00
Josh Coalson
b3538c813d minor comments 2003-01-12 08:42:23 +00:00
Josh Coalson
a70054d747 write up some missing documentation 2003-01-11 06:24:09 +00:00
Josh Coalson
0eea34aad0 big fix to allow codec and metadata interface to handle unknown metadata block types correctly 2003-01-10 05:29:17 +00:00
Josh Coalson
a7cf2336f7 better logic for determining whether or not DLL cruft is needed 2003-01-08 08:02:14 +00:00
Josh Coalson
afae69f0e3 Add 2003 to copyright notice 2003-01-02 07:03:16 +00:00
Josh Coalson
8f0c71b877 add "is_cd" flag to CUESHEET everywhere 2002-12-05 06:37:46 +00:00
Josh Coalson
919f99a37a adjust CUESHEET reserved lengths, minor comments 2002-12-03 06:31:59 +00:00
Josh Coalson
1a9869ecb5 fix for mingw32 2002-11-28 22:53:10 +00:00