summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* share/compat.h : Remove duplicate flac_stat definition.Erik de Castro Lopo2014-04-111-5/+0
* Fix clang compiler warnings.Erik de Castro Lopo2014-04-095-8/+14
* configure.ac : Allow -Werror to be enabled when using clang.Erik de Castro Lopo2014-04-091-7/+10
* libFLAC/cpu.c : Bundle of minor fixes.Erik de Castro Lopo2014-03-271-11/+12
* test_libFLAC.vcproj : Add missing files.Erik de Castro Lopo2014-03-271-0/+8
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-2498-98/+98
* metadata_object.c : Fix handling of zero length vorbis comment string.Erik de Castro Lopo2014-03-231-1/+1
* Revert "Attempt to fix differences between x86 FPU and SSE calculations."Erik de Castro Lopo2014-03-231-9/+5
* Attempt to fix differences between x86 FPU and SSE calculations.Erik de Castro Lopo2014-03-211-5/+9
* configure.ac : Add -Wunreachable-code to GCC CFLAGS.Erik de Castro Lopo2014-03-211-2/+2
* configure.ac : Add AC_PROG_MKDIR_P.Erik de Castro Lopo2014-03-211-0/+1
* Fix build issue on OSX with GCC 4.2/Xcode.Erik de Castro Lopo2014-03-212-4/+4
* Add a test to validate that FLAC__MD5Final clears the MD5Context.Erik de Castro Lopo2014-03-154-3/+94
* configure.ac : Make --enable-sse the default.Erik de Castro Lopo2014-03-151-5/+6
* Slight improvements to application metadata tests.Erik de Castro Lopo2014-03-152-3/+9
* libFLAC/cpu.c : Detect SSE correctly on Windows when compiling with MinGW.Erik de Castro Lopo2014-03-141-0/+66
* stream_encoder/decoder : Comment fixes.Erik de Castro Lopo2014-03-142-3/+5
* libFLAC/format.c : Remove MSVC6 specific hack.Erik de Castro Lopo2014-03-141-5/+0
* lpc_asm.nasm : Whitespace.Erik de Castro Lopo2014-03-141-15/+15
* Whitespace.Erik de Castro Lopo2014-03-142-4/+0
* Remove _MSC_VER specific FLAC__I64L definition.Erik de Castro Lopo2014-03-141-5/+0
* src/test_seeking : Remove un-needed local__strtoull.Erik de Castro Lopo2014-03-141-21/+0
* Move FLAC__STRCASECMP definition to compat.h.Erik de Castro Lopo2014-03-143-11/+2
* Fix pragma warning.Erik de Castro Lopo2014-03-142-2/+6
* Using uintptr_t to simplify pointer handling a little bitFengwei Yin2014-03-141-19/+4
* Repairs test_grabbag.shMartijn van Beurden2014-03-141-2/+1
* src/libFLAC/ : CPU feature detection improvements.Erik de Castro Lopo2014-03-022-4/+48
* stream_encoder.c : ifdef cleanup.Erik de Castro Lopo2014-02-251-6/+6
* Fix typos in comments.Erik de Castro Lopo2014-02-242-4/+4
* Don't use intrinsics when they are slower.Erik de Castro Lopo2014-02-243-10/+7
* src/share/utf8/charset.c : Fix typo in conditional.Erik de Castro Lopo2014-02-031-1/+1
* bitmath.h : Fixes for FLAC__bitmath_ilog2_wide().Erik de Castro Lopo2014-02-021-22/+23
* src/flac/encode.c : Improve perf of format_input() when compiled with MSVC.Erik de Castro Lopo2014-02-021-7/+11
* Add sse2 intrinscics code for lpc_restore_signal_...()Erik de Castro Lopo2014-02-023-0/+1250
* libFLAC/stream_encoder.c : Fall back to intrinsics if NASM is not available.Erik de Castro Lopo2014-02-011-0/+12
* 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
* stream_encoder : Remove un-needed conversion from __m128i to FLAC__uint64.Erik de Castro Lopo2014-01-312-68/+52
* Add a fast shift for int64 values.Erik de Castro Lopo2014-01-312-24/+37
* lpc_intrin_sse2.c : Add RESIDUAL16_RESULT macro.Erik de Castro Lopo2014-01-301-73/+41
* Remove redundant inline macro def.Erik de Castro Lopo2014-01-301-6/+0
* Add __INTEL_COMPILER to _MSC_VER #ifdefs.Erik de Castro Lopo2014-01-303-5/+5
* Add FLAC__SSE_SUPPORTED and FLAC__SSE2_SUPPORTED flags.Erik de Castro Lopo2014-01-3011-26/+87
* lpc_asm.nasm : More 'mov cl' -> 'mov ecx' fixes.Erik de Castro Lopo2014-01-181-8/+10
* libFLAC : Add asm versions for two _wide() functions.Erik de Castro Lopo2014-01-074-1/+568
* libFLAC/ia32/lpc_asm.nasm : Match calls and returns.Erik de Castro Lopo2014-01-071-8/+16
* Add FLAC__ prefix to precompute_partition_info_sums....Erik de Castro Lopo2014-01-075-13/+12
* compat.h : Simplify definition of FLAC__U64L.Erik de Castro Lopo2014-01-071-6/+1
* Fix Makefile.am altivec logicGustavo Zacarias2013-12-201-2/+1