add MINIMP3_ONLY_SIMD protection when SIMD not enabled
use 32bit for coverage (no generic code stripped) and 64bit for PSNR test
add MINIMP3_ONLY_SIMD define, which strips some generic code.
Merge pull request #9 from manxorist/impl-prototypes
Avoid warnings when compiling with -Wmissing-prototypes
fix small match frame bug (scan up to MAX_FRAME_SYNC_MATCHES frames instead of ~4)
add fuzzed error handling path test vector
add fuzzed error handling path test vector
add fuzzed error handling path test vector
add fuzzed error handling path test vector
add error handling path test vector
exclude wav from coverage, preload input files
Merge pull request #8 from bonki/bonki-fix-wave-output
Create WAVE based on output file extension
Merge pull request #6 from kozross/master
Clean up spelling, punctuation, and grammar in README
update performance table according to latest optimization, update readme
optimization: cpuid is bad instruction for performance - cache it
check __SSE2__ for gcc/clang sse intrinsics
Merge pull request #4 from manxorist/no-underscore-cpuid
Rename __cpuid to minimp3_cpuid because double underscore names are reserved in C.
rename MIN() & MAX() defines to avoid collisions
add MINIMP3_MAX_SAMPLES_PER_FRAME define
test: patch he_mode vector (fate have buggy version?)