similar to: RFC: xml-like streams in Ogg.

Displaying 20 results from an estimated 300 matches similar to: "RFC: xml-like streams in Ogg."

2007 May 05
2
OggDisk?
Hi! I've seen many new standards on the Xiph page. Have you thought about creating something like "OggDisk", that would correspond to CD, DVD, BD... disks? I mean data structure (propably on any filesystem) that could be used for audio and video (and perhaps for images too?). Desired features: - Ogg centric - designed to be filesystem/disk type independant (so that you can use
2002 Dec 27
1
ogg_stream_pageout(): Weird Documentation (libogg-1.0).
Hello! Can someone tell me, what the return value of ogg_stream_pageout() _really_ means? Documentation (libogg-1.0 - 20000615) says: ... Return Values 0 means that there is not enough data yet to form a page. 0 means that the page was successfully submitted to the bitstream. ... Thank You very much! Petr Tomasek -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek/ <p>---
2004 Jun 16
3
working non-peeler
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://westfish.xiph.org/pipermail/vorbis/attachments/20040616/9a2bfd8d/attachment.pgp
2002 Aug 03
7
theora MMX decoder
I try to merge VP3's mmx decoder into theora. http://kyoto.cool.ne.jp/vp3/developers/theora-alpha3-MMXd-src.zip You can see the change by searching the keyword "_UsingMMX_" in all lib folder's file. From VP3???YO vp3@go8.enjoy.ne.jp
2006 Mar 15
0
How to setup bitmap fonts?
Hello! I have an application, that needs bitmap fonts. It is strange, than on one of my computers it runs well on wine (0.9.9), but on the other it complains about the fonts(*). If I set WINEDEBUG=warn+font, it says it is ignoring this font. I found the folowing section in wine-0.9.9/dlls/gdi/freetype.c: if(!FT_IS_SFNT(ft_face) && (FT_IS_SCALABLE(ft_face) || !(flags &
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2004 Jul 07
12
vorbis 1.1 rc 1 now tagged in SVN
Hi folks, We're gearing up to the next full release of the Vorbis codec; I've just tagged a release candidate in SVN in order to encourage wider testing toward final 1.1 release. This release includes the following updates: 1) Adoption of AoTuV and other tuning work by Vorbis developers outside of Xiph into the mainline codebase 2) New bitrate management code 3) bugfixes In more
2004 Aug 06
0
[PATCH] Make SSE Run Time option.
On Fri, Jan 16, 2004 at 01:35:34AM -0500, Jean-Marc Valin wrote: > Le jeu 15/01/2004 ? 15:30, Daniel Vogel a écrit : > > Unrelated, but please use SSE/MMX/... intrinsics on Windows instead of using > > inline assembly so you also get the speed benefit on Win64. > > OK, so here's a first start. I've translated to intrinsics the asm I > sent 1-2 days ago. The result
2006 May 08
4
Fedora Core 5 Wine newbie
Hello, I installed wine via 'yum install wine' from my command prompt on a new install of Fedora Core 5 (everything was updated via yum before I attempted this), and everything went well with that. Then, when I tried to install a game that I saw was in gold status on the apps db, it went through a list of fonts and installed them or something, but it wont install the game. The CD is
2009 Aug 05
2
libtheora 1.1beta1 release
All, After months of intensive development, we're finally coming to a stopping point in our rewrite of the libtheora reference implementation. All major features for the 1.1 are in, so it's down to bug fixing now. Please try this first beta and give us feedback. Most notable is that the encoder's rate control is much more configurable, and more capable in each configuration than
2009 Aug 05
2
libtheora 1.1beta1 release
All, After months of intensive development, we're finally coming to a stopping point in our rewrite of the libtheora reference implementation. All major features for the 1.1 are in, so it's down to bug fixing now. Please try this first beta and give us feedback. Most notable is that the encoder's rate control is much more configurable, and more capable in each configuration than
2003 Aug 27
2
New Ogg Vorbis streams
It might be interesting for this list to know that we've never had more positive feedback for anything we've done on the website than the amount of nice feedback we've got since introducing our Ogg streams. Readers of this list might like to know that we've just launched another two stations onto the excellent Ogg Vorbis platform. Again, we'd ask for your help in publicising
2010 Oct 18
3
File size comparisons
Hi all, I just did a brief test with 3 different codec combinations: 1) ffmpeg sorenson/flv, mp3 audio in flv container 2) ffmpeg h264/vorbis audio/matroska 3) ogg/theora/vorbis using encoder_example Here are the results: 10721201 2010-10-16 14:46 origem1.flv 20731108 2010-09-13 23:04 origem1.mkv 33101703 2010-10-03 11:24 origem1.ogv as you can see, flv wins hands down, and it doesn't look
2004 Aug 06
3
[PATCH] Make SSE Run Time option.
Le jeu 15/01/2004 à 15:30, Daniel Vogel a écrit : > Unrelated, but please use SSE/MMX/... intrinsics on Windows instead of using > inline assembly so you also get the speed benefit on Win64. OK, so here's a first start. I've translated to intrinsics the asm I sent 1-2 days ago. The result is about 5% slower than the pure asm approach, so it's not too bad (SSE asm is 2x faster
2009 Mar 04
4
Again: Next libvorbis release?
Hi there, I maintain the libvorbis, libogg and vorbis-tool package for Fink <http://finkproject.org/ >. Recently I had time to wonder about those again. In particular, since I was informed libsndfile self-tests fails with 1.2.0, but not with a version dubbed 1.2.1rc1 somebody sent me. Also trunk seems to contain security fixes. In https://trac.xiph.org/browser/trunk/vorbis/CHANGES
2006 Jul 12
1
-Infinity for Doule type column
Hi list. I''m writing a program that stores a lot of Floats into MySQL database. Simplified version of the program use the following form of class. class Val < ActiveRecord::BASE end And Vals table contains one column: num double One of my data contains -Infinity for num and when I try to Val.new Val.num = <- Here goes -Inifinity Val.save! Then the program crashes:
2005 Aug 12
2
trying to get live_xmms mounted
Hi, there. I am new at list and I would like to introduce myself: I am from Tuxtla Guti?rrez, Chiapas, M?xico, and I am in Spain right now, studying at university, i am majoring in new tecnology in media. Actually i am trying to mount a radio statio with this software, Ice cast, but I don't understand how to make my xmms player get mounted in live_xmms in ice cast. In fact, i only can
2014 Feb 17
1
VMware-tools has 4 options only for resolution!
Hi Guys, It is surprised that VMware-tools gives 4 options only for resolutin after I install VMware-tools for CentOS release 5.10 (Final), a guest OS running with VMware player 6.0.1 build-1379776. The kernal is 2.6.18-371.4.1.el5 x86_64 x86_64. The host system is win7 64bit OS. The hardware is Thinkpad T440S with a FHD display, 1920 X 1080. The following is what I get when I run
2005 Aug 12
1
trying to get live_xmms mounted
thanks for the answer... another question... how can i connect a microsoft pc running winamp or any sound streaming software to Icecast server??? El Viernes, 12 de Agosto de 2005 18:07, ml escribi?: > Jes?s Abidan Ramos Salas wrote: > > Hi, there. I am new at list and I would like to introduce myself: I am > > from Tuxtla Guti?rrez, Chiapas, M?xico, and I am in Spain right now,
2002 Dec 02
0
Invitation to e-attend an NYU e-business seminar!
Dear Dr. Samba: NEW YORK UNIVERSITY's Director of Graduate Programs in Management & Systems at the School of Continuing and Professional Studies, Prof. Anthony R. Davidson PhD EDP, invites you to e-attend the next SYNCHRONOUS VoiceOverIP lecture in the "DISTINGUISHED e-LECTURER ON e-BUSINESS" series. TUTORIAL ON DATAMINING FOR E-BUSINESS by PROF. DR. VELJKO MILUTINOVIC, Fellow