Make WordPress Core


Ignore:
Timestamp:
09/11/2014 07:06:33 PM (10 years ago)
Author:
wonderboymusic
Message:

Update getID3 library to 1.9.8.

Changes:
https://github.com/JamesHeinrich/getID3/compare/1.9.7...v1.9.8

Fixes #29627.

File:
1 edited

Legend:

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

    r24696 r29734  
    33//  available at http://getid3.sourceforge.net                 //
    44//            or http://www.getid3.org                         //
     5//          also https://github.com/JamesHeinrich/getID3       //
    56/////////////////////////////////////////////////////////////////
    67
     
    6869
    6970Reads & parses (to varying degrees):
    70 # tags:
     71 ¤ tags:
    7172  * APE (v1 and v2)
    7273  * ID3v1 (& ID3v1.1)
     
    7475  * Lyrics3 (v1 & v2)
    7576
    76 # audio-lossy:
     77 ¤ audio-lossy:
    7778  * MP3/MP2/MP1
    7879  * MPC / Musepack
     
    8687  * VQF
    8788
    88 # audio-lossless:
     89 ¤ audio-lossless:
    8990  * AIFF
    9091  * AU
     
    105106  * WavPack
    106107
    107 # audio-video:
     108 ¤ audio-video:
    108109  * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV)
    109110  * AVI (RIFF)
     
    115116  * RealVideo
    116117
    117 # still image:
     118 ¤ still image:
    118119  * BMP
    119120  * GIF
     
    124125  * PhotoCD
    125126
    126 # data:
     127 ¤ data:
    127128  * ISO-9660 CD-ROM image (directory structure)
    128129  * SZIP (limited support)
     
    310311* Support for RIFF-INFO chunks
    311312  * http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html
    312     (thanks Nick Humfrey <njh@surgeradio*co*uk>)
     313    (thanks Nick Humfrey <njhØsurgeradio*co*uk>)
    313314  * http://abcavi.narod.ru/sof/abcavi/infotags.htm
    314315    (thanks Kibi)
     
    325326* Support for ICO
    326327* Support for ANI
    327 * Support for EXE (comments, author, etc) (thanks p*quaedackers@planet*nl)
     328* Support for EXE (comments, author, etc) (thanks p*quaedackersØplanet*nl)
    328329* Support for DVD-IFO (region, subtitles, aspect ratio, etc)
    329   (thanks p*quaedackers@planet*nl)
     330  (thanks p*quaedackersØplanet*nl)
    330331* More complete support for SWF - parsing encapsulated MP3 and/or JPEG content
    331     (thanks n8n8@yahoo*com)
     332    (thanks n8n8Øyahoo*com)
    332333* Support for a2b
    333334* Optional scan-through-frames for AVI verification
    334   (thanks rockcohen@massive-interactive*nl)
    335 * Support for TTF (thanks info@butterflyx*com)
     335  (thanks rockcohenØmassive-interactive*nl)
     336* Support for TTF (thanks infoØbutterflyx*com)
    336337* Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171)
    337338* Support for SMAF (http://smaf-yamaha.com/what/demo.html)
     
    339340* Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
    340341* Support for 3gpp (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
    341 * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2K@hotmail*com)
     342* Support for ID4 (http://www.wackysoft.cjb.net grizlyY2KØhotmail*com)
    342343* Parse XML data returned in Ogg comments
    343 * Parse XML data from Quicktime SMIL metafiles (klausrath@mac*com)
     344* Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com)
    344345* ID3v2 genre string creator function
    345346* More complete parsing of JPG
     
    425426    to show that playtime is incorrect. Other data should be mostly
    426427    correct, assuming that data is constant throughout the file)
    427 
     428* PHP <= v5 on Windows cannot read UTF-8 filenames
    428429
    429430
Note: See TracChangeset for help on using the changeset viewer.