Blob Blame History Raw
/*   - Neither the name of CSIRO Australia nor the names of its
     contributors may be used to endorse or promote products derived from
     this software without specific prior written permission.
 
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
     PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE ORGANISATION OR 
     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/*   Reference packets for the comment generator, taken from files produced
     by: flac, speexenc, libtheora API and vorbiscomment. Comments are:
     ARTIST=Trout Junkies
     ARTIST=DJ Fugu
*/

char *vendor_flac = "reference libFLAC 1.1.2 20050205";

unsigned char comment_packet_flac[86] = {0x04,0x00,0x00,0x52,0x20,0x00,0x00,0x00,0x72,0x65,0x66,0x65,0x72,0x65,0x6e,0x63,0x65,0x20,0x6c,0x69,0x62,0x46,0x4c,0x41,0x43,0x20,0x31,0x2e,0x31,0x2e,0x32,0x20,0x32,0x30,0x30,0x35,0x30,0x32,0x30,0x35,0x02,0x00,0x00,0x00,0x14,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x54,0x72,0x6f,0x75,0x74,0x20,0x4a,0x75,0x6e,0x6b,0x69,0x65,0x73,0x0e,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x44,0x4a,0x20,0x46,0x75,0x67,0x75};

char *vendor_speex = "Encoded with Speex 1.2beta1";

unsigned char comment_packet_speex[77] = {0x1b,0x00,0x00,0x00,0x45,0x6e,0x63,0x6f,0x64,0x65,0x64,0x20,0x77,0x69,0x74,0x68,0x20,0x53,0x70,0x65,0x65,0x78,0x20,0x31,0x2e,0x32,0x62,0x65,0x74,0x61,0x31,0x02,0x00,0x00,0x00,0x14,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x54,0x72,0x6f,0x75,0x74,0x20,0x4a,0x75,0x6e,0x6b,0x69,0x65,0x73,0x0e,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x44,0x4a,0x20,0x46,0x75,0x67,0x75};

char *vendor_theora = "Xiph.Org libTheora I 20060526 3 2 0";

unsigned char comment_packet_theora[92] = {0x81,0x74,0x68,0x65,0x6f,0x72,0x61,0x23,0x00,0x00,0x00,0x58,0x69,0x70,0x68,0x2e,0x4f,0x72,0x67,0x20,0x6c,0x69,0x62,0x54,0x68,0x65,0x6f,0x72,0x61,0x20,0x49,0x20,0x32,0x30,0x30,0x36,0x30,0x35,0x32,0x36,0x20,0x33,0x20,0x32,0x20,0x30,0x02,0x00,0x00,0x00,0x14,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x54,0x72,0x6f,0x75,0x74,0x20,0x4a,0x75,0x6e,0x6b,0x69,0x65,0x73,0x0e,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x44,0x4a,0x20,0x46,0x75,0x67,0x75};

char *vendor_vorbis = "Xiph.Org libVorbis I 20050304";

unsigned char comment_packet_vorbis[87] = {0x03,0x76,0x6f,0x72,0x62,0x69,0x73,0x1d,0x00,0x00,0x00,0x58,0x69,0x70,0x68,0x2e,0x4f,0x72,0x67,0x20,0x6c,0x69,0x62,0x56,0x6f,0x72,0x62,0x69,0x73,0x20,0x49,0x20,0x32,0x30,0x30,0x35,0x30,0x33,0x30,0x34,0x02,0x00,0x00,0x00,0x14,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x54,0x72,0x6f,0x75,0x74,0x20,0x4a,0x75,0x6e,0x6b,0x69,0x65,0x73,0x0e,0x00,0x00,0x00,0x41,0x52,0x54,0x49,0x53,0x54,0x3d,0x44,0x4a,0x20,0x46,0x75,0x67,0x75,0x01};