summaryrefslogtreecommitdiffstats
path: root/thirdparty/libogg/framing.c
Commit message (Collapse)AuthorAgeFilesLines
* libogg: Update to upstream 1.3.5Rémi Verschelde2021-11-191-2/+7
| | | | | Mostly a cosmetic update, we were already on a commit close to what ended up being tagged as 1.3.5. Adds an extra buffer overflow fix.
* Update libogg to upstream c8fca6bJonathan Mannancheril2019-10-301-103/+72
|
* libogg: Update to pristine version 1.3.3Rémi Verschelde2018-01-131-2/+31
|
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-0/+2111
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus.