Revisions of ocp

buildservice-autocommit accepted request 1165855 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 14)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1165495 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- Update to version 0.2.109
  Bugfix release
  * Remove a gcc warning when compiling boot/psetting.c
  * validate_xdg_dir_absolute() allocates a byte short when
    building the string buffer in one of the code-paths.
buildservice-autocommit accepted request 1164171 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 12)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1163987 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 11)
- Update to version 0.2.108
  Bugfix release
  * When detecting C++ version, ] and ) was out of order in
    configure.ac. This only became problematic in autoconf 2.72.
  * Playback via Game-Music-Emulator, the global loop module
    setting was not honored.
  * Mono FLAC files would crash, buffer retrieval expected
    (atleast) two channels to be present.
  * EOF detection got false positives in file-cache, FLAC files
    could fail to play
  * Labels should not appear in front of variables, clang can be
    strict on this.
buildservice-autocommit accepted request 1147706 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 10)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1147654 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- Update to version 0.2.107
  libsidplayfp:
  * Make it possible to tune parameters in real-time.
  * Update libsidplayfp to the latest master.
  * Plugin had an extra dirdbUnref() that should not be there.
  adplug:
  * Update adplug to latest master.
  * Scrolling the channel viewer could crash the player due to read
    of out-of-bound memory.
  * The wrapper OPL class OCP uses had some minor problems:
    + In OPL3 mode, if a channel was in 4-OP mode, the second half
      would always muted.
    + In OPL3 mode, if a channel was in 4-OP mode, you could mute
      the second half of the channel (in addition to the problem
      mentioned above).
    + When a channel is going in/out of 4-OP mode, mute was not
      consistent.
  * Refactor and use file-caching.
  * Add compression hint to the fie API, solid files should be
    scanned directly.
  * Differentiate unread (files not scanned) and files were the
    file content turned out to be unknown. Speeds up the file
    browser, especially if there are archives present.
  * ISO/TOC - Audio CDs could be unable to play after being
    looked up in the online discid-database.
  * Update libancient filter to match upto libancient master
    (needs matching support from host operating system for them to
    work).
  * Add support for *.RPG archive file from "Official Hamster
    Republic Role Playing Game Construction Engine", and *.BAM that
buildservice-autocommit accepted request 1102642 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 8)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1102502 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- Update to version 0.2.106
  * [IT] Increase the number of max-samples to match openMPT (it
    can export files with more samples that original tracker and
    Schism supports).
  * [devpdisk] Reported time during playback was random.
  * [adplug] Add support for SudoMakers RetroWave OPL3 Express,
    please configure it in setup:/adplugconfig.dev
  * [adplug] Make channel tracker aware of AM/FM modes so it more
    correctly can display visualization.
  * [adplug] Left/Right OPL3 logic was incorrect in the
    register-tracker.
  * [libancient] Add more fingerprints for compression formats
    that v2.1.0 can decompress.
  * [Linux CDROM] Fix deadlock.
  * [configure] cleanup --bindir --libdir and --datadir, and new
    syntax to override post ocp suffixes:
    ./configure LIBDIROCP=/usr/lib/ocp DATADIROCP=/usr/data/ocp
  * [configure] removed --with-dir-suffix
  * [CDROM *.CUE] REM didn't work as expected.
  * [CDROM *.CUE] files didn't work if containing INDEX 00.
  * [CDROM *.CUE] BINARY keyword should be little endian, but
    there are tools that produce big-endian files without marking
    them correctly. So we need to detect the endian used.
  * [CDROM *.CUE] files didn't include pregaps in the track table.
  * [CDROM *.TOC] files didn't split the logic for pregap and
    offset into the raw file.
  * [musicbrainz] Increase the buffersize, some data retrivals
    failed.
  * [global MIME database] Add adplug fileformats.
  * [global MIME database] Add Game Music Emulator fileformats.
buildservice-autocommit accepted request 1087018 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 6)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1087015 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 5)
- Update to version 0.2.105
  * Avoid crash if attempting to access graphical viewer modes
    when running in curses (text only).
buildservice-autocommit accepted request 1086709 from Takashi Iwai's avatar Takashi Iwai (tiwai) (revision 4)
baserev update by copy to link target
Takashi Iwai's avatar Takashi Iwai (tiwai) accepted request 1086682 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 3)
- Update to version 0.2.104
  * Update libsidplayfp
  * Update adplug
    + Latest version of the upstream version
      - Adds support for *.PIS and *.MTR
    + Reimplemented the OPL2/3 status viewer.
    + Buffer for compositing tracker data for music that supports
      this, was not cleared between pattern loads. Causing visual
      data to be accumulated.
    + OCP now supports multiple of the emulator implementations.
    + Default emulator to use has been changed.
    + Configuration dialog added into setup.
  * Elapsed time is now based on played samples and not counting
    seconds passed.
  * Screen resizing should be more consistent on remembering
    settings.
  * Files that are detected as valid for libancient but fails
    decompression, OCP failed to reset the filehandler
    read-position back to 0.
  * Track viewer had some excessive CPU usage
  * Analyzer viewer has the scale gain range increased, and the
    current gain is visible in the header.
  * Quick help documentation has been updated, with special focus
    on the keyboard shortcuts.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1067571 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 2)
initialized devel package after accepting 1067571
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1067463 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 1)
Initial package for ocp
Displaying all 14 revisions
openSUSE Build Service is sponsored by