summaryrefslogtreecommitdiff
path: root/include/FLAC
Commit message (Expand)AuthorAgeFilesLines
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-051-1/+1
* Fix some minor word duplicationZoë Blade2014-12-032-3/+3
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-2510-10/+10
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-21/+21
* Add partial_tukey and punchout_tukey apodization functionsMartijn van Beurden2014-09-221-2/+23
* Underscore fixes.Erik de Castro Lopo2014-06-281-2/+2
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-1/+1
* Fix clang compiler warnings.Erik de Castro Lopo2014-04-091-1/+3
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2610-10/+20
* Replace dead anchorMartijn van Beurden2013-05-251-1/+1
* FLAC/ordinals.h : Add <stdint.h> definitions for MSVC < 2010.Erik de Castro Lopo2013-03-091-5/+21
* FLAC/ordinals.h : Provide links for <stdint.h> replacements.Erik de Castro Lopo2013-03-081-1/+4
* 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