Revision history for Perl extension Audio::FLAC.
1.7 Fri Jan 5 15:50:46 PST 2007
- XS: RT #15415 - use the block length when storing the application block.
- Add POD & POD Coverage tests.
- Fix META.yml
- Use Module::Install
1.6 Thu Jan 4 19:09:35 PST 2007
- Remove extraneous debugging
1.5 Thu Jan 4 14:44:37 PST 2007
- PP: Large refactor to improve performance. Only parse blocks we encounter.
- PP: Don't parse the SEEKTABLE block as it's really slow and not that useful.
- PP & XS: Parse the PICTURE metadata block from FLAC 1.1.3
- XS: Implement writing vorbis comments.
- Updated tests
1.4 Sat Feb 19 16:24:05 PST 2005
- Fix win32 build problems. stat() == _stat()
- Other minor fixes to stop warnings.
1.3 Wed Feb 16 13:59:40 PST 2005
- Skip ID3 tags in the XS code.
- Add additional tests for ID3 tag skipping.
1.2 Tue Nov 16 14:29:25 PST 2004
- Make PADDING blocks be filled will nulls, not spaces.
- Always write out the fLaC header.
- Add in a hack to make write() work again.
1.1 Fri Oct 1 21:50:33 PDT 2004
- Fixed application ID parsing in XS code.
- Added more tests for application ID.
1.0 Tue Sep 28 23:54:53 PDT 2004
- Implemented an XS binding to the metadata interface in libFLAC,
resulting in a much faster parser.
- Try to use the XS code first, but fall back to Pure Perl.
0.8 Sat Jul 10 15:03:52 PDT 2004
- Add application block parsing from Michael Turner.
0.7 Thu Jan 29 08:44:20 PST 2004
- Added more debug info when we can't get data.
- Fixed some bugs from Jason Holtzapple.
0.6 Mon Jan 26 20:10:26 PST 2004
- Added cuesheet parsing from Michael.
- Continue if there is no vorbis comment, which is valid.
0.5 Mon Dec 15 08:28:12 2003
- Add ID3 skipping code, return hashrefs, writeTag code.
0.01 Tue Nov 25 16:07:46 2003
- original version; created by h2xs 1.23 with options
-A -X -b 5.5.3 -c -n Audio::FLAC --skip-warnings