summaryrefslogtreecommitdiff
path: root/include/FLAC
Commit message (Expand)AuthorAgeFilesLines
* Update library version-info.Miroslav Lichvar2012-12-041-2/+2
* Hide symbols with gcc.Miroslav Lichvar2012-12-041-4/+9
* Quick patch to fix FLAC_metadata_object api docs.Bastiaan Timmer2012-06-081-1/+1
* Fix all links to libtool version info rules.Erik de Castro Lopo2012-05-072-2/+2
* include/FLAC/ordinals.h : Remove CPP hackery.Erik de Castro Lopo2012-02-101-21/+7
* add 2009 copyrightJosh Coalson2009-01-0710-10/+10
* add FLAC__format_blocksize_is_subset()Josh Coalson2008-05-271-0/+12
* update copyright for 2008Josh Coalson2008-02-2810-10/+10
* bump libtool version numbersJosh Coalson2007-09-151-2/+2
* minor commentsJosh Coalson2007-09-133-12/+0
* add link to new example code pageJosh Coalson2007-09-131-0/+3
* add not about OPT: sectionsJosh Coalson2007-09-121-0/+5
* fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php...Josh Coalson2007-09-081-1/+1
* #include for off_t, minor commentsJosh Coalson2007-08-211-1/+3
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-3/+26
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+51
* bump libtool number in prep for releaseJosh Coalson2007-07-101-3/+7
* add porting guide item for 1.1.4->1.2.0Josh Coalson2007-07-071-0/+18
* merge decoder part from RICE_EXT_BRANCH: blocking strategy bit, new rice2 ecm...Josh Coalson2007-06-161-6/+25
* add FLAC__format_sample_rate_is_subset()Josh Coalson2007-03-301-2/+12
* add porting item for 1.1.4Josh Coalson2007-02-141-0/+15
* bump libtool .so revision numberJosh Coalson2007-02-141-1/+1
* change the min/max rice partition order for compression levels -0 .. -6Josh Coalson2007-02-061-6/+6
* add 2007 copyrightJosh Coalson2007-02-0210-10/+10
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-313-6/+6
* in FLAC__stream_encoder_set_metadata(), copy the metadata array of pointers i...Josh Coalson2007-01-291-4/+4
* add docs on sample format for process calls (SF#1627966: http://sourceforge.n...Josh Coalson2007-01-051-3/+16
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-201-2/+2
* minor commentsJosh Coalson2006-11-205-27/+24
* multifix: change FLAC__stream_encoder_finish() to also return false if there ...Josh Coalson2006-11-161-7/+13
* minor commentsJosh Coalson2006-11-151-3/+4
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-11/+64
* minor commentsJosh Coalson2006-11-101-1/+1
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-091-1/+5
* add code examples for some of the callbacks to the docsJosh Coalson2006-11-042-0/+127
* minor commentsJosh Coalson2006-11-041-1/+3
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-63/+137
* minor commentsJosh Coalson2006-11-031-6/+5
* minor commentsJosh Coalson2006-11-021-6/+6
* fixes for MSVC6Josh Coalson2006-10-161-1/+9
* change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...Josh Coalson2006-10-152-4/+4
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-153-2/+6
* improve commentsJosh Coalson2006-10-155-90/+147
* 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-153-32/+477
* fix placement of FLAC_API_VERSION_... #definesJosh Coalson2006-10-141-2/+3
* bump libtool .so number in prep for releaseJosh Coalson2006-10-101-1/+1
* limit subset further if sample rate is <=48kHz: max blocksize is 4608 and max...Josh Coalson2006-10-072-4/+12
* more doxygen commentsJosh Coalson2006-10-074-11/+15
* multichannel assignments in format and documentationJosh Coalson2006-10-062-3/+11