26 Commits

Author SHA256 Message Date
Илья Индиго
3b2eda64f5 Accepting request 1325607 from home:mnhauke
- Update to version 2.16.0
  * Expose the SID models actually used.
  * residfp: implemented runtime SIMD dispatch for resampler.
  * Added usbsid support.
  * Improve interrupt handling in kernal stub.

OBS-URL: https://build.opensuse.org/request/show/1325607
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=48
2026-01-06 19:18:07 +00:00
Илья Индиго
9a1d625bda Accepting request 1315085 from home:mnhauke
- Update to version 2.15.2
  * Fixed building with pre c++20 standards.
  * Fixed crash in SidDatabase parser.

OBS-URL: https://build.opensuse.org/request/show/1315085
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=46
2025-11-02 09:58:05 +00:00
Илья Индиго
58ce1151b0 Accepting request 1313022 from home:Guillaume_G:branches:multimedia:libs
- Neon SIMD has been removed from 2.15

OBS-URL: https://build.opensuse.org/request/show/1313022
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=44
2025-10-22 10:40:32 +00:00
Илья Индиго
6fed1cbcc2 Accepting request 1306324 from home:mnhauke
- Update to version 2.15.1
  * resid/residfp: remove accidental DC offset.
  * residfp: clock voice 3 even if muted.
  * resid: fix silenced tunes.
  * fixed load performance regression.

OBS-URL: https://build.opensuse.org/request/show/1306324
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=42
2025-09-21 18:41:00 +00:00
08c86268fc Accepting request 1289561 from home:mnhauke
- Update to version 2.15.0
  * Compile with fast math, without unsafe optimizations.
  * residfp: reworked the SIMD support, removed the intrinsics
    code leaving the compiler vectorize the loop.
  * Extended the new play API.
  * Marked old play API functions as deprecated.

OBS-URL: https://build.opensuse.org/request/show/1289561
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=40
2025-07-02 12:25:22 +00:00
9a53a9f8c7 Accepting request 1276649 from home:mnhauke
- Update to version 2.14.0
  * Rough approximation of MDAC saturation for the 6581.
  * New play API for client side mixing.
  * Minor fixes and optimizations.

OBS-URL: https://build.opensuse.org/request/show/1276649
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=38
2025-05-12 15:00:19 +00:00
6c11121099 Accepting request 1268971 from home:mnhauke
- Update to version 2.13.0
  * Add support for c++23 where available.
  * Reworked power on delay.
  * Correctly link to pthread library.
  * Add proper compiler flag when enabling sse4.
  * resid/residfp: Use more bits for the 8580 filter cutoff
    (VICE bug 2098).
  * resid: reduce aliasing noise (VICE bug 2116).

OBS-URL: https://build.opensuse.org/request/show/1268971
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=36
2025-04-14 09:04:53 +00:00
87553d6ed0 Accepting request 1228099 from home:mnhauke
- Update to version 2.12.0
  * Better mixing for multi chip tunes.
  * fixed voice sync when a saw-combined waveform is selected.
  * residfp: updated CW parameters.
  * resid: properly adjusted 8580 Vref value.
  * switched to UTPP for unit tests.

OBS-URL: https://build.opensuse.org/request/show/1228099
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=34
2024-12-04 13:27:22 +00:00
031ac037d0 Accepting request 1220448 from home:mnhauke
- Update to version 2.11.0
  * Removed buffer size limit from mixer.
  * residfp: avoid quantization noise.
  * residfp: implemented 6581 DC drift.
  * residfp: properly adjusted 8580 Vref value.

OBS-URL: https://build.opensuse.org/request/show/1220448
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=32
2024-11-05 13:32:31 +00:00
35ebee8559 Accepting request 1212675 from home:mnhauke
- Update to version 2.10.1
  * residfp: fixed digiboost.
  * residfp: fixed combined waveforms.

OBS-URL: https://build.opensuse.org/request/show/1212675
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=30
2024-10-21 08:16:03 +00:00
14a00b3674 Accepting request 1205968 from home:mnhauke
- Update to version 2.10.0
  * Add support for c++20 where available.
  * residfp: retuned cw parameters after measuring waves RMS.
  * residfp: code refactoring and minor performance optimizations.
  * resid/residfp: scale down filter inputs in the mixer for 6581.
  * Centralized handling of muted voices and allow muting samples.
  * new API to toggle the filter and deprecated sidplayfp::filter.

OBS-URL: https://build.opensuse.org/request/show/1205968
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=28
2024-10-07 15:22:26 +00:00
c87cc64103 Accepting request 1195944 from home:mnhauke
- Update to version 2.9.0
  * residfp: use c++11 threads for building filter tables.
  * residfp: code modernization and minor performance optimizations
  * Performance optimizations.

OBS-URL: https://build.opensuse.org/request/show/1195944
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=26
2024-08-27 06:40:02 +00:00
17214d521f Accepting request 1181028 from home:mnhauke
- Update to version 2.8.0
  * Optimized event scheduler.
  * Stop pretendig we support pre-c++11 compilers.
  * Fixed thread unsafety for psid_driver.
  * residfp: do not cache resampling tables.
  * resid/residfp: tuned oscillator leakage.
- Temporarily disable SIMD optimization on x86_64

OBS-URL: https://build.opensuse.org/request/show/1181028
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=24
2024-06-16 17:54:06 +00:00
07b02b1954 Accepting request 1175224 from home:mnhauke
- Update to version 2.7.1
  * Sync resid with upstream.
  * Make strong CWs the default.
  * Downtune the leakage parameter a bit.
  * Fix UBSan complaint abount uninitialized var 'is6581'.

OBS-URL: https://build.opensuse.org/request/show/1175224
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=22
2024-05-20 07:06:55 +00:00
303eb73b9a Accepting request 1163590 from home:mnhauke
- Update to version 2.7.0
  * residfp: refactor residfp filter.
  * residfp: added ability to adjust the uCox parameter at runtime.
  * residfp: allow setting the combined waveforms strength.
  * resid/residfp: emulate oscillator leakage.

OBS-URL: https://build.opensuse.org/request/show/1163590
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=20
2024-03-30 04:53:08 +00:00
5bc5317d9f Accepting request 1135974 from home:mnhauke
- Update to version 2.6.0
  * residfp is now thread-safe.
  * residfp: fixed SSE2 version of convolve.
  * residfp: updated combined waveforms model.
  * residfp: amplify the output by a model dependent scale factor.
  * a couple of autotools fixes.

OBS-URL: https://build.opensuse.org/request/show/1135974
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=18
2024-01-02 14:47:21 +00:00
e0b63c544e Accepting request 1134729 from home:mnhauke
- >Update to version 2.5.1
  * Check for {g,}od at configure time.
  * residfp: fix a 6581 filter bug where values could actually go
    negative.
  * Sync resid with upstream.
- Drop patch:
  * fix-missing-include.patch (not longer needed)

OBS-URL: https://build.opensuse.org/request/show/1134729
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=17
2023-12-31 08:59:11 +00:00
17a32ff323 Accepting request 1097447 from home:amanzini:branches:multimedia:libs
- Update to version 2.5.0
  * residfp: reworked the combined waveforms model by separating pulldown effect from waveform generation
  * residfp: tweaked the 8580 filter parameters for increased volume and less distortion (#45)
  * Updated to latest resid
  * Use OpenMP to speedup LUTs initialization
  * CIA: minor rework based on chip reverse engineering
  * Use c++17 where available
  * Added sanity check for buffer size
  * Minor mixer optimizations
  * Other minor changes

OBS-URL: https://build.opensuse.org/request/show/1097447
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=15
2023-07-07 15:41:04 +00:00
7f19fb5526 Accepting request 1076684 from home:iznogood:branches:multimedia:libs
- Add fix-missing-include.patch: Add missing include exposed by gcc
  13.
- Use ldconfig_scriptlets macro.

OBS-URL: https://build.opensuse.org/request/show/1076684
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=13
2023-04-03 16:06:05 +00:00
9721f377a6 Accepting request 1065742 from home:mnhauke
- Update to version 2.4.2
  * Fixed a memory leak.
  * Minor fixes.
- Update to version 2.4.1
  * Fixed a memory leak introduced in 2.1.0.
- Update to version 2.4.0
  * Use pkgconfig for UnitTest++ and libgcrypt support.
  * residfp: correct 6581 volume gain based on schematics.
  * residfp: fixed more PVS-Studio warnings.
  * residfp: refactoring, changes and cleanup.
  * residfp: updated the combined waveform model.
  * Synced resid with upstream.
  * Fixed a "comparison-with-wider-type" alert in the MUS loader.
  * Other minor changes.

OBS-URL: https://build.opensuse.org/request/show/1065742
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=11
2023-02-15 07:33:05 +00:00
a3f96a960f Accepting request 953834 from home:dirkmueller:Factory
- update to 2.3.1:
  * VIC II: check badline enabled condition on raster Y increment. Fixes CPU/shxy/shx-test
  * Disable digiboost for residfp when not required (issue #37)
  * residfp: fixed some PVS-Studio warnings. (issues #20 #21 #23 #28)
  * residfp: share dac tables between voices, saves a few Kb and some initialization time (issues #34 #26)
  * CIA: rework interrupt implementation based on Denise emu code, fixes CIA/dd0dtest/dd0dtest (issue #29)
  * c64: return pseudo random numbers when reading from the I/O Area as the VIC fetches are not emulated.
	 Fixes C64/openio/gauntlet test
  * VIC-II: fix lightpen X coordinate calculation. Makes VICII/split-tests/lightpen/lightpen test pass
  * songlengthdb: fix possible corrupted data (issue #32)
  * VIC-II: fix NTSC badline timing and improve cycle skipping
  * CIA: minor refactoring
  * Fixed a few minor PVS-Studio flagged issues 
  * reSIDfp: added NEON (by Christopher Snowhill) and SSE2 version of convolution function
    the configure option has been changed to --with-simd=<sse2/mmx/neon/none>
  * Exposed last values written to the SID registers. Based on patch by Stian Skjelstad
  * API additions:
    - Splitted ROM functions
    - Added CIA 6526 4485 model setting, mostly for testing
    - Added function for loading database from unicode path on Windows
    - Added function for loading tunes using a custom loader callback
- enable SIMD on aarch64/x86_64

OBS-URL: https://build.opensuse.org/request/show/953834
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=10
2022-02-13 09:26:14 +00:00
7a9c5244a8 Accepting request 888481 from home:susnux:branches:multimedia:libs
- Update to version 2.1.2:
  * songlength DB: fix parsing of milliseconds with leading zeroes
  * Fixed building hardsid support
  * reSIDfp: shift register regression fixes
  * Updated RAM init pattern similar to how it's done in VICE
  * Do not use smart pointers in public headers
    (Warning! breaks ABI compatibility)
  * resid/residfp: Use soft instead of hard clipping
    rough implementation of bitfade
  * residfp: better bandpass frequency calculation,
    updated 8580 resistor ratios based on schematics and adjusted
    voltage range, updated TTL values, assume a high impedance
    audio amplifier yielding an 1.6Hz high-pass
- Update to version 2.0.5:
  * Fixed CIA SDR handling, code borrowed from Denise emulator
  * Fixed external filter coefficients calculation in resid/residfp
  * Update osc3 on waveform zero in resid/residfp
  * Further improved CPU/CIA/VICII emulation based on VICE testprogs
  * Fixed an envelope generator regression in resid/residfp
  * Improved noise+pulse interaction in resid/residfp
  * Avoid saturation of residfp 8580 filter
  * Adjusted residfp 6581 filter parameter range
  * Recalculate noise output when actually changed in residfp
  * Fix loading stereo mus tunes
  * Fix residfp envelope
  * Make digiboost work with resid
  * Make MUS loading more robust to malformed files
  * Reworked SidDatabase API
  * Fix hang on exit
  * CIA model is now configurable
  * Added digiboost support
  * Added support for milliseconds in SLDB
  * Improved 8580 filter
  * CIA and SID fixes ported from VICE
  * Added MOS 6573 (PAL-M) emulation
  * Other minor fixes and code cleanup
  * Do not use kernal calls in psid driver

OBS-URL: https://build.opensuse.org/request/show/888481
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=8
2021-04-29 12:30:11 +00:00
be4bcebfbf Accepting request 449998 from home:olh:branches:multimedia:libs
- Update to version 1.8.7
  * Fix out of range tune selection
  * Reenable accidentally broken branch hints in residfp
  * Minor fix in VIC-II code ported from VICE
  * Fix an off-by-one error in mixer code
  * Slightly improve some combined waveforms
  * Fix a regression in VIC-II code
  * Improve combined waveforms emulation
  * Fix a possible crash when locking a sid device fails
  * Fix an overflow in resid/residfp for 8580 output, noticed in /MUSICIANS/L/Linus/64_Forever.sid
  * Use log1p in resid/residfp for improved precision of 6581 filter parameter calculation
  * Fix a warning in PSID model checking
  * Fix running with -b parameter
  * Attenuate second chip output by 3dB in 3SID mode as it is mixed in both channels
  * Fix uninitialized vars
  * Fix a regresion in MUS loader introduced in 1.8.0
  * Fix a regresion in STIL
  * Rework and clean tune loading to be more portable
  * Add support for 3SID files (PSID v4)
  * Check if lightpen is really triggered before changing state
  * Define WIN32_LEAN_AND_MEAN when compiling on MinGW
  * Other minor fixes and improvements
  * Fix interpolation outside bounds in reSIDfp
  * Remove redundant code in PSID loader
  * Fix reported number of channels
  * Install psid driver before placing tune, fixes BASIC tunes and /MUSICIANS/L/Legg_Stephen/Steigar.sid
  * Apply volume to channels, not to chips output

OBS-URL: https://build.opensuse.org/request/show/449998
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=6
2017-01-13 10:33:05 +00:00
Cristian Rodríguez
de9b9972d2 Accepting request 285886 from home:posophe:branches:multimedia:libs
Update

OBS-URL: https://build.opensuse.org/request/show/285886
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=4
2015-02-15 17:08:17 +00:00
Cristian Rodríguez
26030f88b1 Accepting request 257372 from home:olh:branches:multimedia:libs
- Update to 1.6.0
  * Make PSID loader adhere to spec when handling 2nd SID address
  * Improve PAL/NTSC switch handling
  * Reset rom descriptions if rom is not loaded
  * Fix a memory leak due to deleting auto_ptr to incomplete type (bug #13)
  * Fix Drean TOD frequency
  * Rework lightpen emulation based on VICE's code
  * Internal code refactoring
- Update to 1.5.3
  * Copy poweron pattern in memory only if real c64 compatibility is needed, fixes /MUSICIANS/B/Brennan_Neil/Super_Pac-Man.sid
- Update to 1.5.2
  * Restore original iomap function, fixes /MUSICIANS/C/Cooksey_Mark/Airwolf.sid
- Update to 1.5.1
  * Correctly interpret second sid address from PSID tunes header, fixes /MUSICIANS/T/TSM/Fiki_Fiki_2SID.sid
  * Fix a signedness warning
- Update to 1.5.0
  * Port CIA TOD fixes from VICE
  * Port some VIC-II changes from VICE
  * Check load address only for RSID tunes, fixes Hellbound from Shining 8
  * Minor changes to reSIDfp
  * Other minor fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/257372
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=3
2014-10-17 19:46:51 +00:00
Ismail Dönmez
c1000cdd6d Accepting request 240887 from home:RedDwarf
Now with the rpmlint warnings "fixed"

OBS-URL: https://build.opensuse.org/request/show/240887
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=1
2014-07-22 08:54:52 +00:00