Displaying 20 results from an estimated 2000 matches similar to: "chaining serial number"
2003 Mar 19
3
multiple logical streams
Hi,
Why is seekability necessary in case of multiplexed multiple
logical streams? Isn't the differentiation based on serial number
sufficient to continue decoding of pages in the sequence of their
arrival?
Regards,
Patrick.
_______________________________________________________________________
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
2003 Apr 01
1
How to read NT Domain accounts from a Unix box
Hi,
Is there any open way of reading user/group accounts of a NT
Domain from a Unix box? I guess, rpcclient is more like a hack of
MS protocol.
Is it the only way currently? Can anyone give more information on
this?
Thanks in advance.
Ravi
_______________________________________________________________________
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
2007 Mar 13
2
packets and OGG pages
Hello all,
my name is Mathias, I'd like to ask about some details of the OGG format because I'm quite new to it. I'd like to write a native .NET library for reading and writing Vorbis comments. It's going to be open-sourced as soon as it's finished. So here it goes:
1) When packing (Vorbis) packets to OGG pages, does a new packet always begin on a fresh OGG page? Within the
2003 Mar 06
2
help
hi,
i'm implementing journaling support in vfat,
basically i'want to know that how kernel come to
know about unclean unmount at the time of reboot,
if i'm not wrong it must be checking this before
mounting a filesystem.
plz help me in this regard as soon as possible.
cheers
ravi
2005 Nov 08
1
[Theora-dev] & OggYUV
Arc wrote:
>Not the camera, only the application which goes between the camera and
>OggStream. Plus, changing between packed and planar is easy, my reason for
>wanting to avoid packed is there's simply too many different ways to do it.
>
>
My argument is that that application shouldn't have to convert to a
fixed format. It should be able to say here's some YUY2
2002 Jul 14
1
Broken links in ogg HTML documentation
I looked at the HTML files in the ogg/doc directory after Monty fixed
the spelling.
When I view the oggstream.html file in my local cvs tree, the second
bitmap file (vorbisword2.png) shows as broken (not present in cvs).
Furthermore, the vorbis.html file linked to by the white-ogg.png image
(also in framing.html) does not exist.
It appears that the documentation has been broken when it was
2010 Apr 26
2
Indexless interpolation search seeking code
http://www.xiph.org/ogg/doc/oggstream.html says:
"An index is only marginally useful in Ogg for the complexity added; it
adds no new functionality and seldom improves performance noticeably.
Empirical testing shows that indexless interpolation search does not
require many more seeks in practice than using an index would."
I am keen to see seeking code which is almost as fast as
2005 Nov 11
1
wiki & our community
On Fri, Nov 11, 2005 at 05:29:52PM +0800, illiminable wrote:
>
> (quote:"and thus the subject of FourCC labeling in OggStream's native video
> interchange formats is closed.")
>
> ... doesn't sound like community debate to me.
>
> Maybe i missed the meeting where you became god here. If you are going to
> make claims that you somehow are in charge
2005 Nov 10
1
OggPCM proposal feedback
Hi,
> The flexibility of this does, though, encourage stuff like 96bit audio.
> Anyone implementing a codec which uses this, and import/exports it, will
> also write the appropriate conversion OggStream plugin which will allow
> applications which only support, say, 16bit audio, to work with it.
Do you think the noise in your 16bit application will sound different
between a
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them
using mingw32.
In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and
'make install' works smoothly. It create libogg.a, ligogg.dll.a,
libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I
think the gcc compiler will find them easily.
After switching to
2006 Oct 17
2
Help needed!!!!
Hello there,,
My self is MANISH KUMAR <http://astriskmanish.wordpress.com/>, i m a some
wat new user of LINUX , presently i am using UBUNTU 6.06 Dapper Dark.
So some how i need a indian msnger named as REDIFF
BOL<http://messenger.rediff.com/newbol/>, on this ubuntu. i have
searched a lot on GOOGLE,, then i got some idea abt
i can configure it by using WINE.
So can any one tell me what
2002 Mar 20
2
Saved streams
Hi all,
A while back (Feb 11) Stephen Commiskey sent mail to this list with
the subject : "Seeking in a saved stream; or, Why isn't that sucker
valid?". Stephen had some problems with streams he saved from the BBC
that gave him all sorts of weird errors and resulted in his not being
able to seek in his saved streams. I tried the same thing immediately
(never saved an oggstream
2007 Sep 24
1
Mosquito TDD Framework Updated
Mosquito, the TDD framework for Camping has been updated (0.1.3).
We''ve tried to keep it backwards compatible, so your apps should
continue to work. But feel free to submit a bug report at RubyForge if
you have any problems.
Changes:
http://rubyforge.org/frs/shownotes.php?group_id=351&release_id=14845
Download:
http://rubyforge.org/projects/mosquito/
Docs:
2005 Nov 08
0
OggYUV
In the effort of reducing list traffic, I've consolidated two replies into one:
On Tue, Nov 08, 2005 at 08:24:33PM -0800, Ralph Giles wrote:
>
> BTW, there are already a number of general "raw" video formats in
> professional use; it's not just AVI we have as prior art. :)
> I'd like to see some discussion of the merits of adopting one of those
> if we
2008 Sep 24
2
Graph question
If I have a set of data comprising a list of numbers of eggs on mosquito guts that range from 1 to 157. How can I get R to draw a barchart of the distribution of the data (i.e. x axis= number of eggs on a gut, y axis=number of mosquitoes found with that number of eggs)? Data is listed below.
Thanks,
Georgina
Number of eggs on each mosquito gut:
[1] 1 1 1 1 4 2 1 12 12 1 2
2006 Jan 17
1
How to loop a Vobis sound ?
The sound file is played correctly for the first time, then when rewind to the initial position.
then copy PCM to buffer, the OpenAL report an error.
It seems like the OpenAL doesn't recognize the PCM data.
The OpenAL error number :
AL_INVALID_VALUE 0xA003
void Buffer::PCMData (ALuint id, ALenum eFormat, ALvoid *data, ALsizei size, ALsizei freq)
{
// Copy
2006 Dec 07
0
Mosquito gem available
why has mentioned this before, but I wrote a small test framework for Camping and it is now available as a gem.
sudo gem install mosquito
If you''d like to write unit or functional test for your Camping app, check it out:
http://code.whytheluckystiff.net/camping/wiki/MosquitoForBugFreeCamping
http://rubyforge.org/projects/mosquito
Several people have already submitted patches and
2004 Aug 06
2
darkice client for windows
oddcast DSP is what you want, it supports live input (called Advanced Recording) and does support streaming to Peercast...It currently does not support Vorbis metadata for live recording (since metadata for vorbis streaming is inserted into the ogg stream, as opposed to how it's done for mp3 in which the metadata is updated on the server via URL calls)...
anyway, it's the closest thing to
2005 Nov 08
2
OggYUV
On Tue, Nov 08, 2005 at 04:59:33PM -0800, Arc wrote:
> This is also interesting work in that, once we're done, we'll have a standard to
> use for a compressed lossless format.. a FLAC for video, for editing or archival
> purposes, similar to HuffYUV.
Well, we're talking about an uncompressed format. OggMNG is already
"FLAC for video". However, it doesn't do
2007 Jun 27
5
Mosquito Fixtures Won''t Load
I can''t get fixtures to load correctly in a Mosquito test. The first
fixture loads in the unit test, but the rest don''t load at all.
File structure:
tracker/
tracker.rb
test/
test_tracker.rb
fixtures/
tracker_measurements.yml
tracker_projects.yml
Relevant test code:
require ''rubygems''