summaryrefslogtreecommitdiff
path: root/include/FLAC++/encoder.h
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Add API functions to limit minimum bitrateMartijn van Beurden2022-05-021-0/+2
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* Fix typos in header filesErik de Castro Lopo2017-03-211-1/+1
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-29/+29
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Explicitly use base class virtual methods; silence unnecessary warningThomas Zander2015-12-251-0/+2
* Remove (defined _MSC_VER) from cpp workaroundErik de Castro Lopo2015-12-101-2/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* minor commentsJosh Coalson2007-09-131-1/+1
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-211-1/+1
* minor commentsJosh Coalson2006-11-201-1/+1
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh 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-161-3/+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-151-2/+2
* improve commentsJosh Coalson2006-10-151-36/+16
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-151-1/+1
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation sti...Josh Coalson2006-10-151-22/+14
* more doxygen commentsJosh Coalson2006-10-071-8/+10
* change libOggFLAC++ API to make OggFLAC::Decoder::Stream and OggFLAC::Encoder...Josh Coalson2006-09-151-45/+49
* merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...Josh Coalson2006-09-131-242/+142
* add set_apodization() to oggflac layersJosh Coalson2006-05-011-0/+3
* add 2206 to copyright noticeJosh Coalson2006-04-251-1/+1
* fixes for compiling with SunProJosh Coalson2005-01-271-3/+3
* add 2005 to copyright noticesJosh Coalson2005-01-251-1/+1
* remove superfluous semicolon after namespace closuresJosh Coalson2005-01-251-2/+2
* more acceptable hack to the workaround of nested classes not being able to se...Josh Coalson2004-07-301-6/+6
* extend hack of making decoder_ pointer public to gcc < 2.96Josh Coalson2004-07-271-6/+6
* add FLAC::Encoder::*::set_metadata(FLAC::Metadata::Prototype **metadata, unsi...Josh Coalson2004-07-221-0/+4
* update copyright to 2004Josh Coalson2004-01-171-1/+1
* workaround MSVC bug re: scoping of nested classesJosh Coalson2003-12-181-0/+12
* add a "tell" callback to the seekable stream encoder to make the metadata wri...Josh Coalson2003-09-251-0/+2
* inline *::State::resolved_as_cstring()Josh Coalson2003-09-241-3/+3
* change license verbiage to Xiph'sJosh Coalson2003-01-311-12/+24
* Add 2003 to copyright noticeJosh Coalson2003-01-021-1/+1
* tweaks to build libs as DLLs under windowsJosh Coalson2002-10-161-6/+8
* minor formattingJosh Coalson2002-09-191-4/+4
* add resolved_as_cstring() method to State classesJosh Coalson2002-09-061-0/+3
* more doxygen docsJosh Coalson2002-08-211-35/+19
* more doxygen docsJosh Coalson2002-08-201-4/+4
* doxygen commentsJosh Coalson2002-08-151-0/+3
* add a samples_written field to the progress callbackJosh Coalson2002-08-081-2/+2
* add ..._get_verify_decoder_error_stats()Josh Coalson2002-08-071-2/+5
* add verify mode to all encodersJosh Coalson2002-08-031-0/+10