summaryrefslogtreecommitdiff
path: root/src/flac
Commit message (Expand)AuthorAgeFilesLines
...
* Improve description of encoding preset equivalents.Erik de Castro Lopo2014-11-151-0/+6
* Update documentation for new compression presetsMartijn van Beurden2014-11-111-10/+10
* src/flac/decode.c : Decoder buffering improvements on Windows.Erik de Castro Lopo2014-10-031-0/+43
* flac : Add help output for --ignore-chunk-sizes option.Erik de Castro Lopo2014-09-241-4/+0
* Windows specific vsnprintf fixes.Erik de Castro Lopo2014-09-221-5/+1
* flac/utils.c : Fix calculation of a tag length.Erik de Castro Lopo2014-09-211-1/+1
* vorbiscomment.c : Do not write empty vorbiscomment fields.Erik de Castro Lopo2014-09-191-1/+1
* flac and metaflac : Don't always call setlocale() in Windows.Erik de Castro Lopo2014-07-191-0/+13
* flac/main.c : Improved option validation with --force-raw-format.Erik de Castro Lopo2014-07-131-14/+6
* Makefile.ams: Add MSVS project files to EXTRA_DIST.Erik de Castro Lopo2014-07-091-1/+5
* src/flac/utils.c : Make sure get_console_width() returns value > 0.Erik de Castro Lopo2014-07-081-2/+5
* Add project files for Visual Studio 2010 and later.Erik de Castro Lopo2014-07-064-0/+498
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-042-11/+0
* src/flac/main.c : Improve raw format help text help.Erik de Castro Lopo2014-07-031-2/+2
* src/flac/encode.c : Fix compression failure warning when encoding from stdin.Erik de Castro Lopo2014-07-021-6/+7
* src/flac/decode.c : Add comment about ubuf union.Erik de Castro Lopo2014-06-301-1/+2
* src/flac/encode.c : Fix cast-align warning on ARM systems.Erik de Castro Lopo2014-06-291-28/+33
* flac: Fix channel order for mono files.Erik de Castro Lopo2014-06-282-6/+8
* flac: Fix encoder and decode progress messages with --ogg.Erik de Castro Lopo2014-06-282-10/+14
* flac : Fix handling of raw input option.Erik de Castro Lopo2014-06-281-18/+34
* flac: Fix padding for --replay-gain option.Erik de Castro Lopo2014-06-282-10/+3
* Update URLs as nedeed.Erik de Castro Lopo2014-06-283-6/+6
* Fix VS project file for iffscan.Erik de Castro Lopo2014-06-281-2/+2
* src/flac/decode.c : Fix a cast-align warning from GCC.Erik de Castro Lopo2014-06-271-39/+43
* Update Makefile.lite build system.Evan Ramos2014-06-242-0/+8
* src/ : Fix two typos.Erik de Castro Lopo2014-06-011-1/+1
* src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.Erik de Castro Lopo2014-04-281-1/+1
* src/flac/utils.c : Fix compile guard for ioctl().Erik de Castro Lopo2014-04-151-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-2413-13/+13
* 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