Displaying 20 results from an estimated 700 matches similar to: "test stream update"
2000 Jun 18
2
xml stream formats
Speaking of Metadata, how's work going on the definition?
Looking back at the list archives, there seems to be a semi-plan to use
Robert Kay's DTD from http://www.cdindex.org/dtd/TrackInfo.dtd, but I'm
conserned that it's too specialized for video and we'll end up having a
special case for audio-only files.
There are a couple of general issues here. Micheal Smith suggested on
2000 Aug 07
1
full circle on the text stream format
I've come full circle on the Ogg text stream format, back to arbitrary
associated xml streams. What's changed? Mostly rolling the requirements
around in my head, and weighting them differently.
I think we've dealt with the complexity issue; this functionality can be
optional for "dumb" audio players, and possibly also for dumb video
players, though there it's a smaller
2009 Oct 15
1
R RSS feed
I was trying to subscribe to an RSS feed from
<http://developer.r-project.org/RSSfeeds.html> but IE chokes on DTDs and
Firefox also has trouble with this feed. (I'm not sure if it has trouble
with DTDs in general.)
I went to one of our web developers to see what I should use to read the
feed, and he pointed out that the mix of RSS 2.00 and rss-0.91 looks
like a mistake:
<!--
2003 Aug 09
2
First steps towards a simple text stream format.
Hello everyone!
This list may not be entirely appropriate discussion, but in the lack of
ogg@xiph.org or ogg-dev@xiph.org this will have to do.
I've been thinking for a few weeks that Ogg needs a simple text stream
(read subtitle) format to go along with theora. This is important,
because otherwise I can't transcode fellowship of the rings while
keeping the elvish-speek, unless I render
2000 Aug 02
4
RDF Metadata Specification
I've put together the first attempt to defining an RDF metadata
vocabulary for use with the CD Index/MusicBrainz/OggVorbis. If you care
about metadata issues, please take a look at:
http://www.cdindex.org/MM
I've included a section for video specific stuff, but everything that I
originally had in there is being covered by the MM:Contributors section.
The Contributors stuff will allow
2017 Jun 15
0
Apple Mac slave
On Jun 14, 2017, at 1:54 PM, Robbie van der Walle <rvanderwalle at gmail.com> wrote:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd <http://www.apple.com/DTDs/PropertyList-1.0.dtd>">
> <plist
2001 Feb 28
2
how much room for comments?
Hi!
While writing a bug report to the Sonique authors, I also thought it
might be useful to ask for a better handling of the OGG Vorbis comment
tags. This lead me to the question on what could be included in the
comments at all, since custom tags are allowed.
The idea was, for example, to write whole song lyrics into the .OGG or
maybe even a small story about how the weather was when the song
2011 Jul 17
6
Buildung Wine on OS X
Hi folks out there,
I'm new to this project but very keen on more information. The reason I want to have Wine, is because I want to get "Klingon Academy" on OS X. On every Windows Revision above Win 98 the game fails, so I thought: "Why not do it the other way around and try Wine?"
So, here I am. And after the first look into the Wiki page, I was VERY confused on how I
2017 Jun 15
2
Apple Mac slave
> sudo launchctl list|fgrep -v com.app
returns for me(10.12.5):
PID Status Label
- 78 org.networkupstools.upsmon
system log:
Jun 15 16:27:07 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
Jun 15 16:27:17 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon[4259]): Service could not initialize: 16F73:
2010 Oct 26
2
What would it take?
Back in 2000 I went on a mission to get rid of windows completely from the house. I succeeded in 2007... however, the company I worked for is using the Apple iPhone for their phones... so now I'm right back in the mess with windows.
I was just curious what would it take to get the following working flawlessly in wine. (besides a miracle.)
1. iTunes (with USB support for updating the
2001 Aug 23
1
2G Maximum file size?
I have just tried to rsync a file of 2147500032 bytes (2.0000152587Gb) and
got the following error:
rsync -Wvaz /db/edwp/temp/edwp_temp_09.dbf klingon::Dest/db/edwp/temp/
building file list ... link_stat /db/edwp/temp/edwp_temp_09.dbf : Value
too large for defined data type
done
wrote 81 bytes read 40 bytes 80.67 bytes/sec
total size is 0 speedup is 0.00
Source and
2006 Jun 08
2
Including iTunes data into ruby output of RSS2.0...?
Hey all,
I''d like to include the iTunes XML data into my RSS feed, generated with
the code below:
xml.rss ''version'' => ''2.0'', ''xmlns:itunes'' =>
''http://www.itunes.com/dtds/podcast-1.0.dtd'' do
xml.channel do
xml.title ''Title here''
xml.author ''Everyone''
2006 Jun 18
2
Problem with Patrician II
Hi.
I installed wine 0.9.15 on an LFS 6.1.1 SVN, it works just fine, I can
have Starcraft and Caesar 3 working, and also Europa Universalis.
I have some troubles with Patrician II : the install process gaoes well,
but when I try to start the Game, I receive :
nico@detritus:~/.wine/drive_c/Program Files/PATRICIAN II$ wine Patrician\ 2.exe
err:module:import_dll Loading library ntoskrnl.exe
2014 Mar 19
2
[LLVMdev] Type inference on registers with can contain multiple types
My architecture has an FPU, but uses integer registers to store
floating-point values. So each register can store either an int or an
IEEE float. I define a register class like this:
def GR32 : RegisterClass<"MyArch", [i32, f32], 32,
(sequence "R%u", 0, 32)>;
So far so good. However, when I write a rule to store a register:
def STORE32r : S32<
(outs), (ins
2009 Sep 01
2
Flac and lyrics
Both MPEG-4 File Format (mp4) and Matroska (mkv) have an interesting
format for lyrics and subtitles. Since these container formats can
contain multiple contain streams, lyrics or subtitles are just another
"stream" interleaved with the rest of the data. They are synchronized by
having timestamps like any other stream. The payload is just text data.
If you don't care about
2014 May 28
2
[LLVMdev] Partially complete LLVM backend for the VideoCore 4
Hello,
For a while I've been working on an LLVM backend for Broadcom's
VideoCore 4, the GPU made famous by the Raspberry Pi. This isn't the
QPU, for which Broadcom released docs a little while ago; it's the main
processor, which is a VC4 core.
It's a rather elegant thing with two cores, 32 registers, a built-in DSP
and an extremely nice instruction set; reverse engineered
2002 Apr 08
0
Lyrics
Hi all,
Is there an effort underway to support lyrics (or, more generic,
subtitles) in Ogg streams ? I'd say the best place for such textual
data would be in it's own stream (Ogg/Tolkien for all I care ;) with
time-indices for when a certain word is said by who. This allows for
karaoke style lyrics and for simple full text lyrics dumps. It could
also be used for subtitling/closed
2007 Dec 22
0
[LLVMdev] Automatic assembler generation?
Quoting Richard Pennington <rich at pennware.com>:
> I've just started looking into code generation and have a newbie
> question: Is there enough information in the .td files to make a tool to
> automatically generate an assembler from them? Is a project like that
> in the works?
>
> -Rich
Hi
your question is reasonable, but it is probably out of scope for LLVM.
2019 Sep 26
0
Missing packages in centos8 mirrors or do I miss something?
On Thu, 26 Sep 2019 at 05:24, LAHAYE Olivier <olivier.lahaye at cea.fr> wrote:
>
> Hi,
>
> I need to port OSCAR Cluster and SystemImager softwares to centos8, but I miss a lot of package that seems to be built for centos-8.
> For example, I cant find docbook-utils and docbook-utls-pdf while I see them here: https://koji.mbox.centos.org/koji/buildinfo?buildID=651
>
So what
2009 Jun 08
0
libogg++ release 1.1.0
On Sat, Jun 6, 2009 at 6:23 AM, ter<et at ihear.com> wrote:
> (Sorry, Sylvia, about the duplicate, hit the wrong reply button.)
> On Fri, 2009-06-05 at 08:07 +1000, Silvia Pfeiffer wrote:
>> Hi Elaine,
>>
>> I flipped through some of the code but wasn't really about to
>> determine this: Do you also support Skeleton in libogg++ ?
> Hi, Silvia. I studied