summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-077-20/+22
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-0731-2357/+6
* Only link against libogg (and libm) if neededUlrich Klauer2013-04-077-17/+5
* Fix pkg-config files to avoid overlinkingUlrich Klauer2013-04-073-3/+7
* m4/ogg.m4 : Grab latest version from libogg-1.3.0.Erik de Castro Lopo2013-04-061-8/+22
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-0515-133/+133
* flac*.pc : Add -logg if configured with Ogg support.Erik de Castro Lopo2013-04-022-2/+2
* flactimer patches from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-022-5/+7
* flac_mac safe string patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-1/+1
* metaflac typo patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-1/+1
* autogen.sh : Test for required programs.Erik de Castro Lopo2013-04-021-1/+19
* flac_mac patches from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-022-4/+8
* Another windows utf8 I/O patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-2/+2
* MSVC version patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-022-6/+6
* Two small patches for utf8 I/O.Erik de Castro Lopo2013-04-024-3/+4
* include/share/Makefile.am : Add win_utf8_io.h.Erik de Castro Lopo2013-04-021-1/+2
* Purge more strcpy/strcat usage.Erik de Castro Lopo2013-04-014-10/+17
* configure.ac : Version 1.3.0pre3.Erik de Castro Lopo2013-04-011-1/+1
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-0129-29/+29
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-0115-16/+41
* Use recursive automake in src/share/ part of tree.Erik de Castro Lopo2013-04-0110-125/+61
* Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.Erik de Castro Lopo2013-03-298-0/+16
* include/share/compat.h : Cleanup.Erik de Castro Lopo2013-03-291-5/+7
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-2910-25/+25
* Rename all 'utf8_io' -> 'win_utf8_io'.Erik de Castro Lopo2013-03-295-8/+10
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-2968-299/+3200
* src/test_libFLAC/decoders.c : Minor improvement.Erik de Castro Lopo2013-03-291-2/+10
* Fix option names in documentation and help messages.Miroslav Lichvar2013-03-295-9/+16
* include/share/compat.h : Simplify.Erik de Castro Lopo2013-03-231-6/+4
* Replace a couple of safe_strncpy/cat with snprintf.Erik de Castro Lopo2013-03-212-9/+25
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-1911-61/+96
* Add new file include/share/safe_str.h.Erik de Castro Lopo2013-03-192-0/+70
* autogen.sh : OpenBSD tweaks.Erik de Castro Lopo2013-03-181-0/+8
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-1814-68/+60
* Windows flac_snprintf tweaks.Erik de Castro Lopo2013-03-173-2/+8
* include/share/private.h : Add FLAC_API to private functions.Erik de Castro Lopo2013-03-171-5/+5
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-1711-48/+30
* Add file src/share/grabbag/snprintf.c to grabbag library.Erik de Castro Lopo2013-03-174-1/+89
* FLAC.sln : Remove obsolete in_flac project.Erik de Castro Lopo2013-03-171-8/+0
* changelog.html : Updates.Erik de Castro Lopo2013-03-171-0/+2
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-175-23/+23
* Restore code dropped in commit f25b2602dc.Erik de Castro Lopo2013-03-151-0/+5
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-1425-159/+178
* configure.ac : Detect the size of off_t.Erik de Castro Lopo2013-03-131-0/+1
* Add configure option to enable GNU GCC stack smash protection.Erik de Castro Lopo2013-03-133-9/+82
* MS VS : Add alloc.c to the grabbag static build.Erik de Castro Lopo2013-03-121-0/+4
* MS VS inline/extern fix from Ben Alison plus comments.Erik de Castro Lopo2013-03-122-0/+26
* configure.ac : When compiling with GCC use some extra warning flags.Erik de Castro Lopo2013-03-111-2/+7
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-116-73/+87
* src/libFLAC/include/private/macros.h : Fix flac_min.Erik de Castro Lopo2013-03-111-4/+8