automatic update OBS-URL: https://build.opensuse.org/request/show/621974 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Audio-Scan?expand=0&rev=10
170 lines
7.3 KiB
Plaintext
170 lines
7.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 11 05:05:29 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.01
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 23 05:03:54 UTC 2018 - coolo@suse.com
|
|
|
|
- updated to 1.00
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 10 14:02:48 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.99
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
0.99 2017-11-24
|
|
- Fixed a bug where an incorrect audio offset was returned when using
|
|
NO_ARTWORK and reading a file with an ID3v2.2 or v2.3 unsynchronization bit
|
|
set. The artwork in this type of file is only available when scanning in
|
|
normal mode (without NO_ARTWORK).
|
|
- Added id3_was_unsynced => 1 to the info section for v2.2/v2.3 files with the
|
|
whole-tag unsync bit set. This type of tag is generally harmful to parser performance,
|
|
so this flag might be useful if you want to find and upgrade this type of tag to v2.4.
|
|
- DSF: WAV_BLOCK_SIZE was being used instead of DSF_BLOCK_SIZE. (Kimmo Taskinen)
|
|
- ID3: Support for reading ID3 tags located >4GB into a file, such as in very large
|
|
DSF files. (Kimmo Taskinen)
|
|
- WavPack: Read correct samplerate and bits_per_sample for DSD files. (Kimmo Taskinen)
|
|
- DSF/DFF: added bitrate to info hash.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 05:05:52 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.98
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
0.98 2017-04-28
|
|
- RT #119101, stop including MYMETA files in the tarball.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 28 05:06:20 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 0.97
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
0.97 2017-04-27
|
|
- WAV: GH #2, fixed an integer overflow error that could result in an incorrect song_length_ms
|
|
for >16-bit files.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 24 06:03:28 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.96
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 06:03:10 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 0.96
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
0.96 2016-11-21
|
|
- Ogg: RT #118888, fixed crash when trying to read Vorbis comments in an
|
|
incorrectly framed file with a bad terminal header page.
|
|
- Removed hints/darwin.pl, don't try to be smarter than Perl about how to build things.
|
|
- Fixed various minor compiler warnings output by the latest clang on macOS.
|
|
|
|
0.95 Unreleased community build
|
|
- Improved DFF parsing for files which end with corrupted chunk. (Adrian Smith)
|
|
- Improved ID3 support for DFF files. (Adrian Smith)
|
|
|
|
0.94 Unreleased community build
|
|
- DSF/DFF: Support dsd file scanning for dsd and dsdiff files. (Kimmo Taskinen)
|
|
- AIFF: Fixed scanning of 24 bit files. (Adrian Smith)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 17:08:26 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.93
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
Note: Bug numbers refer to bugs at http://bugs.slimdevices.com
|
|
|
|
0.93 2011-09-14
|
|
- ASF: Support seeking in a file without an ASF_Index object.
|
|
- Don't use MAX_PATH because this limits path names to only 260 chars on Win32.
|
|
|
|
0.92 2011-09-09
|
|
- Added $info->{jenkins_hash} which is a 32-bit hash value of the
|
|
filename + mtime + file size.
|
|
- MP4: Get correct HE-AAC samplerate values from esds.
|
|
- ADTS AAC: Add support for .adts file extension.
|
|
|
|
0.91 2011-09-06
|
|
- MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile detection as
|
|
$info->{dlna_profile}.
|
|
|
|
0.90 2011-08-03
|
|
- ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
|
|
and WAV where the tag does not live at the front of the file.
|
|
|
|
0.89 2011-08-03
|
|
- APE: Bug 15895, better handling if we have a broken APE tag and run out of
|
|
tag data. (Adrian Smith)
|
|
- WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in the
|
|
Header Extension/Metadata Library block.
|
|
- WMA: Added output warning when trying to seek in a file without ASF_Index.
|
|
- Switched aac.t to Test::Warn instead of manual STDERR redirection.
|
|
|
|
0.88 2011-07-20
|
|
- ADTS AAC: Check first 2-3 frames to avoid false syncs.
|
|
- OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
|
|
- Win32: Display better error messages when unable to read from files.
|
|
- MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 17 17:08:24 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.93
|
|
see /usr/share/doc/packages/perl-Audio-Scan/Changes
|
|
|
|
Note: Bug numbers refer to bugs at http://bugs.slimdevices.com
|
|
|
|
0.93 2011-09-14
|
|
- ASF: Support seeking in a file without an ASF_Index object.
|
|
- Don't use MAX_PATH because this limits path names to only 260 chars on Win32.
|
|
|
|
0.92 2011-09-09
|
|
- Added $info->{jenkins_hash} which is a 32-bit hash value of the
|
|
filename + mtime + file size.
|
|
- MP4: Get correct HE-AAC samplerate values from esds.
|
|
- ADTS AAC: Add support for .adts file extension.
|
|
|
|
0.91 2011-09-06
|
|
- MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile detection as
|
|
$info->{dlna_profile}.
|
|
|
|
0.90 2011-08-03
|
|
- ID3: Bug 17392, fixed APIC offset calculation for non-MP3 files such as AIFF
|
|
and WAV where the tag does not live at the front of the file.
|
|
|
|
0.89 2011-08-03
|
|
- APE: Bug 15895, better handling if we have a broken APE tag and run out of
|
|
tag data. (Adrian Smith)
|
|
- WMA: Bug 17355, fixed WM/Picture offset calculation when artwork is stored in the
|
|
Header Extension/Metadata Library block.
|
|
- WMA: Added output warning when trying to seek in a file without ASF_Index.
|
|
- Switched aac.t to Test::Warn instead of manual STDERR redirection.
|
|
|
|
0.88 2011-07-20
|
|
- ADTS AAC: Check first 2-3 frames to avoid false syncs.
|
|
- OSX: Xcode 4 doesn't include the 10.5 SDK, so check for this before using it.
|
|
- Win32: Display better error messages when unable to read from files.
|
|
- MP3, AAC, MPC: Bug 17173: Cleaned up several places where invalid memory reads could occur.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 23:29:22 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.87:
|
|
* AAC: bug 16874: fixed infinite loop that could occur when reading a
|
|
truncated ADTS stream
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 18 20:41:25 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.86)
|
|
|