summaryrefslogtreecommitdiff
path: root/thirdparty/misc/stb_vorbis.c
AgeCommit message (Collapse)Author
2020-07-20stb_vorbis: Update to upstream version 1.20Rémi Verschelde
Upstreams our crash fixes from #38422 and #40174.
2020-07-07stb_vorbis: Add missing error checks in comment reading mallocsRémi Verschelde
Backported from https://github.com/nothings/stb/pull/989. Fixes #40164.
2020-05-03Fix crash in stb_vorbis.cPedro J. Estébanez
2020-04-30stb_vorbis: Update to upstream version 1.19Rémi Verschelde
1.19 - 2020-02-05 - warnings 1.18 - 2020-02-02 - fix seek bugs; parse header comments; misc warnings etc.
2019-11-10Update stb_vorbis to 1.17Jonathan Mannancheril
2019-07-11stb_vorbis: Update to upstream version 1.16Rémi Verschelde
2019-03-04stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15Rémi Verschelde
2018-05-24Update stb_truetype to 1.19 and stb_vorbis to 1.14Guilherme Felipe
2017-08-27stb: Update to upstream stb_truetype 1.17 and stb_vorbis 1.11Rémi Verschelde
Also fix documented OpenSSL version, it was updated to 1.0.2l in 67305d1b0a6dbcdb032d5a5a0e92122cf8f10b8d.
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.