]>
Commit | Line | Data |
---|---|---|
a3f1cbda MG |
1 | Revision history for Perl extension Audio::Opusfile. |
2 | ||
bf1249e2 MG |
3 | 0.005 2016-12-10T19:41+02:00 |
4 | - Export functions for decoding an Opus stream to PCM | |
5 | ||
60230f2b MG |
6 | 0.004 2016-09-25T00:28+03:00 |
7 | - Add Audio::Opusfile::Head module for extracting Opus header information | |
8 | - Export more functions for obtaining information about a stream | |
9 | - Simplify typemap | |
10 | ||
f9bbe896 MG |
11 | 0.003 2016-09-18T00:48+01:00 |
12 | - Add function to parse in-memory buffers | |
13 | - Add function to test if a buffer looks like an Opus stream | |
14 | - Export some other minor functions | |
15 | ||
74630599 MG |
16 | 0.002001 2016-08-06T16:45-04:00 |
17 | - Fix MANIFEST | |
18 | ||
6116de10 MG |
19 | 0.002 2016-08-06T16:43-04:00 |
20 | - Add /usr/local/include/opus to include path (RT #116603) | |
21 | - Add support for parsing METADATA_BLOCK_PICTURE tags | |
22 | - Add (undocumented) support for getting opus header information. | |
23 | ||
a3f1cbda MG |
24 | 0.001 2016-07-30T13:43-04:00 |
25 | - Initial release |