Make WordPress Core


Ignore:
Timestamp:
07/13/2013 12:37:36 AM (12 years ago)
Author:
nacin
Message:

ID3 1.9.7.

props wonderboymusic.
fixes #24737.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ID3/readme.txt

    r24203 r24696  
    44//            or http://www.getid3.org                         //
    55/////////////////////////////////////////////////////////////////
    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
     14GNU 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
     18GNU LGPL: https://gnu.org/licenses/lgpl.html                 (v3)
     19
     20Mozilla MPL: http://www.mozilla.org/MPL/2.0/                 (v2)
     21
     22getID3 Commercial License: http://getid3.org/#gCL (payment required)
     23
     24*****************************************************************
     25*****************************************************************
     26Copies of each of the above licenses are included in the 'licenses'
     27directory 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       +---------------------------------------------+
    2334
    2435
     
    5768
    5869Reads & parses (to varying degrees):
    59  ¤ tags:
     70# tags:
    6071  * APE (v1 and v2)
    6172  * ID3v1 (& ID3v1.1)
     
    6374  * Lyrics3 (v1 & v2)
    6475
    65  ¤ audio-lossy:
     76# audio-lossy:
    6677  * MP3/MP2/MP1
    6778  * MPC / Musepack
     
    7586  * VQF
    7687
    77  ¤ audio-lossless:
     88# audio-lossless:
    7889  * AIFF
    7990  * AU
     
    94105  * WavPack
    95106
    96  ¤ audio-video:
     107# audio-video:
    97108  * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV)
    98109  * AVI (RIFF)
     
    104115  * RealVideo
    105116
    106  ¤ still image:
     117# still image:
    107118  * BMP
    108119  * GIF
     
    113124  * PhotoCD
    114125
    115  ¤ data:
     126# data:
    116127  * ISO-9660 CD-ROM image (directory structure)
    117128  * SZIP (limited support)
     
    299310* Support for RIFF-INFO chunks
    300311  * 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>)
    302313  * http://abcavi.narod.ru/sof/abcavi/infotags.htm
    303314    (thanks Kibi)
     
    314325* Support for ICO
    315326* 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)
    317328* Support for DVD-IFO (region, subtitles, aspect ratio, etc)
    318   (thanks p*quaedackersØplanet*nl)
     329  (thanks p*quaedackers@planet*nl)
    319330* More complete support for SWF - parsing encapsulated MP3 and/or JPEG content
    320     (thanks n8n8Øyahoo*com)
     331    (thanks n8n8@yahoo*com)
    321332* Support for a2b
    322333* 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)
    325336* Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171)
    326337* Support for SMAF (http://smaf-yamaha.com/what/demo.html)
     
    328339* Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
    329340* 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)
    331342* 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)
    333344* ID3v2 genre string creator function
    334345* More complete parsing of JPG
Note: See TracChangeset for help on using the changeset viewer.