Lines Matching refs:to
14 The comment field is meant to be used much like someone jotting a
15 quick note on the bottom of a CDR. It should be a little information to
16 remember the disc by and explain it to others; a short, to-the-point
17 text note that need not only be a couple words, but isn't going to be
19 they turn out to be, eg:
22 Honest Bob and the Factory-to-Dealer-Incentives, \textit{``I'm Still
34 number of vectors is bounded to $2^{32}-1$ and the length of each vector
35 is limited to $2^{32}-1$ bytes. The vector length is encoded; the vector
36 contents themselves are not null terminated. In addition to the vector
39 set the vendor string to ``Xiph.Org libVorbis I 20020717''.
42 to the bit packing conventions of the vorbis codec. However, since data
66 The comment vectors are structured similarly to a UNIX environment variable.
79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through
84 this equals sign is used to terminate the field name.
88 field contents to the end of the field.
103 The version field may be used to differentiate multiple
108 The collection name to which this track belongs
124 Use Permitted', a URL to a license such as a Creative Commons license
161 concession to simplicity not an attempt to exclude the majority of
163 however, use the UTF-8 character encoding to allow easy representation
174 There is no vendor-specific prefix to 'nonstandard' field names.
175 Vendors should make some effort to avoid arbitrarily polluting the
177 here to help with standardization.
179 Field names are not required to be unique (occur once) within a
202 to within the second bitstream page. The length of the comment header
208 bitstream mapping which renders least-significant-bit of the word to be
217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.