SHA256
1
0
forked from pool/libsidplayfp
Commit Graph

7 Commits

Author SHA256 Message Date
Dominique Leuenberger
2937319c0d Accepting request 449999 from 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 (forwarded request 449998 from olh)

OBS-URL: https://build.opensuse.org/request/show/449999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=4
2017-01-15 10:16:53 +00:00
be47574b90 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
Stephan Kulow
ba82a4d228 Accepting request 286231 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/286231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=3
2015-02-16 21:11:59 +00:00
Cristian Rodríguez
666870791c 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
ab7097f988 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
Stephan Kulow
03c66db6e7 Accepting request 241848 from multimedia:libs
There was libsidplay1, then libsidplay2... and then both died.
Now we have libsidplayfp, which has been actively maintained for three years already.

It's used by the latest qmmp.
We have libsidplay1 because GStreamer supports it. So I can't see a reason not
to have libsidplayfp. But they are not source compatible (GStreamer doesn't
even support libsidplay2), so we have to keep libsidplay1 until somebody fixes
GStreamer.

OBS-URL: https://build.opensuse.org/request/show/241848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=1
2014-07-23 20:06:56 +00:00
Ismail Dönmez
141bdfb40b 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