mp3dec_ex: support vbr tag for mp3dec_load_buf
mp3dec_ex: support delay and padding from vbr tag + test
mp3dec_ex: PSNR test may fail in case of seek at very end of file (to few samples readed) and max_diff=1,
mp3dec_ex: add layer 1/2 files to test
mp3dec_ex: take side-info into account to make sure bit-reservoir is filled when we start decoding
mp3dec_ex: call mp3dec_ex_close() on test exit
mp3dec_ex: guard case when buffer size > INT_MAX
mp3dec_ex: proper support free format + cuted mp3
support precise seek with cut-ed mp3 files + test random seeks
WIP mp3dec_ex API callback input support.
Support index binary search on seek.
take into account bit-reservoir on seek
travis: change dist and build env to bionic
check id3v2size exceeds input buffer size
rename test vector extension to match other files
skip ID3v1 in mp3dec_iterate_buf as well
Merge pull request #58 from bog-dan-ro/master
Fix compile with MinGW64 7.3 & MSVC 2017
mp3dec_load: return error if no frames readed,
L3_huffman: special case for linbits=0, ~10% speedup
add -U_FORTIFY_SOURCE to get rid of __memcpy_chk
Merge pull request #47 from bog-dan-ro/master
Fix crosses initialization of 'long int size'
Merge pull request #46 from bog-dan-ro/fix_cpp
Merge pull request #42 from YoYoYonnY/master
add C syntax highlighting for README.md
make MAX_FRAME_SYNC_MATCHES externally configurable.
Merge pull request #36 from FWGS/master
travis: build sdl2 from sources
player: initial nuklear backend replacement
travis: another try for glfw3 repository
travis: add debian-sid source for libglfw3-dev
travis: add player build checking
minimp3: move header include guard before implementation. Add implementation guard.
minimp3: add comments after #else, #endif corresponding to their preprocessor macro condition
add MINIMP3_FLOAT_OUTPUT CI testing
use stdint.h types, int16_t instead of short etc
support MINIMP3_FLOAT_OUTPUT in minimp3_ex.h and test
use float multiplication instead of division in mp3d_scale_pcm
Merge pull request #33 from kcat/master
Add float output support with the MINIMP3_FLOAT_OUTPUT macro
protect against mp3dec_frame_info_t corruption in callback
check info->buffer malloc before use
move stdio helper functions under #ifndef MINIMP3_NO_STDIO
Merge pull request #28 from kajott/master
high-level API windows mapping support
Rough high-level API implementation
added option to decode headers only
-2 bytes padding in L12_scale_info.
reduce tables size by 103 bytes with few instructions in code
Huffopt: do not print last comma in table, no manual edit needed
Merge pull request #22 from mackron/patch-1
Fix VC++ compilation error for non-x86/64 targets.
fix total samples calculation without reference input