summaryrefslogtreecommitdiff
path: root/src/libFLAC++
Commit message (Expand)AuthorAgeFilesLines
* Ensure AM_LDFLAGS is used consistentlyCristian Rodríguez2013-04-211-1/+1
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-072-144/+0
* Fix pkg-config files to avoid overlinkingUlrich Klauer2013-04-071-2/+2
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-30/+30
* flac*.pc : Add -logg if configured with Ogg support.Erik de Castro Lopo2013-04-021-1/+1
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-012-2/+2
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-292-0/+144
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-103-273/+0
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-024-12/+12
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-021-1/+1
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-021-0/+7
* Update library version-info.Miroslav Lichvar2012-12-041-1/+1
* 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/+34
* metadata.cpp : Fix compiler warning on 64 bit.Erik de Castro Lopo2012-05-081-1/+1
* Add missing functions to VorbisComment class.Erik de Castro Lopo2012-05-081-0/+30
* Fix all links to libtool version info rules.Erik de Castro Lopo2012-05-071-1/+1
* Bump version-info for libFLAC++ from 8:0:2 to 8:0:3.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/+42
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* Encoder::Stream::set_metadata() broken - ID: 3282704Erik de Castro Lopo2012-02-051-1/+1
* add 2009 copyrightJosh Coalson2009-01-075-5/+5
* mingw fixes, enable build dll w/ mingw (SF#2000973: https://sourceforge.net/t...Josh Coalson2009-01-031-1/+1
* proper handling of variable length arrays (SF#2002481 https://sourceforge.net...Josh Coalson2009-01-031-3/+3
* remove /FLAC++ suffix on include pathJosh Coalson2008-11-291-1/+1
* remove VCWebDeploymentTool item for better proj compatibility with vs9Josh Coalson2008-06-031-6/+0
* update copyright for 2008Josh Coalson2008-02-285-5/+5
* bump libtool version numbersJosh Coalson2007-09-151-1/+1
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-6/+8
* add FLAC__metadata_simple_iterator_get_application_id()Josh Coalson2007-08-151-0/+7
* add FLAC__metadata_simple_iterator_get_block_offset(), FLAC__metadata_simple_...Josh Coalson2007-08-141-0/+21
* improvements to compile/link optionsJosh Coalson2007-07-162-5/+16
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-0/+2
* bump libtool number in prep for releaseJosh Coalson2007-07-101-1/+1
* fix LD_LIBRARY_PATH-saving logicJosh Coalson2007-06-141-1/+1
* add FLAC::Decoder::Stream::get_decode_position()Josh Coalson2007-04-051-0/+6
* *** empty log message ***Josh Coalson2007-02-222-0/+422
* fix compiler warningsJosh Coalson2007-02-221-2/+2
* bump libtool .so revision numberJosh Coalson2007-02-141-1/+1
* add pkg-config files for libFLAC and libFLAC++ (SF#1647881: http://sourceforg...Josh Coalson2007-02-071-0/+11
* add pkg-config files for libFLAC and libFLAC++ (SF#1647881: http://sourceforg...Josh Coalson2007-02-071-0/+4
* minor syntaxJosh Coalson2007-02-051-2/+2
* add debugging defines with /DJosh Coalson2007-02-042-2/+2
* add 2007 copyrightJosh Coalson2007-02-025-5/+5
* patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...Josh Coalson2006-11-211-2/+2
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-4/+10
* compile fixes based on patch (SF#913238 http://sourceforge.net/tracker/index....Josh Coalson2006-11-131-1/+1
* fix FLAC::Decoder::Stream::finish() to return a bool like its C cousinJosh Coalson2006-11-091-3/+3
* minor syntaxJosh Coalson2006-11-091-3/+3
* add FLAC__stream_encoder_set_compression_level()Josh Coalson2006-11-031-12/+18