summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add SSE4.1/SSE4.2 detection.Erik de Castro Lopo2013-09-252-28/+40
* Fix/re-enable SSE/SSE2 lpc optimisations.Erik de Castro Lopo2013-09-174-11/+7
* Only allow SSE2 intrinsics for x86_64.Erik de Castro Lopo2013-09-153-14/+6
* Fix numerous warnings arising from addition of -Weffc++.Erik de Castro Lopo2013-09-153-6/+49
* src/libFLAC/lpc.c : Fix compiler warning.Erik de Castro Lopo2013-09-151-1/+1
* lpc_x86intrin.c : Tweaks.Erik de Castro Lopo2013-09-151-4/+8
* Adds SSE-accelerated lpc functions.Erik de Castro Lopo2013-09-157-9/+606
* Add CPU features (sse3, ssse3) detection code for x86-64.Erik de Castro Lopo2013-09-152-4/+75
* bitmath.h : Minor improvements.Erik de Castro Lopo2013-09-081-3/+11
* Move defintion of M_LN2 to include/share/compat.h.Erik de Castro Lopo2013-09-072-8/+1
* MSVS : Define _USE_MATH_DEFINES.Erik de Castro Lopo2013-09-074-2/+4
* Rename win_utf8_io.lib -> win_utf8_io_static.lib.Erik de Castro Lopo2013-09-072-176/+176
* MSVS : Fix library output directory.Erik de Castro Lopo2013-09-072-2/+2
* MSVS : Add FLAC__ALIGN_MALLOC_DATA definition for MSVS projects.Erik de Castro Lopo2013-09-072-4/+4
* src/flac/iffscan.c : Fix typo.Erik de Castro Lopo2013-09-051-1/+1
* Add ASM function FLAC__lpc_compute_autocorrelation_asm_ia32_sse_lag_16.Erik de Castro Lopo2013-08-313-1/+94
* src/libFLAC/cpu.c : Remove MSVC6 only code.Erik de Castro Lopo2013-08-261-14/+0
* Fix a couple of NASM warnings.Erik de Castro Lopo2013-08-136-6/+6
* src/libFLAC/ia32/nasm.h : Fix nasm warning on windows.Erik de Castro Lopo2013-08-131-1/+1
* stream_encoder.c : Improve fix for arithmetic overflow.Erik de Castro Lopo2013-08-021-2/+2
* 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
* stream_encoder.c : Improve fix for arithmetic overflow.Erik de Castro Lopo2013-07-211-3/+3
* src/share/grabbag/replaygain.c : Fix compiler warnings.Erik de Castro Lopo2013-07-211-4/+4
* Link with -no-undefined regardless of the OSCristian Rodríguez2013-07-212-2/+2
* src/libFLAC/bitwriter.c : Remove dead code.Erik de Castro Lopo2013-07-171-25/+0
* stream_encoder.c : Fix an arithmetic overflow in the RICE2 partitioner.Erik de Castro Lopo2013-07-171-1/+1
* src/flac/utils.c : Add fflush after printing to stderr.Erik de Castro Lopo2013-06-171-0/+1
* Disable FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap.Miroslav Lichvar2013-06-061-1/+1
* metaflac : Fix local_strcat() to terminate string correctly.Miroslav Lichvar2013-06-051-1/+1
* Add missing config.h includesCristian Rodríguez2013-06-0515-0/+60
* XMMS plugin : Fix symbol visibility.Erik de Castro Lopo2013-06-051-1/+1
* Language fix: "difference licenses"Ulrich Klauer2013-05-278-8/+8
* Use location of TIOCGWINSZ from autoconf manualDagobert Michelsen2013-05-271-1/+6
* Sun Studio can not include static function from extern inlineDagobert Michelsen2013-05-271-1/+4
* 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-26188-194/+425
* Fix gcc version check for private macrosUlrich Klauer2013-05-261-1/+1
* bitwriter.c : Add missing "extern" declarationRobert Kausch2013-05-261-0/+1
* Fix mistyped variable nameRobert Kausch2013-05-261-1/+1
* Correctly initialize FLAC_API_SUPPORTS_OGG_FLACUlrich Klauer2013-05-261-3/+5
* Fix compiling for Android.Erik de Castro Lopo2013-05-251-5/+5
* Use C locale when reading ReplayGain tagUlrich Klauer2013-04-301-7/+25
* Two minor compiled fixes for OS/2.Erik de Castro Lopo2013-04-291-0/+4
* 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