mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 16:47:13 +00:00
851b222a4a
Changelog: ========== - Add xmp_set_player(ctx, XMP_PLAYER_DEFPAN, 50) to relevant examples in libxmp.rst and in the examples directory, clarify it must be used BEFORE calling xmp_load_module, and recommend its usage. - Fix crashes and other bugs in the smix API. - Rewrite the smix API WAV loader to support stereo samples. - Fix XM channel default instrument memory (should be no instrument). - Fix IT high offset being applied when no Oxx effect is present. - Fix IT offsets >length setting the offset to sample end instead of 0 in new effects mode. - Fix conversion of MED synth/hybrid finetune. - Fix Magnetic Fields Packer track loading and optimize tracks. - Fix path_join when loading a module from the current directory. - Fix loading truncated Startrekker AM instruments. - Startrekker AM instruments now take precedence over sampled instruments in the same slot (fixes GTS/fa.worse face.mod and WOTW/intro 12.mod). - Fix StarTrekker AM instrument envelope, P.FALL, and FQ toneporta bugs by reimplementing these features using extras (fixes Epsilon (ES)/frankie.mod, WOTW/intro 12.mod, maybe others). - Allow Archimedes MUSX modules to load if the SDAT instrument subchunk is broken (fixes 5-OverPar). - Fix various -fsanitize=shift-base warnings: - Prevent overflow read in lha depacker pm2 decoder. - Add OS/2 EMX makefiles for KLIBC environment. Build tested under linux using cross-os2emx toolchain at https://github.com/komh/cross-os2emx - Build the PDF without date information to improve reproducibility. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>