summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
Commit message (Expand)AuthorAgeFilesLines
* Vcproj file updates.Erik de Castro Lopo2013-10-041-6/+7
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2615-15/+30
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-071-81/+0
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-31/+31
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-011-1/+1
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-011-1/+6
* Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.Erik de Castro Lopo2013-03-291-0/+2
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-291-3/+3
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-294-19/+100
* src/test_libFLAC/decoders.c : Minor improvement.Erik de Castro Lopo2013-03-291-2/+10
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-191-5/+6
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-181-2/+2
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-143-7/+7
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-102-149/+0
* Fix compiler warnings from new compiler flags.Erik de Castro Lopo2013-03-061-2/+3
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-022-8/+8
* 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-2/+2
* Update FSF address.Miroslav Lichvar2012-12-0615-45/+45
* Hide symbols with gcc.Miroslav Lichvar2012-12-041-1/+1
* Move all definitions of FLAC__U64L to one place.Erik de Castro Lopo2012-06-221-7/+1
* Update and improve autotools buildCristian Rodríguez2012-04-081-1/+1
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-042-8/+8
* Patch from Dave Yeo to remove more CPP hackery.Erik de Castro Lopo2012-02-081-1/+1
* Purge MINGW_WINSOCK_LIBS config variable.Erik de Castro Lopo2012-02-051-1/+1
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-044-24/+4
* Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.Erik de Castro Lopo2012-02-042-0/+8
* Patch from David Yeo to conditionally include <inttypes.h>.Erik de Castro Lopo2012-02-042-0/+6
* Fix more printf formatting issues and remove un-necessary casts.Erik de Castro Lopo2012-02-012-5/+5
* Fix a bunch of printf format warnings.Erik de Castro Lopo2012-02-012-25/+5
* add 2009 copyrightJosh Coalson2009-01-0715-15/+15
* update Makefile.lite system to work on x86_64 linuxJosh Coalson2008-09-141-1/+1
* remove VCWebDeploymentTool item for better proj compatibility with vs9Josh Coalson2008-06-031-6/+0
* update copyright for 2008Josh Coalson2008-02-2815-15/+15
* fix compiler warningJosh Coalson2007-09-121-1/+1
* more mingw fixesJosh Coalson2007-08-011-0/+1
* change default extension for ogg flac from .ogg to .oga (SF#1762492: http://s...Josh Coalson2007-08-013-3/+3
* prototype-related fixesJosh Coalson2007-07-255-5/+11
* improvements to compile/link optionsJosh Coalson2007-07-161-3/+11
* add vcproj files to EXTRA_DISTJosh Coalson2007-07-111-1/+2
* add FLAC__format_sample_rate_is_subset()Josh Coalson2007-03-301-34/+48
* *** empty log message ***Josh Coalson2007-02-221-0/+244
* fix minor leaksJosh Coalson2007-02-131-0/+4
* add debugging defines with /DJosh Coalson2007-02-041-1/+1
* *** empty log message ***Josh Coalson2007-02-041-2/+2
* add 2007 copyrightJosh Coalson2007-02-0215-15/+15
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-312-2/+2
* convert C prototypes for functions with no args from () to (void)Josh Coalson2007-01-3112-20/+20
* several speed improvements: completely rewritten bitbuffer which uses native ...Josh Coalson2007-01-286-764/+589
* fix bug where test would fail if libFLAC not built with ogg supportJosh Coalson2006-11-211-7/+10