Home | History | Annotate | Download | only in FLAC

Lines Matching full:vorbis

1279  * maintain a trailing NUL on each Vorbis comment entry.  This is not counted
1285 * The FLAC__metadata_object_vorbiscomment_*() functions that take a Vorbis
1286 * comment entry/name/value will first validate that it complies with the Vorbis
1586 * Vorbis comment specification, else \c true.
1630 * Vorbis comment specification, else \c true.
1660 * Vorbis comment specification, else \c true.
1685 * Vorbis comment specification, else \c true.
1720 * Vorbis comment specification, else \c true.
1737 /** Creates a Vorbis comment entry from NUL-terminated name and value strings.
1743 * \param entry A pointer to a Vorbis comment entry. The entry's
1754 * not comply with the Vorbis comment specification, else \c true.
1758 /** Splits a Vorbis comment entry into NUL-terminated name and value strings.
1763 * \param entry An existing Vorbis comment entry.
1775 * Vorbis comment specification, else \c true.
1779 /** Check if the given Vorbis comment entry's field name matches the given
1782 * \param entry An existing Vorbis comment entry.
1793 /** Find a Vorbis comment with the given field name.
1812 /** Remove first Vorbis comment matching the given field name.
1825 /** Remove all Vorbis comments matching the given field name.