Revisions of mpd

Olaf Hering's avatar Olaf Hering (olh) committed (revision 18)
- Make iso9660 support optional (gh#173)
buildservice-autocommit accepted request 644120 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 17)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 644074 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 16)
- Update to version 0.20.22
  * protocol
    + add tag fallbacks for AlbumArtistSort, ArtistSort
    + fix empty string filter on fallback tags
    + "count group ..." can print an empty group
    + fix broken command "list ... group"
  * storage
    + curl: URL-encode paths
  * decoder
    + fluidsynth: adapt to API change in version 2.0
  * Android
    + now runs as a service
    + add button to start/stop MPD
    + add option to auto-start on boot
  * work around clang bug leading to crash
  * install the SVG icon
  
- Dropped mpd-fluidsynth.patch (no longer necessary)
buildservice-autocommit accepted request 642641 from Olaf Hering's avatar Olaf Hering (olh) (revision 15)
baserev update by copy to link target
Olaf Hering's avatar Olaf Hering (olh) committed (revision 14)
- Update to ver 0.20.21 (2018/08/17)
  * database
    - proxy: add "password" setting
    - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort"
    - simple: allow .mpdignore comments only at start of line
    - proxy: fix "search already in progress" errors
    - proxy: implement "list ... group"
  * decoder
    - dsdiff, dsf: support more MIME types
    - dsdiff, dsf: allow 4 MB ID3 tags
    - opus: support R128_ALBUM_GAIN tag
    - ffmpeg: fix av_register_all() deprecation warning (FFmpeg 4.0)
  * input
    - mms: fix lockup bug and a crash bug
  * output
    - httpd: remove broken DLNA support code
    - pulse: cork stream when paused due to "single" mode
  * playlist
    - cue: support file type declaration "FLAC" (non-standard)
  * player
    - fix spurious "Not seekable" error when switching radio streams
  * protocol
    - fix "modified-since" filter regression
    - validate absolute seek time, reject negative values
  * URI schemes are case insensitive
- deal with API change in fluidsynth with mpd-fluidsynth.patch
- use autosetup
buildservice-autocommit accepted request 580063 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 13)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 579923 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 12)
- Update to version 0.20.18:
  * input
    - curl: allow authentication methods other than "Basic"
  * decoder
    - flac: improve seeking precision
  * fix gapless CUE song transitions
buildservice-autocommit accepted request 575392 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 11)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 575388 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 10)
- Update to version 0.20.17:
  * output
    - alsa: fix crash bug with 8 channels
  * mixer
    - alsa: fix rounding error at volume 0
buildservice-autocommit accepted request 572421 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 572416 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 8)
- Update to version 0.20.16:
  * output
    - pulse: fix crash during auto-detection
  * database
    - simple: fix search within mount points
    - upnp: enable IPv6
  * archive
    - iso9660: libcdio 2.0 compatibility
- Update to version 0.20.15:
  * queue: fix crash after seek failure
  * resampler
    - soxr: clear internal state after manual song change
  * state file
    - make mount point restore errors non-fatal
    - fix crash when restoring mounts with incompatible database
      plugin
- Run spec-cleaner
Olaf Hering's avatar Olaf Hering (olh) committed (revision 7)
typo in CXX
Olaf Hering's avatar Olaf Hering (olh) committed (revision 6)
correct g++ detection
Olaf Hering's avatar Olaf Hering (olh) committed (revision 5)
- Adjust usage of gccN for Leap42 and SLE12
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 561092 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 4)
initialized devel package after accepting 561092
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 561086 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 3)
- Update to version 0.20.14 (2018/01/01)
  * database
  - simple: fix file corruption in the presence of mount points
  * archive
    - bz2: fix deadlock
    - reduce lock contention, fixing lots of xrun problems
  ver 0.20.13 (2017/12/18)
  * mixer
    - alsa: fix rounding errors
  * database
    - simple: don't purge mount points on update/rescan
    - simple: fix "mount" bug caused by bad compiler optimization
    - simple: fix "lsinfo" into mount points
    - upnp: work around libupnp 1.6.24 API breakage
  * queue: fix spuriously misplaced prioritized songs
  * save and restore mountpoints within the state file
  
  ver 0.20.12 (2017/11/25)
  * database
    - upnp: adapt to libupnp 1.8 API changes
  * input
    - cdio_paranoia, ffmpeg, file, smbclient: reduce lock
      contention, fixing lots of xrun problems
    - curl: fix seeking
  * decoder
    - ffmpeg: fix GCC 8 warning
    - vorbis: fix Tremor support
  * player
    - log message when decoder is too slow
  * encoder
    - vorbis: default to quality 3
  * output
    - fix hanging playback with soxr resampler
    - httpd: flush encoder after tag; fixes corrupt Vorbis stream
  
  ver 0.20.11 (2017/10/18)
  * storage
    - curl: support Content-Type application/xml
  * decoder
    - ffmpeg: more reliable song duration
    - gme: fix track numbering
  * improve random song order when switching songs manually
  * fix case insensitive search without libicu
  * fix endless loop when accessing malformed file names in ZIP files
  
  ver 0.20.10 (2017/08/24)
  * decoder
    - ffmpeg: support MusicBrainz ID3v2 tags
  * tags
    - aiff: fix FORM chunk size endianess (is big-endian)
  * fix crash when resuming playback before decoder is ready
Olaf Hering's avatar Olaf Hering (olh) committed (revision 2)
- Remove lame/mad/twolame conditional because it is always present
Displaying revisions 101 - 118 of 118
openSUSE Build Service is sponsored by