2015-04-17 19:40:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2016-11-25 07:33:08 +00:00
|
|
|
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)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-04-17 19:40:09 +00:00
|
|
|
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.
|
|
|
|
|
2011-03-21 23:34:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2011-03-18 20:42:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 18 20:41:25 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.86)
|
|
|
|
|