Revision history for Audio::Scan
0.09 2009-04-19 18:00:00
- ASF: Disabled index parsing. This data isn't useful and just adds
overhead. Also, it does not compile on Windows.
- Fixed Win32 compile issues.
0.08 2009-04-18 16:35:00
- MP3: Support for find_frame().
- MP3: Added support for RVA/RVAD frame.
0.07 2009-04-17 12:35:00
- Added find_frame_fh( $type => $fh, $offset ) method.
See docs for details.
- Added $info->{lossless} for WMA Lossless.
0.06 2009-04-15 23:15:00
- Added scan_fh( $type => $fh ) method to scan a filehandle.
- Don't build FLAC support with < libFLAC 1.1.3.
- --with-flac-static flag for statically-linking libFLAC.
0.05 2009-04-13 11:20:00
- ASF: Fixed bug with empty script command names.
- ASF: Support Extended Content Encryption.
0.04 2009-04-12 16:10:00
- ASF: Support for Content Encryption, Extended Content
Encryption, Script Command, and Digital Signature objects.
- ASF: Fixed handling of multiple WM/Picture tags.
0.03 2009-04-11 14:30:00
- Fixed big-endian GUID issues with ASF.
- (libid3tag) Updated to latest config.guess.
0.02 2009-04-10 17:15:00
- ASF (WMA/WMV) parsing support.
- Improved directory structure.
- Added build instructions for Win32.
- Skip FLAC tests if FLAC support was not built.
- Don't try and build Universal Binary on PPC Macs.
- Fixed #define MIN for platforms that don't have it.
0.01 2009-04-03 11:00:00
- Initial release.