summaryrefslogtreecommitdiffstats
path: root/thirdparty/libogg
Commit message (Collapse)AuthorAgeFilesLines
* libogg: Update to upstream 1.3.5Rémi Verschelde2021-11-192-3/+21
| | | | | 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.
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
| | | | | | -Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
* Update libogg to upstream c8fca6bJonathan Mannancheril2019-10-306-112/+368
|
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* libogg: Update to pristine version 1.3.3Rémi Verschelde2018-01-134-20/+50
|
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-156-0/+3596
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.