summaryrefslogtreecommitdiff
path: root/src/test_libFLAC
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes based on valgrind runJosh Coalson2006-11-201-0/+1
* write encoded stream to actual file to improve testingJosh Coalson2006-11-161-22/+51
* add support for read-only operations for ogg flac to chain interfaceJosh Coalson2006-11-151-111/+139
* fixes from MSVC6Josh Coalson2006-11-142-0/+20
* fix compiler warningsJosh Coalson2006-11-112-5/+5
* add a boolean return value to FLAC__stream_encoder_finish() that signals a ve...Josh Coalson2006-11-091-1/+2
* check return value of FLAC__stream_decoder_finish()Josh Coalson2006-11-091-2/+4