Changeset 24696 for trunk/wp-includes/ID3/readme.txt
- Timestamp:
- 07/13/2013 12:37:36 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ID3/readme.txt (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ID3/readme.txt
r24203 r24696 4 4 // or http://www.getid3.org // 5 5 ///////////////////////////////////////////////////////////////// 6 // // 7 // changelog.txt - part of getID3() // 8 // See readme.txt for more details // 9 // /// 10 ///////////////////////////////////////////////////////////////// 11 12 This code is released under the GNU GPL: 13 http://www.gnu.org/copyleft/gpl.html 14 15 +---------------------------------------------+ 16 | If you do use this code somewhere, send me | 17 | an email and tell me how/where you used it. | 18 | | 19 | If you want to donate, there is a link on | 20 | http://www.getid3.org for PayPal donations. | 21 +---------------------------------------------+ 22 6 7 ***************************************************************** 8 ***************************************************************** 9 10 getID3() is released under multiple licenses. You may choose 11 from the following licenses, and use getID3 according to the 12 terms of the license most suitable to your project. 13 14 GNU GPL: https://gnu.org/licenses/gpl.html (v3) 15 https://gnu.org/licenses/old-licenses/gpl-2.0.html (v2) 16 https://gnu.org/licenses/old-licenses/gpl-1.0.html (v1) 17 18 GNU LGPL: https://gnu.org/licenses/lgpl.html (v3) 19 20 Mozilla MPL: http://www.mozilla.org/MPL/2.0/ (v2) 21 22 getID3 Commercial License: http://getid3.org/#gCL (payment required) 23 24 ***************************************************************** 25 ***************************************************************** 26 Copies of each of the above licenses are included in the 'licenses' 27 directory of the getID3 distribution. 28 29 30 +---------------------------------------------+ 31 | If you want to donate, there is a link on | 32 | http://www.getid3.org for PayPal donations. | 33 +---------------------------------------------+ 23 34 24 35 … … 57 68 58 69 Reads & parses (to varying degrees): 59 ¤tags:70 # tags: 60 71 * APE (v1 and v2) 61 72 * ID3v1 (& ID3v1.1) … … 63 74 * Lyrics3 (v1 & v2) 64 75 65 ¤audio-lossy:76 # audio-lossy: 66 77 * MP3/MP2/MP1 67 78 * MPC / Musepack … … 75 86 * VQF 76 87 77 ¤audio-lossless:88 # audio-lossless: 78 89 * AIFF 79 90 * AU … … 94 105 * WavPack 95 106 96 ¤audio-video:107 # audio-video: 97 108 * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV) 98 109 * AVI (RIFF) … … 104 115 * RealVideo 105 116 106 ¤still image:117 # still image: 107 118 * BMP 108 119 * GIF … … 113 124 * PhotoCD 114 125 115 ¤data:126 # data: 116 127 * ISO-9660 CD-ROM image (directory structure) 117 128 * SZIP (limited support) … … 299 310 * Support for RIFF-INFO chunks 300 311 * http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html 301 (thanks Nick Humfrey <njh Øsurgeradio*co*uk>)312 (thanks Nick Humfrey <njh@surgeradio*co*uk>) 302 313 * http://abcavi.narod.ru/sof/abcavi/infotags.htm 303 314 (thanks Kibi) … … 314 325 * Support for ICO 315 326 * Support for ANI 316 * Support for EXE (comments, author, etc) (thanks p*quaedackers Øplanet*nl)327 * Support for EXE (comments, author, etc) (thanks p*quaedackers@planet*nl) 317 328 * Support for DVD-IFO (region, subtitles, aspect ratio, etc) 318 (thanks p*quaedackers Øplanet*nl)329 (thanks p*quaedackers@planet*nl) 319 330 * More complete support for SWF - parsing encapsulated MP3 and/or JPEG content 320 (thanks n8n8 Øyahoo*com)331 (thanks n8n8@yahoo*com) 321 332 * Support for a2b 322 333 * Optional scan-through-frames for AVI verification 323 (thanks rockcohen Ømassive-interactive*nl)324 * Support for TTF (thanks info Øbutterflyx*com)334 (thanks rockcohen@massive-interactive*nl) 335 * Support for TTF (thanks info@butterflyx*com) 325 336 * Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171) 326 337 * Support for SMAF (http://smaf-yamaha.com/what/demo.html) … … 328 339 * Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195) 329 340 * Support for 3gpp (http://www.getid3.org/phpBB3/viewtopic.php?t=195) 330 * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2K Øhotmail*com)341 * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2K@hotmail*com) 331 342 * Parse XML data returned in Ogg comments 332 * Parse XML data from Quicktime SMIL metafiles (klausrath Ømac*com)343 * Parse XML data from Quicktime SMIL metafiles (klausrath@mac*com) 333 344 * ID3v2 genre string creator function 334 345 * More complete parsing of JPG
Note: See TracChangeset
for help on using the changeset viewer.