summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-0113-144/+54
* Fix compiler warnings.Erik de Castro Lopo2012-02-014-8/+6
* Fix a couple of -Winline warnings.Erik de Castro Lopo2012-02-012-15/+15
* Remove old configure.in.Erik de Castro Lopo2012-02-011-436/+0
* Rename configure.in -> configure.ac.Erik de Castro Lopo2012-02-011-0/+436
* configure.in : Add AM_SILENT_RULES. Check for <inttypes.h>. Add --enable-gcc-...Erik de Castro Lopo2012-02-011-1/+19
* Run all tests from one script which bails on the first failure.Erik de Castro Lopo2012-01-313-1/+20
* test/test_metaflac.sh : Disable failing tests.Erik de Castro Lopo2012-01-311-10/+14
* test/test_metaflac.sh : Bypass currently broken tests.Erik de Castro Lopo2012-01-311-0/+14
* Update README and .gitignore.Erik de Castro Lopo2012-01-312-2/+17
* Add .gitignore.Erik de Castro Lopo2012-01-311-0/+40
* autogen.sh : Silence complaint about missing config.rpath.Erik de Castro Lopo2012-01-311-0/+4
* Fix md5 structure clearing in previous commitDavid Schleef2011-08-251-1/+1
* Coverity fixesFelipe Contreras2011-08-254-15/+27
* license must be BSD since it is used by libFLACJosh Coalson2009-10-051-11/+24
* add 2009 copyrightJosh Coalson2009-01-07345-404/+404
* Allow MM:SS:FF and MM:SS.SS time formats in non-CD-DA cuesheets (SF#1947353, ...Josh Coalson2009-01-078-40/+104
* convert SF tracker links to new tracker2 systemJosh Coalson2009-01-071-71/+69
* Fixes for autotools (SF#1859664: https://sourceforge.net/tracker2/?func=detai...Josh Coalson2009-01-072-1/+2
* Improved error message when user attempts to decode a non-FLAC file (SF#22227...Josh Coalson2009-01-072-4/+22
* Improve decoder's ability to distinguish between a FLAC sync code and an MPEG...Josh Coalson2009-01-073-9/+13
* Fix bug in bitreader handling of read callback returning a short count (SF#24...Josh Coalson2009-01-063-10/+12
* Fixes for Sun Studio/Forte; us AC_C_INLINE to detect inline keyword for compi...Josh Coalson2009-01-0310-77/+82
* remove some inlining directivesJosh Coalson2009-01-037-37/+21
* mingw fixes, enable build dll w/ mingw (SF#2000973: https://sourceforge.net/t...Josh Coalson2009-01-034-7/+18
* mingw fixes (SF#2209829: https://sourceforge.net/tracker2/?func=detail&aid=22...Josh Coalson2009-01-033-6/+7
* fix bug with fractional seconds on some locales (SF#1815517: https://sourcefo...Josh Coalson2009-01-032-1/+4
* fix bug with fractional seconds on some locales (SF#1858012: https://sourcefo...Josh Coalson2009-01-032-7/+5
* typoJosh Coalson2009-01-031-1/+1
* add flacdiff and flactimer utils to source distribution (SF#1911149: https://...Josh Coalson2009-01-036-1/+66
* proper handling of variable length arrays (SF#2002481 https://sourceforge.net...Josh Coalson2009-01-034-6/+16
* fixes for windows builds (SF#1756624: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-1/+1
* Fix bug where flac was disallowing use of --replay-gain when encoding from st...Josh Coalson2009-01-021-0/+1
* fix libFLAC encoder to default to compression level 5 (SF#1816825: https://so...Josh Coalson2009-01-021-1/+1
* fixes for windows builds (SF#1809863: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-021-1/+1
* fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...Josh Coalson2009-01-028-19/+27
* disable plugin_xmms on x84_64Josh Coalson2008-12-301-0/+8
* better check for stdint.hJosh Coalson2008-11-291-1/+1
* remove /FLAC++ suffix on include pathJosh Coalson2008-11-291-1/+1
* remove /FLAC suffix on include pathJosh Coalson2008-11-291-1/+1
* minor warnings fixJosh Coalson2008-09-161-1/+1
* fix bug in FLAC__metadata_object_vorbiscomment_replace_comment()Josh Coalson2008-09-151-6/+11
* remove restriction on using --delete-input-file with --keep-foreign-metadataJosh Coalson2008-09-151-3/+0
* update Makefile.lite system to work on x86_64 linuxJosh Coalson2008-09-1420-78/+126
* fix handling of aiff ssnd offset; do not try and recreate offset or block ali...Josh Coalson2008-09-132-26/+16
* minor commentsJosh Coalson2008-09-131-1/+5
* fix incorrect handling of block alignJosh Coalson2008-09-131-1/+1
* add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php...Josh Coalson2008-09-0916-183/+728
* add support for RF64Josh Coalson2008-09-0917-303/+843
* plugin_xmms fix for DARWIN_BUILDJosh Coalson2008-09-091-1/+7