summaryrefslogtreecommitdiffstats
path: root/modules/vorbis
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-163-4/+7
* Disable OGG and MP3 looping by default on importJuan Linietsky2023-01-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Code simplifications found by cppcheckMarkus Sauermann2022-11-211-2/+0
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-282-14/+31
* Change time parameters and variables to double typeDave Palais2022-09-262-13/+13
* [Scons] Implement module dependency sorting.Fabio Alessandrelli2022-08-041-1/+2
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-288-107/+107
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Implement BPM supportreduz2022-07-235-30/+213
* Merge pull request #55846 from ellenhp/fix_ogg_edge_casesRémi Verschelde2022-06-221-10/+7
|\
| * Fix ogg edge casesEllen Poe2022-04-171-10/+7
* | Replace most uses of Map by HashMapreduz2022-05-162-4/+4
* | Fix warnings found by Emscripten 3.1.10Rémi Verschelde2022-05-101-3/+0
* | Refactor module initializationreduz2022-05-042-4/+14
|/
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-1/+1
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-152-2/+2
|\
| * Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
* | Fix crash and memory leak when importing OGG VorbisHaoyu Qiu2022-02-151-6/+16
|/
* Merge pull request #56375 from Cnidarias/ogg_missing_right_channelEllen Poe2022-01-041-1/+1
|\
| * Fix OGG Vorbis playback with more than one channelCnidarias2021-12-311-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
|/
* Fix OGG streams never ending playbackEllen Poe2021-12-101-1/+1
* Add path to functions that return iporter optionsreduz2021-11-142-4/+4
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-8/+0
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-099-5/+882
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-5/+15
* SCons: Validate dependencies for linked multimedia modulesRémi Verschelde2020-06-031-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-9/+10
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* opus/vorbis: Remove dead code not used since 3.0Rémi Verschelde2020-03-186-632/+8
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Added some obvious errors explanationsqarmin2019-09-251-7/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-1/+0
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+1
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-016-12/+12
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-152-3/+5
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1