summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Version 1.3.0pre4.1.3.0pre4Erik de Castro Lopo2013-04-282-4/+4
* src/flac/encode.c : Use flac_snprintf instead of sprintf.Erik de Castro Lopo2013-04-281-1/+1
* Metaflac UTF-8 fixes (Windows)Janne Hyvärinen2013-04-254-7/+16
* Fix status print staying on the wrong line with certain filename length.Janne Hyvärinen2013-04-211-3/+3
* Fix compile when compiling with FLAC__INTEGER_ONLY_LIBRARY.Erik de Castro Lopo2013-04-211-1/+1
* Fix -Wshadow warnings when compiling with mingw-gcc.Erik de Castro Lopo2013-04-212-41/+47
* Metaflac hex dump UTF-8 and locale fix.Erik de Castro Lopo2013-04-211-18/+24
* Windows utf8 utime fix.Janne Hyvärinen2013-04-211-11/+9
* Win utf8 treatment for CreateFile.Erik de Castro Lopo2013-04-212-2/+15
* Ensure AM_LDFLAGS is used consistentlyCristian Rodríguez2013-04-213-3/+3
* Fix compiler warnings related to win utf8 stuff.Erik de Castro Lopo2013-04-213-8/+14
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-216-40/+187
* src/libFLAC/include/private/macros.h : Add default MIN/MAX macros.Erik de Castro Lopo2013-04-071-0/+8
* src/libFLAC/include/private/macros.h : Check GNUC version for MIN macro.Erik de Castro Lopo2013-04-071-1/+1
* src/share/Makefile.am : Rejig building of win_utf8_io/libwin_utf8_io.la.Erik de Castro Lopo2013-04-071-1/+3
* Fix a bunch of compiler warnings (mainly MinGW).Erik de Castro Lopo2013-04-076-19/+21
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-0726-1972/+6
* Only link against libogg (and libm) if neededUlrich Klauer2013-04-076-14/+4
* Fix pkg-config files to avoid overlinkingUlrich Klauer2013-04-072-3/+5
* 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
* 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-021-1/+1
* Purge more strcpy/strcat usage.Erik de Castro Lopo2013-04-013-9/+11
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-0125-25/+25
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-0111-14/+34
* Use recursive automake in src/share/ part of tree.Erik de Castro Lopo2013-04-019-118/+61
* Add CLEANFILES to relevant Makefile.am to force removal of Windows EXEs.Erik de Castro Lopo2013-03-298-0/+16
* Rename _flac_stat to flac_stat_s.Erik de Castro Lopo2013-03-299-23/+23
* Rename all 'utf8_io' -> 'win_utf8_io'.Erik de Castro Lopo2013-03-292-4/+6
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-2961-299/+2713
* 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-291-1/+3
* 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
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-189-37/+37
* Windows flac_snprintf tweaks.Erik de Castro Lopo2013-03-172-2/+2
* 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-173-1/+79
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-175-23/+23
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-1422-145/+169
* 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
* 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