summaryrefslogtreecommitdiff
path: root/src/flac
Commit message (Expand)AuthorAgeFilesLines
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-141-6/+0
* src/flac/encode.c : Improve perf of format_input() when compiled with MSVC.Erik de Castro Lopo2014-02-021-7/+11
* src/flac/main.c : Change the default beahviour when compression fails.Erik de Castro Lopo2014-02-012-3/+8
* src/flac/encode.c : Improve message when compression fails.Erik de Castro Lopo2014-02-011-1/+7
* src/flac/main.c : Add --no-error-on-compression-fail to --help output.Erik de Castro Lopo2014-02-011-0/+1
* Vcproj file updates.Erik de Castro Lopo2013-10-042-12/+14
* src/flac/iffscan.c : Fix typo.Erik de Castro Lopo2013-09-051-1/+1
* flac: Implement --no-error-on-compression-fail command line option.Erik de Castro Lopo2013-08-013-4/+13
* flac : Check compression ratio at end of encode process.Erik de Castro Lopo2013-07-211-14/+24
* src/flac/utils.c : Add fflush after printing to stderr.Erik de Castro Lopo2013-06-171-0/+1
* Use location of TIOCGWINSZ from autoconf manualDagobert Michelsen2013-05-271-1/+6
* src/flac/main.c : Fix copyright noticeUlrich Klauer2013-05-271-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-2618-20/+39
* Fix compiling for Android.Erik de Castro Lopo2013-05-251-5/+5
* Two minor compiled fixes for OS/2.Erik de Castro Lopo2013-04-291-0/+4
* src/flac/encode.c : Use flac_snprintf instead of sprintf.Erik de Castro Lopo2013-04-281-1/+1
* Fix status print staying on the wrong line with certain filename length.Janne Hyvärinen2013-04-211-3/+3
* Fix -Wshadow warnings when compiling with mingw-gcc.Erik de Castro Lopo2013-04-212-41/+47
* Fix compiler warnings related to win utf8 stuff.Erik de Castro Lopo2013-04-212-6/+6
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-214-36/+144
* For windows, make UTF-8 mode into a runtime choice.Erik de Castro Lopo2013-04-072-162/+0
* Only link against libogg (and libm) if neededUlrich Klauer2013-04-071-1/+0
* Rename all parameters and locals from 'index' to 'indx'.Erik de Castro Lopo2013-04-051-5/+5
* Another windows utf8 I/O patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-2/+2
* Purge FLAC__STRINGS_IN_UTF8 from VC project files.Erik de Castro Lopo2013-04-012-2/+2
* Enable utf8 I/O stuff when compiling with MinGW.Erik de Castro Lopo2013-04-013-3/+3
* Use recursive automake in src/share/ part of tree.Erik de Castro Lopo2013-04-011-1/+1
* 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-1/+1
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-2910-36/+215
* 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-211-2/+2
* Replace broken str* functions with safe versions.Erik de Castro Lopo2013-03-192-8/+11
* More Microsoft Visual Studio project file updates.Erik de Castro Lopo2013-03-182-4/+4
* Use new function flac_snprintf() where ever appropriate.Erik de Castro Lopo2013-03-172-9/+6
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-174-13/+13
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-147-47/+50
* Fix -Wshadow warnings.Erik de Castro Lopo2013-03-112-60/+74
* Fix -Wstrict-prototypes -Wmissing-prototypes warnings.Erik de Castro Lopo2013-03-111-8/+1
* Purge old un-maintained MSVC 6 project files.Erik de Castro Lopo2013-03-103-266/+0
* Large patch from Ben Allison fixing the MSVC build.Erik de Castro Lopo2013-03-061-1/+3
* src/flac/main.c : Mention --ignore-chunk-sizes in help output.Erik de Castro Lopo2013-03-051-4/+0
* src/flac/decode.c : Remove repeated code block.Erik de Castro Lopo2013-03-021-6/+0
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-022-2/+18
* Hoist a repeated conditional in the channel mapping code.Ralph Giles2013-01-181-15/+9
* Revert parts of 96d081c1 that touched source code or autotools files.Erik de Castro Lopo2013-01-031-1/+1
* Fix VC project files to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-024-16/+16
* Fix all Makefile.lite to use /objs/ directory instead of /obj/ directory.Erik de Castro Lopo2013-01-022-2/+2
* Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build systemHendricks2662013-01-023-8/+8
* Fix to allow the flac command to parse piped WAV input withnu7742012-12-281-21/+11