Commit Graph

18 Commits (22dbcffef714461ca29694bf71deeff38bf5522d)

Author SHA1 Message Date
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