summaryrefslogtreecommitdiffstats
path: root/modules/vorbis/resource_importer_ogg_vorbis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix OGG audio loop offset pop.strellydev2023-10-131-5/+14
* Load OGGs from file systemOğuzhan Eroğlu2023-07-141-47/+47
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-3/+3
* Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-2/+3
* Disable OGG and MP3 looping by default on importJuan Linietsky2023-01-221-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warning C4706: assignment within conditional expressionRémi Verschelde2022-09-281-6/+12
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-281-30/+30
* Implement BPM supportreduz2022-07-231-17/+53
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+2
* Fix crash and memory leak when importing OGG VorbisHaoyu Qiu2022-02-151-6/+16
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-091-0/+190