51 Commits

Author SHA256 Message Date
de88f82be5 Accepting request 1174176 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1174176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=37
2024-05-16 15:13:01 +00:00
d997ed0bcf Accepting request 1174047 from home:ateixeira:branches:multimedia:libs
- Update to 2.3.3:
  * Fixing compiler warnings, maintenance fixes to make/build files
    for various systems
- Refresh disable-ffast-math.patch

OBS-URL: https://build.opensuse.org/request/show/1174047
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=45
2024-05-15 08:39:04 +00:00
b7c4b321bf Accepting request 1151891 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1151891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=36
2024-02-27 21:45:25 +00:00
7272c5e1e9 Accepting request 1151619 from home:dimstar:rpm4.20:s
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151619
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=43
2024-02-26 17:03:40 +00:00
578f81729b Accepting request 1060466 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1060466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=35
2023-01-24 18:42:25 +00:00
bc868d1367 Accepting request 1060147 from home:dirkmueller:Factory
- update to 2.3.2:
  * autotools improvements

OBS-URL: https://build.opensuse.org/request/show/1060147
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=41
2023-01-23 16:16:23 +00:00
d6aa0436b9 Accepting request 1002934 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1002934
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=34
2022-09-13 13:07:47 +00:00
fba70fbe4f Accepting request 1002494 from home:dirkmueller:Factory
- add disable-ffast-math.patch

OBS-URL: https://build.opensuse.org/request/show/1002494
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=39
2022-09-12 13:17:28 +00:00
c3816e9492 Accepting request 935917 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/935917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=33
2021-12-08 21:08:29 +00:00
2a1128939b Accepting request 935848 from home:dirkmueller:Factory
- update to 2.3.1:
  * Adjusted cmake build settings and header files that cmake installs
  * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by default. The
    original purpose of this setting was to avoid performance penalty due to
    unaligned SIMD memory accesses in old CPUs, but that is not any more issue in
    concurrent CPU SIMD implementations and having this setting enabled can cause
    slight compromise in result quality.
  * soundtouch.clear() to really clear whole processing pipeline state. Earlier
    individual variables were left uncleared, which caused slightly different
    result if the same audio stream were processed again after calling clear().
  * TDstretch to align initial offset position to be in middle of correlation
    search window. This ensures that with zero tempo change the output will be
    same as input.
  * Fix a bug in TDstrectch with too small initial skipFract value that
    occurred with certain processing parameter settings: Replace assert with
    assignment that corrects the situation.
  * Remove OpenMP "_init_threading" workaround from Android build as it's not
    needed with concurrent Android SDKs any more.

OBS-URL: https://build.opensuse.org/request/show/935848
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=38
2021-12-06 08:01:48 +00:00
507246196b Accepting request 866864 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/866864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=32
2021-01-30 12:55:48 +00:00
2dc6be2e7c Accepting request 866412 from home:dirkmueller:branches:multimedia:libs
- update to 2.2.0:
  * Improvements to help compiler autovectorization  
  * Bugfix in integer version of calcCrossCorrAccumulate()
  * Compensate initial buffering of anti-alias filter and intepolator.
  * Tuning for ARM NEON
  * BPMDetect: Make conversion from size_t to int explicit 
  * BPM PeakFinder: Fix possible reading past end of array. 
  * Change correlation loop 'sum' variable type from double to float

OBS-URL: https://build.opensuse.org/request/show/866412
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=36
2021-01-26 14:13:38 +00:00
e6d9eda6b9 Accepting request 723223 from multimedia:libs
- Use dos2unix insted of tr and friends

OBS-URL: https://build.opensuse.org/request/show/723223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=31
2019-08-16 13:31:20 +00:00
Tomáš Chvátal
e85efaf7ad - Use dos2unix insted of tr and friends
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=34
2019-08-14 08:01:55 +00:00
a2baa36848 Accepting request 656049 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/656049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=30
2018-12-10 11:23:21 +00:00
Tomáš Chvátal
99901ee156 Accepting request 656048 from home:mcalabkova:branches:multimedia:libs
- Update to version 2.1.2
  * Bugfixes: Fixed potential buffer overwrite bugs in WavFile routines. 
    Replaced asserts with runtime exceptions. (CVE-2018-17097, bsc#1108632)
  * Automake: unset ACLOCAL in bootstrap script to avoid error in case 
    earlier build script has set it

OBS-URL: https://build.opensuse.org/request/show/656048
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=32
2018-12-07 13:03:59 +00:00
76c83b04bf Accepting request 645211 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/645211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=29
2018-11-08 08:41:20 +00:00
Ismail Dönmez
f6306a2e91 Accepting request 645209 from home:mcalabkova:branches:multimedia:libs
- Update to version 2.1.0
  * Disable anti-alias filter when switch 
    SOUNDTOUCH_PREVENT_CLICK_AT_RATE_CROSSOVER defined
  * Added script for building SoundTouchDll dynamic-link-library for 
    GNU platforms
  * Rewrote Beats-per-Minute analysis algorithm for more reliable 
    BPM detection
  * Added BPM functions to SoundTouchDll API
  * Migrated Visual Studio project files to MSVC 201x format
  * Replaced function parameter value asserts with runtime exceptions
- Fixed bugs:
  * CVE-2018-17098 (bsc#1108632) -- remote denial of service
  * CVE-2018-17097 (bsc#1108631) -- remote denial of service (double free)
  * CVE-2018-17096 (bsc#1108630) -- remote denial of service 
    in BPMDetect.cpp
  * boo#1113134 -- out of date package
- Removed obsolete patch fix-buffer-overflow.patch

OBS-URL: https://build.opensuse.org/request/show/645209
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=30
2018-10-29 10:18:50 +00:00
1c6b5cbb24 Accepting request 633741 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/633741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=28
2018-09-13 10:09:53 +00:00
Ismail Dönmez
2cf9ed2074 Accepting request 633734 from home:mcalabkova:branches:multimedia:libs
- bsc #1103676: CVE-2018-1000223: soundtouch: Heap-based buffer overflow 
  added patch fix-buffer-overflow.patch

OBS-URL: https://build.opensuse.org/request/show/633734
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=28
2018-09-06 13:14:45 +00:00
4079907587 Accepting request 586303 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/586303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=27
2018-03-20 20:51:09 +00:00
Tomáš Chvátal
fa660f602c Accepting request 586277 from home:jengelh:branches:multimedia:libs
- Trim marketing and old statistics (Pentium) from
  description, and ensure neutrality.

OBS-URL: https://build.opensuse.org/request/show/586277
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=26
2018-03-13 09:39:40 +00:00
Tomáš Chvátal
8db128ab4b Accepting request 586073 from home:avindra
- Update to version 2.0.0
  * Added functions to get initial processing latency, duration
    ratio between the original input and processed output tracks,
    and clarified reporting of input/output batch sizes
  * Fixed issue that added brief sequence of silence to beginning
    of output audio
  * Adjusted algorithm parameters to reduce reverberating effect
    at tempo slowdown
  * Bugfix: Fixed a glitch that could cause negative array indexing
    in quick seek algorithm
  * Bugfix: flush() didn't properly flush final samples from the
    pipeline on 2nd time in case that soundtouch object instance
    was recycled and used for processing a second audio stream.
  * Bugfix: Pi value had incorrect 9th/10th decimals
  * Added C# example application that uses SoundTouch dll library
    for processing MP3 files
- includes 1.9.2:
  * Fix in GNU package configuration
- includes 1.9.1:
  * Improved SoundTouch::flush() function so that it returns
    precisely the desired amount of samples for exact output
    duration control
  * Redesigned quickseek algorithm for improved sound quality when
    using the quickseek mode. The new quickseek algorithm can find
    99% as good results as the default full-scan mode, while the
    quickseek algorithm is remarkable less CPU intensive.
  * Added adaptive integer divider scaling for improved sound
    quality when using integer processing algorithm
- includes 1.9:
  * Added support for parallel computation support via OpenMP
    primitives for better performance in multicore systems.
    Benchmarks show that achieved parallel processing speedup
    improvement typically range from +30% (x86 dual-core) to +180%
    (ARM quad-core). The OpenMP optimizations are disabled by
    default, see OpenMP notes above in this readme file how to
    enabled these optimizations.
  * Android: Added support for Android devices featuring X86 and
    MIPS CPUs, in addition to ARM CPUs.
  * Android: More versatile Android example application that
    processes WAV audio files with SoundTouch library
  * Replaced Windows-like 'BOOL' types with native 'bool'
  * Changed documentation token to "dist_doc_DATA" in Makefile.am
  * Miscellaneous small fixes and improvements
- cleanup with spec-cleaner
- other spec fixes:
  * switch to https
  * link directly to man page taken from debian, and refresh it
  * macroify sover, bump from 0 to 1

OBS-URL: https://build.opensuse.org/request/show/586073
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=25
2018-03-13 07:12:29 +00:00
da17c31802 Accepting request 294749 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/294749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=26
2015-04-10 07:46:57 +00:00
c3479992df Accepting request 294604 from home:posophe:branches:multimedia:libs
fix for factory

OBS-URL: https://build.opensuse.org/request/show/294604
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=23
2015-04-07 12:46:04 +00:00
c3b93ac82f Accepting request 293132 from home:posophe:branches:multimedia:libs
update

OBS-URL: https://build.opensuse.org/request/show/293132
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=22
2015-03-28 08:57:54 +00:00
Stephan Kulow
2f7e12b24d Accepting request 157798 from multimedia:libs
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/157798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=23
2013-03-08 08:51:48 +00:00
cfa931bde5 Don't use utar:// URI for Source1 to fix URI check.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=20
2013-01-28 12:19:38 +00:00
ead6602c9d Accepting request 149805 from home:sbrabec:branches:multimedia:libs
- Update to version 1.7.1:
  * Added files for Android compilation 
  * Sound quality improvements
  * Improved flush() to adjust output sound stream duration to
    match better with ideal duration
  * Rewrote x86 cpu feature check to resolve compatibility problems
  * Configure script automatically checks if CPU supports mmx & sse
    compatibility for GNU platform, and the script support now
    "--enable-x86-optimizations" switch to allow disabling
    x86-specific optimizations.
  * Revised #define conditions for 32bit/64bit compatibility
  * gnu autoconf/automake script compatibility fixes
  * Tuned beat-per-minute detection algorithm
- Updated man page from Debian unstable.

OBS-URL: https://build.opensuse.org/request/show/149805
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=19
2013-01-24 15:59:06 +00:00
Stephan Kulow
818704146b replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=20
2011-12-06 18:05:21 +00:00
Stephan Kulow
c608ab85a8 Accepting request 92707 from multimedia:libs
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92637 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=19
2011-11-21 14:50:11 +00:00
Ismail Dönmez
ce3ce8cf72 Accepting request 92637 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/92637
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=17
2011-11-20 08:48:04 +00:00
Sascha Peilicke
3e37572a16 Accepting request 79062 from multimedia:libs
Update to new upstream version 1.6.0. (forwarded request 78489 from NaCl)

OBS-URL: https://build.opensuse.org/request/show/79062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=17
2011-08-17 07:55:35 +00:00
Cristian Rodríguez
dacef113b7 Accepting request 78489 from home:NaCl
Update to new upstream version 1.6.0.

OBS-URL: https://build.opensuse.org/request/show/78489
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=15
2011-08-16 17:20:21 +00:00
Sascha Peilicke
9720263e3b Autobuild autoformatter for 67581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=16
2011-04-18 07:45:03 +00:00
OBS User buildservice-autocommit
c271c8a04d Updating link to change in openSUSE:Factory/soundtouch revision 16.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=38d0ec5a77d17cb190c2732a2267580d
2011-04-18 07:45:03 +00:00
Sascha Peilicke
0d1eed981f Accepting request 67581 from multimedia:libs
Accepted submit request 67581 from user coolo

OBS-URL: https://build.opensuse.org/request/show/67581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=15
2011-04-18 07:44:55 +00:00
9d31a57627 Accepting request 67568 from home:TheBlackCat
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/67568
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=13
2011-04-15 19:13:17 +00:00
6c2473f105 Autobuild autoformatter for 55459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=13
2010-12-10 16:11:52 +00:00
9e0bd60c14 Accepting request 55459 from multimedia:libs
Accepted submit request 55459 from user plater

OBS-URL: https://build.opensuse.org/request/show/55459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=12
2010-12-10 16:11:45 +00:00
f8f5fc3782 Accepting request 55458 from home:plater
OBS-URL: https://build.opensuse.org/request/show/55458
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=11
2010-12-09 19:41:43 +00:00
cdc8094ebb OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=10 2010-12-09 17:26:56 +00:00
d51e4c7e0c OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=9 2010-12-09 17:23:13 +00:00
33d8a0432d Accepting request 55425 from home:rguenther:branches:multimedia:libs
Can you please add BuldRequires: pkg

OBS-URL: https://build.opensuse.org/request/show/55425
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/soundtouch?expand=0&rev=8
2010-12-09 17:09:18 +00:00
OBS User autobuild
be08955a52 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=9 2010-03-18 15:30:08 +00:00
OBS User autobuild
92eacc03ed Accepting request 21694 from multimedia:libs
Copy from multimedia:libs/soundtouch based on submit request 21694 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/21694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=7
2009-10-06 00:23:18 +00:00
OBS User unknown
e6a8245284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=6 2009-05-15 21:30:09 +00:00
OBS User unknown
69361025b2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=5 2009-04-07 12:17:18 +00:00
OBS User unknown
e1d424fa35 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=3 2007-11-22 16:55:33 +00:00
OBS User unknown
d51129e316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/soundtouch?expand=0&rev=2 2007-07-04 21:50:24 +00:00