Erik de Castro Lopo
89a6c52067
metadata.h: Fix search/replace typo in comments
2017-01-17 19:41:44 +11:00
Erik de Castro Lopo
9bb7a7e0f5
Yet more unsigned fixes
2017-01-16 18:28:31 +11:00
Erik de Castro Lopo
588689b138
include/FLAC: More unsigned fixes
...
These fixes are in the public API, but FLAC would have been extremely
unlikely to work in any system where `unsigned` was not 32 bits.
Therefore we do not treat this as an API change.
2017-01-14 20:24:13 +11:00
Erik de Castro Lopo
6a5fe43b7e
Bulk update copyright dates
2016-12-05 06:35:39 +11:00
Erik de Castro Lopo
eb753ae5b4
Remove traiing whitespace (mostly .c and .h files).
...
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2014-12-05 05:52:30 +11:00
Zoë Blade
7b757e46f2
Fix some minor word duplication
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2014-12-03 21:43:03 +11:00
Erik de Castro Lopo
1437391577
Update copyright years to include 2014.
2014-11-25 13:04:30 +11:00
Erik de Castro Lopo
46bedb58d3
Update URLs as nedeed.
...
Sourceforge.net links updated as nedeed with some of them
being changed to point to xiph.org/flac.
Patch-from: lvqcl <lvqcl.mail@gmail.com >
2014-06-28 09:12:45 +10:00
Erik de Castro Lopo
b1982fbc5f
Set version to 1.3.0 and update coyprights throughout.
2013-05-26 19:17:53 +10:00
Bastiaan Timmer
04ca6fd9e1
Quick patch to fix FLAC_metadata_object api docs.
...
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com >
2012-06-08 19:58:41 +10:00
Josh Coalson
dea0f5a044
add 2009 copyright
2009-01-07 07:31:28 +00:00
Josh Coalson
82b128050e
update copyright for 2008
2008-02-28 05:34:21 +00:00
Josh Coalson
504dcafeb4
minor comments
2007-09-13 15:42:47 +00:00
Josh Coalson
17af340739
fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php?func=detail&aid=1786225&group_id=13478&atid=313478 )
2007-09-08 22:49:07 +00:00
Josh Coalson
a8bd44b80e
#include for off_t, minor comments
2007-08-21 08:07:29 +00:00
Josh Coalson
4e56b06d63
add FLAC__metadata_simple_iterator_get_application_id()
2007-08-15 05:59:09 +00:00
Josh Coalson
09ccf20ae6
add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_iterator_get_block_length(), FLAC__metadata_simple_iterator_is_last()
2007-08-14 00:34:50 +00:00
Josh Coalson
e74bd9516c
add 2007 copyright
2007-02-02 06:58:19 +00:00
Josh Coalson
e3ec2ad59e
convert C prototypes for functions with no args from () to (void)
2007-01-31 03:53:22 +00:00
Josh Coalson
2378fb1888
minor comments
2006-11-20 05:30:25 +00:00
Josh Coalson
33bba6d34d
minor comments
2006-11-15 06:17:14 +00:00
Josh Coalson
7d273b4bdb
add support for read-only operations for ogg flac to chain interface
2006-11-15 06:12:30 +00:00
Josh Coalson
3c91754e74
improve comments
2006-10-15 07:50:44 +00:00
Josh Coalson
20ad84aa61
more doxygen comments
2006-10-07 05:43:01 +00:00
Josh Coalson
74ed294764
add number-of-colors field to PICTURE metadata block
2006-09-23 23:15:05 +00:00
Josh Coalson
e343ab2b87
add support for new PICTURE metadata block
2006-09-23 19:21:19 +00:00
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
0395dac13f
add 2206 to copyright notice
2006-04-25 06:59:33 +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
4462311644
fix constness in some functions
2005-01-30 18:15:36 +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
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
c408de02be
fix bug copying a null vorbis comment entry
2004-09-08 00:55:42 +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
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
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
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
9564390fb9
update copyright to 2004
2004-01-17 04:14:43 +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
656479f153
write missing docs for remaining new functions
2003-01-12 08:42:58 +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
afae69f0e3
Add 2003 to copyright notice
2003-01-02 07:03:16 +00:00