104 Commits (efdaadcb4a80c0c3d60c94e537657e33bfcc6c8e)

Author SHA1 Message Date
Marco Lizza 41a6bb58d1 Other (pedantic) warnings for possible uninitialized variables. ago%!(EXTRA string=5 years)
Marco Lizza 43c6bd4e0e Fixing (pedantic) cast warnings. ago%!(EXTRA string=5 years)
Sean Barrett 2bb4a0accd Fix trailing whitespace ago%!(EXTRA string=5 years)
Sean Barrett 7a69424f15 update version numbers ago%!(EXTRA string=5 years)
Sean Barrett d79349d0b7 stb_vorbis: update credits ago%!(EXTRA string=5 years)
Peter Waller 2f18c96cfb Pad allocations in setup_{,temp_}malloc for 8-byte alignment ago%!(EXTRA string=5 years)
Kevin Croft 58e0c4438d
STB Vorbis: eliminate inaccessible branch ago%!(EXTRA string=6 years)
Kevin Croft 3b491aa07c
STB Vorbis: prevent division by zero in decode_resign if ch == 0 ago%!(EXTRA string=6 years)
Dougall Johnson da79a214ef stb_vorbis: improve fix for theoretical seek performance problem ago%!(EXTRA string=6 years)
Dougall Johnson c3298670d0 stb_vorbis: fix a couple asserts that fail on invalid files ago%!(EXTRA string=6 years)
Dougall Johnson 057914d959 stb_vorbis: fix pushdata for files with audio packets in header pages ago%!(EXTRA string=6 years)
Dougall Johnson 7c4eb44a63 stb_vorbis: fix seeking in files with audio packets in header pages ago%!(EXTRA string=6 years)
Dougall Johnson 2abc5c6ced stb_vorbis: fix seek_to_sample_coarse failure near page end ago%!(EXTRA string=6 years)
Dougall Johnson 6ca87a9e0e stb_vorbis: fix theoretical seek performance problem ago%!(EXTRA string=6 years)
Audino 2a0cff1288 Add comment support to stb_vorbis ago%!(EXTRA string=6 years)
Sean Barrett 5c98e6564b stb_vorbis: fix typo in CVE number in docs ago%!(EXTRA string=6 years)
Sean Barrett 1b2fa11055 stb_vorbis: bump version number ago%!(EXTRA string=6 years)
Sean Barrett 98fdfc6df8 Fix seven bugs discovered and fixed by ForAllSecure: ago%!(EXTRA string=6 years)
Sean Barrett 2c2908f505 update version numbers ago%!(EXTRA string=6 years)
Sean Barrett a0b521fcf2 no warnings when compiling /W3 ago%!(EXTRA string=6 years)
Sean Barrett 63b59b46b0 update version numbers ago%!(EXTRA string=6 years)
Kevin Croft d1dc3fe89c Fix return typo, disambiguate else, and check for the complete fishead identifier ago%!(EXTRA string=6 years)
Kevin Croft 604b9367ee Add detection for Ogg skeleton metadata ago%!(EXTRA string=6 years)
luz.paz 622b3adad3 Misc. comment typos ago%!(EXTRA string=7 years)
Sean Barrett ac66307576 docs ago%!(EXTRA string=7 years)
Sean Barrett b79c8458d3 stb_vorbis: avoid NaN due to uninitialized variable ago%!(EXTRA string=7 years)
Sean Barrett a77d9213e4 stb_vorbis: no dealloca ago%!(EXTRA string=7 years)
Sean Barrett 663deb3a43 redo lost stb_vorbis fixes ago%!(EXTRA string=7 years)
Sean Barrett dfff6f5e7c stb_image: fix assert macro usage; stb_vorbis: changelog ago%!(EXTRA string=7 years)
Sean Barrett ee0ebfc79b version numbers ago%!(EXTRA string=7 years)
Sean Barrett 244d83bc3d fix unchecked length in stb_vorbis that could crash on corrupt/invalid files ago%!(EXTRA string=7 years)
Sean Barrett dd039e8cc5 credits for mingw fixes in #444 ago%!(EXTRA string=8 years)
Sean Barrett 555efbedfc Update version numbers ago%!(EXTRA string=8 years)
Fabian Giesen 2da81a6433 stb_vorbis: MinGW has alloca defined in malloc.h. ago%!(EXTRA string=8 years)
Infatum 4963448726 fix: Build on MinGW32 ago%!(EXTRA string=8 years)
Sean Barrett e248e30954 change license to public-domain AND mit (based on twitter vote) ago%!(EXTRA string=8 years)
Sean Barrett f88e2a8e7b update version ago%!(EXTRA string=8 years)
Sean Barrett 46046238b8 rename Point data structure as suggested in pull request ago%!(EXTRA string=8 years)
Sean Barrett d2de2be10f vorbis: propagate errors better on seek failure (e.g. when coarse seek fails) ago%!(EXTRA string=8 years)
Julian Raschke a055654ee3 Rename Point to stbv__point ago%!(EXTRA string=9 years)
Alejandro Pereda 3f36b29589 Overwrites error parameter in stb_vorbis_open_memory when there is no error. This avoid confusion due to previous values. ago%!(EXTRA string=9 years)
Fabian Giesen f32854c809 stb_vorbis: Fix handling of negative numbers in ilog. ago%!(EXTRA string=9 years)
Sean Barrett 14e6a98469 clarify alloca #include whitelists ago%!(EXTRA string=9 years)
Sean Barrett f4938bfa4d Whitelist the compilers that need malloc.h for alloca ago%!(EXTRA string=9 years)
Sean Barrett 4c519106a7 back out previous change to stb_vorbis (truncation of last frame in corrupt file) ago%!(EXTRA string=9 years)
Sean Barrett 6e4154737c update version numbers, documentation, and contributors ago%!(EXTRA string=9 years)
Sean Barrett b03133000a avoid dropping final frame of audio data due to wrong test ago%!(EXTRA string=9 years)
Sean Barrett 92bd7a49a8 emscripten needs explicit alloca as well ago%!(EXTRA string=9 years)
Sean Barrett 75c5908f95 fix includes for linux alloca ago%!(EXTRA string=9 years)
Jörn Heusipp aeba55604a stb_vorbis: Fix memory leak in start_decoder(). ago%!(EXTRA string=9 years)