blob: ac05427338bfb282467e450c2a27a41b85c4e137 [file] [log] [blame]
Josh Coalson950e3ca2005-02-09 03:37:59 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Erik de Castro Lopoe0a0c062014-11-27 08:24:47 +11002<!-- Copyright (c) 2000-2009 Josh Coalson -->
Erik de Castro Lopo6b00dc22016-12-05 18:57:47 +11003<!-- Copyright (c) 2011-2016 Xiph.Org Foundation -->
Josh Coalson5e5fc012002-07-16 16:09:53 +00004<!-- Permission is granted to copy, distribute and/or modify this document -->
5<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
6<!-- or any later version published by the Free Software Foundation; -->
7<!-- with no invariant sections. -->
8<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
Ralph Giles8dda8762019-08-04 17:36:58 -07009<html xmlns="http://www.w3.org/1999/xhtml">
Josh Coalson950e3ca2005-02-09 03:37:59 +000010<head>
11 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
12 <meta name="author" content="Josh Coalson" />
13 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
14 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
15 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
16 <link rel="stylesheet" type="text/css" href="flac.css" />
17 <title>FLAC - id</title>
18</head>
Josh Coalson5e5fc012002-07-16 16:09:53 +000019
Josh Coalson950e3ca2005-02-09 03:37:59 +000020<body>
Josh Coalson5e5fc012002-07-16 16:09:53 +000021
Josh Coalson950e3ca2005-02-09 03:37:59 +000022<div class="logo">
Martijn van Beurden943384d2013-09-17 19:18:28 +020023 <a href="index.html"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
Josh Coalson950e3ca2005-02-09 03:37:59 +000024</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000025
Josh Coalson950e3ca2005-02-09 03:37:59 +000026<div class="above_nav"></div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000027
Josh Coalson950e3ca2005-02-09 03:37:59 +000028<div class="navbar">
29 &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
30 &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000031 &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
Martijn van Beurden943384d2013-09-17 19:18:28 +020032 &nbsp;<a href="developers.html">developers</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000033 &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
Martijn van Beurden943384d2013-09-17 19:18:28 +020034 &nbsp;<a href="http://xiph.org/flac">more</a>
Josh Coalson950e3ca2005-02-09 03:37:59 +000035</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000036
Josh Coalson950e3ca2005-02-09 03:37:59 +000037<div class="below_nav"></div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000038
Josh Coalson950e3ca2005-02-09 03:37:59 +000039<div class="box">
40 <div class="box_title">
41 register
42 </div>
43 <div class="box_header"></div>
44 <div class="box_body">
Martijn van Beurden943384d2013-09-17 19:18:28 +020045 FLAC allows third-party applications to register an ID for use with FLAC <a href="format.html#def_APPLICATION">APPLICATION metadata blocks</a>. <a href="http://lists.xiph.org/mailman/listinfo/flac-dev">Contact the FLAC-dev mailinglist</a> to register an ID or to change an existing ID. Your request should at least contain the application ID, application name and a contact e-mail address. An application URL and specification URL should be mentioned too, if applicable.<br />
Josh Coalson950e3ca2005-02-09 03:37:59 +000046 <br />
Martijn van Beurden943384d2013-09-17 19:18:28 +020047 The ID request should be 8 hexadecimal digits and not conflict with any existing IDs (see the table below for all currently registered IDs). This 32-bit number will be stored big-endian in the block.<br />
48 <br />
49 Information about your application (but not your e-mail address) will show up on this page in the ID directory. You can also provide a URL to your application and a URL reference to the specification of your application's APPLICATION block.<br />
Josh Coalson950e3ca2005-02-09 03:37:59 +000050 </div>
51 <div class="box_footer"></div>
52</div>
53
54<br />
55
56<div class="box">
57 <div class="box_title">
Josh Coalsonf37520b2006-11-20 06:46:07 +000058 <a name="directory">id directory</a>
Josh Coalson950e3ca2005-02-09 03:37:59 +000059 </div>
60 <div class="box_header"></div>
61 <div class="box_body">
62 Here is a list of all registered IDs and their applications:<br />
63 <br />
64 <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEED4"><tr><td>
65 <table width="100%" border="1" bgcolor="#EEEED4">
66 <tr>
67 <td bgcolor="#D3D4C5">
68 <font size="+1"><b>ID</b></font>
69 </td>
70 <td bgcolor="#D3D4C5">
71 <font size="+1"><b>Application</b></font>
72 </td>
73 </tr>
74 <tr>
75 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalsonf37520b2006-11-20 06:46:07 +000076 <tt>41544348 - "ATCH"</tt>
77 </td>
78 <td>
79 <a href="http://firestuff.org/flacfile/">FlacFile</a>
80 </td>
81 </tr>
82 <tr>
83 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +020084 <tt>42534F4C - "BSOL"</tt>
Josh Coalson950e3ca2005-02-09 03:37:59 +000085 </td>
86 <td>
Martijn van Beurden943384d2013-09-17 19:18:28 +020087 beSolo
Josh Coalson950e3ca2005-02-09 03:37:59 +000088 </td>
89 </tr>
90 <tr>
91 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +020092 <tt>42554753 - "BUGS"</tt>
Josh Coalsonf37520b2006-11-20 06:46:07 +000093 </td>
94 <td>
Martijn van Beurden943384d2013-09-17 19:18:28 +020095 <a href="http://www.neowizbugs.com/">Bugs Player</a>
96 </td>
97 </tr>
98 <tr>
99 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
100 <tt>43756573 - "Cues"</tt>
101 </td>
102 <td>
103 <a href="http://www.goldwave.com">GoldWave</a> cue points (<a href="http://www.goldwave.com/developer.php">specification</a>)
Josh Coalsonf37520b2006-11-20 06:46:07 +0000104 </td>
105 </tr>
106 <tr>
107 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
108 <tt>46696361 - "Fica"</tt>
109 </td>
110 <td>
111 <a href="http://www.enfis.it/details.php?id=24">CUE Splitter</a>
112 </td>
113 </tr>
114 <tr>
115 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson950e3ca2005-02-09 03:37:59 +0000116 <tt>46746F6C - "Ftol"</tt>
117 </td>
118 <td>
119 <a href="http://flac-tools.sourceforge.net/">flac-tools</a>
120 </td>
121 </tr>
122 <tr>
123 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +0200124 <tt>4D4F5442 - "MOTB"</tt>
125 </td>
126 <td>
127 <a href="http://www.motb.org/">MOTB MetaCzar</a>
128 </td>
129 </tr>
130 <tr>
131 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalsonf37520b2006-11-20 06:46:07 +0000132 <tt>4D505345 - "MPSE"</tt>
133 </td>
134 <td>
135 <a href="http://www.3delite.hu/MP3SE/index.html">MP3 Stream Editor</a>
136 </td>
137 </tr>
138 <tr>
139 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +0200140 <tt>4D754D4C - "MuML"</tt>
141 </td>
142 <td>
143 MusicML: Music Metadata Language
144 </td>
145 </tr>
146 <tr>
147 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson4f582042007-09-13 15:14:19 +0000148 <tt>52494646 - "RIFF"</tt>
149 </td>
150 <td>
151 Sound Devices RIFF chunk storage
152 </td>
153 </tr>
154 <tr>
155 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson950e3ca2005-02-09 03:37:59 +0000156 <tt>5346464C - "SFFL"</tt>
157 </td>
158 <td>
159 Sound Font FLAC
160 </td>
161 </tr>
162 <tr>
163 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalsonf27128c2007-02-17 01:15:38 +0000164 <tt>534F4E59 - "SONY"</tt>
165 </td>
166 <td>
Josh Coalson952c5222007-05-11 00:44:39 +0000167 <a href="http://www.sonycreativesoftware.com/">Sony Creative Software</a>
Josh Coalsonf27128c2007-02-17 01:15:38 +0000168 </td>
169 </tr>
170 <tr>
171 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalsonf37520b2006-11-20 06:46:07 +0000172 <tt>5351455A - "SQEZ"</tt>
173 </td>
174 <td>
175 flacsqueeze
176 </td>
177 </tr>
178 <tr>
179 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +0200180 <tt>54745776 - "TtWv"</tt>
181 </td>
182 <td>
183 <a href="http://twistedwave.com/">TwistedWave</a>
184 </td>
185 </tr>
186 <tr>
187 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
188 <tt>55495453 - "UITS"</tt>
189 </td>
190 <td>
191 UITS Embedding tools
192 </td>
193 </tr>
194 <tr>
195 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson4f582042007-09-13 15:14:19 +0000196 <tt>61696666 - "aiff"</tt>
197 </td>
198 <td>
199 FLAC AIFF chunk storage
200 </td>
201 </tr>
202 <tr>
203 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Martijn van Beurden943384d2013-09-17 19:18:28 +0200204 <tt>696D6167 - "imag"</tt>
205 </td>
206 <td>
207 <a href="http://www.singingtree.com/software/">flac-image</a> application for storing arbitrary files in APPLICATION metadata blocks
208 </td>
209 </tr>
210 <tr>
211 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson950e3ca2005-02-09 03:37:59 +0000212 <tt>7065656D - "peem"</tt>
213 </td>
214 <td>
215 <a href="http://peem.iconoclast.net/">Parseable Embedded Extensible Metadata</a> (<a href="http://peem.iconoclast.net/1.0/">specification</a>)
216 </td>
217 </tr>
218 <tr>
219 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson28967862007-06-13 04:45:43 +0000220 <tt>71667374 - "qfst"</tt>
221 </td>
222 <td>
223 <a href="http://qflacstudio.sourceforge.net/">QFLAC Studio</a>
224 </td>
225 </tr>
226 <tr>
227 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson4f582042007-09-13 15:14:19 +0000228 <tt>72696666 - "riff"</tt>
229 </td>
230 <td>
231 FLAC RIFF chunk storage
232 </td>
233 </tr>
234 <tr>
235 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalsonf37520b2006-11-20 06:46:07 +0000236 <tt>74756E65 - "tune"</tt>
237 </td>
238 <td>
239 <a href="http://www.tagtuner.com/">TagTuner</a>
240 </td>
241 </tr>
242 <tr>
243 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
244 <tt>78626174 - "xbat"</tt>
245 </td>
246 <td>
247 <a href="http://xbat.org/">XBAT</a>
248 </td>
249 </tr>
250 <tr>
251 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
Josh Coalson950e3ca2005-02-09 03:37:59 +0000252 <tt>786D6364 - "xmcd"</tt>
253 </td>
254 <td>
Martijn van Beurden0ae3e462014-08-01 09:57:38 +0200255 <a href="http://www.amb.org/xmcd/">xmcd</a>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000256 </td>
257 </tr>
258 <!--
259 <tr>
260 <td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
261 deadbeef
262 </td>
263 <td>
264 <a href="x">Application1</a> (<a href="y">specification</a>)
265 </td>
266 </tr>
267 -->
268 </table>
269 </td></tr></table>
270 </div>
271 <div class="box_footer"></div>
272</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +0000273
274
Josh Coalson950e3ca2005-02-09 03:37:59 +0000275<div class="copyright">
Josh Coalsonf37520b2006-11-20 06:46:07 +0000276 <!-- @@@ oh so hacky -->
277 <table>
278 <tr>
279 <td align="left">
Erik de Castro Lopoe0a0c062014-11-27 08:24:47 +1100280 Copyright (c) 2000-2009 Josh Coalson
281 <br/>
Erik de Castro Lopo6b00dc22016-12-05 18:57:47 +1100282 Copyright (c) 2011-2016 Xiph.Org Foundation
Josh Coalsonf37520b2006-11-20 06:46:07 +0000283 </td>
Josh Coalsonf37520b2006-11-20 06:46:07 +0000284 </tr>
285 </table>
Josh Coalson950e3ca2005-02-09 03:37:59 +0000286</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +0000287
Josh Coalson950e3ca2005-02-09 03:37:59 +0000288</body>
289</html>