Commit Graph

28 Commits (6d613ed8ce46f1f142a9ecbc341423655140f2ee)

Author SHA1 Message Date
Sean Barrett 60939ec653 fix some more signed shifts 2015-09-03 11:18:40 -07:00
Sean Barrett a3d62dfec1 fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester) 2015-09-03 11:16:19 -07:00
Sean Barrett 7670656322 fix some signed shifts that should have been unsigned for C spec reasons 2015-09-03 10:24:01 -07:00
Sean Barrett 0e24ec5feb fix some cases that didn't return outofmem error properly and would crash instead 2015-09-03 07:11:02 -07:00
Sean Barrett a009673856 update stb_vorbis version 2015-08-31 12:49:03 -07:00
Sean Barrett ebb54fd7a3 seeking in stb_vorbis (Dougall Johnson)
test program for seeking (stb)
2015-08-30 19:29:35 -07:00
Ryan Whitworth f844b2dbd2 Added public domain license text 2015-08-01 14:57:53 -04:00
Sean Barrett a200fab163 add some minor comments 2015-08-01 04:02:21 -07:00
Sean Barrett 4b518bb2b6 whoops, didn't mean to check in those changes for this file, but did for the other files 2015-02-01 02:45:11 -08:00
Sean Barrett 0d840ab330 quick & dirty leak checker 2015-01-21 07:46:54 -08:00
Sean Barrett b8e0530fdf update contributor list & version number 2014-08-27 22:01:37 -07:00
Sean Barrett 33d621ca48 tweaks to const-correct API change 2014-08-27 22:00:07 -07:00
Alejandro Pereda 93c02695e3 Const in decode/open memory.
"const" added in stb_vorbis_decode_memory and stb_vorbis_open_memory to
allow to read from const buffers.
2014-08-28 06:53:13 +08:00
Sean Barrett c8a3522a5f version number 2014-08-07 04:46:13 -07:00
Sean Barrett 85c39da625 Merge branch 'rc/const' of https://github.com/ronnychevalier/stb into working 2014-08-07 04:25:12 -07:00
Ronny Chevalier 2119c17ae9 stb_vorbis: fix unused variables
Conflicts:
	stb_vorbis.c
2014-08-07 04:23:33 -07:00
Sean Barrett 260741ed33 vorbis warnings from ronny chevalier
I manually made these changes because they
disabled some substantial amounts of code,
and I wanted to make sure this wasn't due to
original code having bugs or deviating from
the specification
2014-08-07 04:20:58 -07:00
Ronny Chevalier 758c165d2c stb_vorbis: fix unused functions 2014-08-07 03:26:27 -07:00
Ronny Chevalier 422e29017c stb_vorbis: fix signed/unsigned comparison 2014-08-07 03:26:14 -07:00
Ronny Chevalier c28e92e856 stb_vorbis: use const char* when appropriate 2014-08-03 23:43:54 +02:00
Sean Barrett 1eb665906e cdecl fixes 2014-07-09 23:41:40 -07:00
Sean Barrett 68b5ec9392 fix cdecl 2014-07-09 23:39:00 -07:00
Sean Barrett 2da2806d20 update version numbers due to warnings/minor fixes 2014-07-07 16:24:11 -07:00
Gargaj 72f06c2996 Explicit CDECL needed
QSORT only takes CDECL, but project settings can define different defaults for calling conventions.
2014-07-07 23:58:50 +02:00
Sean Barrett e8b2939df9 fix bug in stb_vorbis_get_samples_float 2014-06-19 19:44:34 -07:00
Sean Barrett fcfcb9bb3f generate README.md in part by parsing libraries so that version numbers are in sync 2014-05-30 14:15:51 -07:00
Sean Barrett 344208144d 1.0 release (still no seeking, sorry) 2014-05-26 09:30:46 -07:00
Sean Barrett e2caccb811 initial checkin 2014-05-25 10:18:03 -07:00