search for: diff__charset_utf

Displaying 4 results from an estimated 4 matches for "diff__charset_utf".

2004 Aug 06
0
various patches to ices2 using dsp
...mediately at startup (no initial signal required). This patch also adds a logging of the metadata actually added to the outgoing stream. Applying patches in the above order should be ok. karl. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: metadata.diff__charset_UTF-8 Type: text/x-patch Size: 1515 bytes Desc: metadata.diff__charset_UTF-8 Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030126/84dc2582/metadata.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: metadata-to-input-sleep.diff__charset_UTF-8 Type:...
2004 Aug 06
2
ices dsp metdata fix
...ity to provide metadata updates from a file whilst using the DSP (live input). Currently it doesn't work reliably. just cd ices (from CVS) patch -p1 < metadata.diff and rebuild. karl. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: metadata.diff__charset_UTF-8 Type: text/x-patch Size: 2373 bytes Desc: metadata.diff__charset_UTF-8 Url : http://lists.xiph.org/pipermail/icecast/attachments/20030124/64cccc23/metadata.bin
2004 Aug 06
3
linux,ices2, make errors
On Thu, 2003-01-23 at 06:00, Michael Smith wrote: > Rakotomandimby Mihamina <mrakotom@wanadoo.fr> said: > > > Hi, i'm trying to complîle and install ices2 on my linux slackawre box : > > After leting make runnins a while , i got these errors ... > > Would tou help me to solve please ? > > I have just grabbed ices from cvs. > > You need libshout from
2003 Mar 18
6
bitstream changes
ok now I see why we need another packet in the header. The first one is basically for ID purposes (theora_decode_header()). I've jammed my huffman trees in there but it sucks because I need them later on when I actually build the huffman tree structs (theora_decode_init, calls InitHuffmanSet()). At that point the original header packet is gone so I've been keeping it around in a buffer.