summaryrefslogtreecommitdiffstats
path: root/modules/ogg
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* fix `next_ogg_packet` never returning falsenikitalita2023-12-101-3/+1
* Fix OGG audio loop offset pop.strellydev2023-10-132-1/+24
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* 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-161-3/+2
* Fix OGG page_data out of bound crashstmSi2023-01-131-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Change Array arguments to TypedArraykobewi2022-09-013-14/+14
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-286-48/+48
* Implement BPM supportreduz2022-07-232-2/+2
* Refactor module initializationreduz2022-05-042-4/+14
* Merge pull request #58130 from timothyqiu/ogg-seek-crashEllen Poe2022-02-161-1/+3
|\
| * Fix infinite recursion when seeking Ogg Vorbis fileHaoyu Qiu2022-02-151-1/+3
* | Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
|/
* initialized member variables in headerzwebb2022-02-031-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-3/+3
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-3/+0
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-202-6/+0
* Replace stb_vorbis with libogg+libvorbisEllen Poe2021-09-096-2/+409
* 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-2/+14
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* 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-181-0/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-012-4/+4
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+4
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-052-0/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-012-4/+4
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Fix video playbackMatt Hughes2017-10-141-2/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-272-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-082-0/+2
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-1/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-012-2/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-031-1/+1
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-0/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-2/+2
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-10/+10
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* modules: Clone env in each moduleRémi Verschelde2016-10-151-8/+7
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-154-0/+91