summaryrefslogtreecommitdiff
path: root/include/FLAC++
Commit message (Expand)AuthorAgeFilesLines
* Fix a lot of Doxygen errors and add some documentationMartijn van Beurden2022-09-201-10/+17
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-266-6/+6
* Simplify and merge win_utf8 files and remove from DLL interfaceMartijn van Beurden2022-05-171-2/+2
* Add API functions to limit minimum bitrateMartijn van Beurden2022-05-021-0/+2
* Fix building both static and shared libs on MinGW with autotoolsMartijn van Beurden2022-04-151-3/+10
* include: Escape number signs to suppress warningsNotTsunami2019-11-191-3/+3
* make dllexport work with compilers other than MSVCsezero2019-10-101-1/+1
* Fix miscellaneous typos.luz.paz2018-05-242-2/+2
* FLAC++: Add missing prototype for construct_blockThomas Zander2017-06-231-0/+9
* Fix typos in header filesErik de Castro Lopo2017-03-212-2/+2
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-153-101/+101
* Bulk update copyright datesErik de Castro Lopo2016-12-056-6/+6
* Explicitly use base class virtual methods; silence unnecessary warningThomas Zander2015-12-252-0/+4
* Remove (defined _MSC_VER) from cpp workaroundErik de Castro Lopo2015-12-102-4/+4
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-256-6/+6
* Underscore fixes.Erik de Castro Lopo2014-06-281-2/+2
* Fix pragma warning.Erik de Castro Lopo2014-03-141-2/+1
* Fix numerous warnings arising from addition of -Weffc++.Erik de Castro Lopo2013-09-151-0/+12
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-266-6/+12
* Update library version-info.Miroslav Lichvar2012-12-041-2/+2
* Hide symbols with gcc.Miroslav Lichvar2012-12-041-4/+9
* Add a convenience function to create a Metadata::Padding object with aErik de Castro Lopo2012-09-111-0/+6
* Adds last functions from C metadata api to C++ metadata apiBastiaan Timmer2012-06-221-0/+15
* Add missing functions to VorbisComment class.Erik de Castro Lopo2012-05-081-0/+15
* Fix all links to libtool version info rules.Erik de Castro Lopo2012-05-071-1/+1
* Add functionality present in the C library to the to C++ SeekTable class.Erik de Castro Lopo2012-05-071-0/+21
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* add 2009 copyrightJosh Coalson2009-01-076-6/+6
* update copyright for 2008Josh Coalson2008-02-286-6/+6
* bump libtool version numbersJosh Coalson2007-09-151-2/+2
* minor commentsJosh Coalson2007-09-131-1/+1
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-0/+1
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+3
* bump libtool number in prep for releaseJosh Coalson2007-07-101-3/+28
* add FLAC::Decoder::Stream::get_decode_position()Josh Coalson2007-04-051-0/+1
* bump libtool .so revision numberJosh Coalson2007-02-141-1/+1
* add 2007 copyrightJosh Coalson2007-02-026-6/+6
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-212-2/+2
* minor commentsJosh Coalson2006-11-203-4/+6
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-2/+2
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-091-1/+1
* fix FLAC::Decoder::Stream::finish() to return a bool like its C cousinJosh Coalson2006-11-091-1/+1
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-2/+3
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-162-6/+0
* change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...Josh Coalson2006-10-151-3/+3
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-152-5/+5
* improve commentsJosh Coalson2006-10-154-86/+44
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-152-2/+2
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-152-41/+23
* fix placement of FLAC_API_VERSION_... #definesJosh Coalson2006-10-141-2/+3