Thomas Zander
|
7d3f9baedf
|
FLAC++: Add missing prototype for construct_block
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
|
2017-06-23 19:42:49 +10:00 |
|
Erik de Castro Lopo
|
71b909b7a4
|
Yet more purging of unsigned type
|
2017-01-15 09:48:42 +11:00 |
|
Erik de Castro Lopo
|
6a5fe43b7e
|
Bulk update copyright dates
|
2016-12-05 06:35:39 +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
|
f5902a474c
|
Fix pragma warning.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
|
2014-03-14 15:33:11 +11:00 |
|
Erik de Castro Lopo
|
95552e11ba
|
Fix numerous warnings arising from addition of -Weffc++.
|
2013-09-15 18:10:55 +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 |
|
Erik de Castro Lopo
|
b21f190861
|
Add a convenience function to create a Metadata::Padding object with a
certain size in one statement.
Patch from Bastiaan Timmer <basjetimmer@yahoo.com>
|
2012-09-11 15:52:24 +10:00 |
|
Bastiaan Timmer
|
1294b64996
|
Adds last functions from C metadata api to C++ metadata api
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
|
2012-06-22 14:35:07 +10:00 |
|
Erik de Castro Lopo
|
601e96102c
|
Add missing functions to VorbisComment class.
Patch from Bastiaan Timmer <basjetimmer@yahoo.com> sent to the
<flac-dev@xiph.org> mailing list.
|
2012-05-08 19:12:58 +10:00 |
|
Erik de Castro Lopo
|
cd9053cd31
|
Add functionality present in the C library to the to C++ SeekTable class.
Patch from Bastiaan Timmer <basjetimmer@yahoo.com> sent to the
<flac-dev@xiph.org> mailing list.
|
2012-05-07 19:22:37 +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
|
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
|
2378fb1888
|
minor comments
|
2006-11-20 05:30:25 +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
|
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
|
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
|
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
|
1aca6b114b
|
add FLAC__metadata_get_tags(), FLAC::Metadata::get_tags()
|
2004-07-30 01:54:29 +00:00 |
|
Josh Coalson
|
3cb83414a9
|
add pragma to disable annoying MSVC warning C4800
|
2004-07-23 05:11:06 +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
|
deab462735
|
add libFLAC++ equivalent callback-based chain reading/writing and tests
|
2004-07-15 16:22:43 +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
|
a7038a9a31
|
fix return type for Track::get_num_indices()
|
2003-01-22 20:16:20 +00:00 |
|
Josh Coalson
|
b3538c813d
|
minor comments
|
2003-01-12 08:42:23 +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 |
|
Josh Coalson
|
8b9a477a8c
|
fix verbiage about get_block() in Iterator class
|
2002-12-28 07:03:26 +00:00 |
|
Josh Coalson
|
8f0c71b877
|
add "is_cd" flag to CUESHEET everywhere
|
2002-12-05 06:37:46 +00:00 |
|
Josh Coalson
|
1621979245
|
finish implementation of CueSheet object wrapper
|
2002-11-19 06:19:29 +00:00 |
|
Josh Coalson
|
863dbf3bcb
|
add CueSheet object wrapper
|
2002-11-16 06:30:30 +00:00 |
|
Josh Coalson
|
55bc58704e
|
tweaks to build libs as DLLs under windows
|
2002-10-16 22:18:32 +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
|
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 |
|