summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bump libtool version numbersJosh Coalson2007-09-152-4/+4
* minor commentsJosh Coalson2007-09-133-12/+0
* minor commentsJosh Coalson2007-09-131-1/+1
* add link to new example code pageJosh Coalson2007-09-131-0/+3
* msvc fixesJosh Coalson2007-09-121-4/+8
* inline all safe alloc funcsJosh Coalson2007-09-121-14/+22
* add not about OPT: sectionsJosh Coalson2007-09-121-0/+5
* handle SIZE_T_MAXJosh Coalson2007-09-111-0/+29
* remove unnecessary #includesJosh Coalson2007-09-111-3/+0
* add alloc.hJosh Coalson2007-09-102-0/+172
* fix #include for off_t (SF#1786225: https://sourceforge.net/tracker/index.php...Josh Coalson2007-09-081-1/+1
* add --disable-cpplibs configure option (SF#1723295: https://sourceforge.net/t...Josh Coalson2007-08-291-1/+5
* #include for off_t, minor commentsJosh Coalson2007-08-211-1/+3
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-152-3/+27
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-142-0/+54
* bump libtool number in prep for releaseJosh Coalson2007-07-102-6/+35
* 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
* *** empty log message ***Josh Coalson2007-06-141-2/+2
* add FLAC::Decoder::Stream::get_decode_position()Josh Coalson2007-04-051-0/+1
* 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-142-2/+2
* fix minor leaksJosh Coalson2007-02-131-2/+0
* change the min/max rice partition order for compression levels -0 .. -6Josh Coalson2007-02-061-6/+6
* add 2007 copyrightJosh Coalson2007-02-0226-26/+26
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-314-8/+8
* 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-212-2/+2
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-201-2/+2
* final merge down from 1.1.2 maintenance branch (cvs up -j FLAC_RELEASE_1_1_2_...Josh Coalson2006-11-206-60/+60
* minor commentsJosh Coalson2006-11-208-31/+30
* 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-152-13/+66
* minor commentsJosh Coalson2006-11-101-1/+1
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-092-2/+6
* fix FLAC::Decoder::Stream::finish() to return a bool like its C cousinJosh Coalson2006-11-091-1/+1
* 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-032-65/+140
* minor commentsJosh Coalson2006-11-031-6/+5
* fix grabbag__file_are_same() on win32 by using GetFileInformationByHandle() t...Josh Coalson2006-11-021-2/+2
* minor commentsJosh Coalson2006-11-021-6/+6
* remove now-obsolete libOggFLAC stuffJosh Coalson2006-10-162-6/+0
* fixes for MSVC6Josh Coalson2006-10-161-1/+9
* change "bytes" parameter of all encoder write callbacks from "unsigned" to "s...Josh Coalson2006-10-153-7/+7
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-155-7/+11
* improve commentsJosh Coalson2006-10-159-176/+191