<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel">
    <title>gmane.comp.multimedia.ogg.theora.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3224"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3223"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3222"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3221"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3220"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3219"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3218"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3217"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3216"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3215"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3214"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3213"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3212"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3211"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3210"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3209"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3208"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3207"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3206"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3205"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3224">
    <title>Ogg Theora files player for Windows XP</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3224</link>
    <description>&lt;pre&gt;Hello,

Can anyone help me write Ogg Theora files player in Visual C++ 2008?

I built and added to the CLR Empty Project:
- libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/)
- PortAudio_v19_20111121 (http://portaudio.com/archives/pa_stable_v19_20111121.tgz)
- SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip)

What next? First I would like to play the *.ogv file.

I know that in revision 11431 of Theora (http://svn.xiph.org/trunk/theora) there is splayer.c 
(win32\experimental\splayer\), but when I try to compile it Visual C++ shows many errors. 
Besides this in the revision 11431 there aren't all required libraries (for example ogg, vorbis, PortAudio).

Best regards,
Maciej_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Maciej Mączyński</dc:creator>
    <dc:date>2012-05-11T13:07:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3223">
    <title>Ogg Theora files player</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3223</link>
    <description>&lt;pre&gt;Hello,

I'd like to compile splayer.c from revision 11431 in Visual Studio 2008 on Windows XP. Module splayer.c requires PortAudio. I'm trying to build Portaudio for Windows using Microsoft Visual Studio:
http://portaudio.com/docs/v19-doxydocs/compile_windows.html

I did step 1 and part of step 2.

Step 2 says:
"Copy the entire ASIOSDK2 folder into src\hostapi\asio\."

Where is the src\hostapi\asio\ folder? Should I create it? If so, where exactly?

Point 4 says:
"If you have Visual Studio 2005, Visual C++ 2008 Express Edition or Visual Studio 2010, double click the portaudio.sln file located in build\msvc\."

Where are the portaudio.sln file and the build\msvc\ folder? There aren't these elements in the \theora\win32\experimental\splayer\portaudio\ folder and anywhere else on my hard disk.

Best regards,
Maciej_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Maciej Mączyński</dc:creator>
    <dc:date>2012-04-25T08:37:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3222">
    <title>Re: Ogg Theora files player</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3222</link>
    <description>&lt;pre&gt;
Right-click on the theora folder in Explorer and select "Update to 
Revision..."
_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Timothy B. Terriberry</dc:creator>
    <dc:date>2012-04-11T11:53:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3221">
    <title>Re: Ogg Theora files player</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3221</link>
    <description>&lt;pre&gt;
It needs significant work to compile on Windows, because it requires a 
completely different audio output backend. There used to be a variant 
for Windows that used PortAudio, but it was removed 6 years ago because 
it was totally unmaintained. You can still retrieve it via svn up 
-r11431 (then look in win32/experimental/splayer). The changeset 
removing it was https://trac.xiph.org/changeset/11432/trunk/theora/win32
_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Timothy B. Terriberry</dc:creator>
    <dc:date>2012-04-11T07:20:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3220">
    <title>Ogg Theora files player</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3220</link>
    <description>&lt;pre&gt;Hello,

I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP.
I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip).
When I compile player_example.c Visual Studio shows:

fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
fatal error C1083: Cannot open include file: 'sys/soundcard.h': No such file or directory
fatal error C1083: Cannot open include file: 'sys/ioctl.h': No such file or directory

I found out that these files are part of Linux, not Windows. Are there equivalents of these files for Windows?
How can I change player_example.c, so that it compile on Windows?

Best regards,
Maciej Mączyński_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Maciej Mączyński</dc:creator>
    <dc:date>2012-04-11T07:04:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3219">
    <title>Re: theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3219</link>
    <description>&lt;pre&gt;Hi Yves :-D,
I don't know what you are using to cross-compile for ARM, but I have had
good results in the past with the commandline tools (gcc, g++, ln, ar, etc)
from codesourcery:
https://sourcery.mentor.com/sgpp/lite/arm/portal/release858


Cheers,
Salsaman.


http://lives.sourceforge.net
https://www.ohloh.net/accounts/salsaman



On Sat, Oct 15, 2011 at 05:21, ydegoyon&amp;lt; at &amp;gt;gmail.com &amp;lt;ydegoyon&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:

_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>salsaman</dc:creator>
    <dc:date>2011-10-15T11:42:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3218">
    <title>Re: theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3218</link>
    <description>&lt;pre&gt;
i used ndk-build here .. don't think i have to set variables manually

ok thanks, will try that.
&lt;/pre&gt;</description>
    <dc:creator>ydegoyon&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2011-10-15T08:21:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3217">
    <title>Re: theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3217</link>
    <description>&lt;pre&gt;
./configure should work, if you have the appropriate environment 
variables (CC, AS, LD, etc.) set up to point at your Android NDK. 
Personally I've only built them for Android inside Firefox, which uses 
its own build system, and only compiles the decoders (though I've built 
and tested the encoders on more normal ARM Linux systems, where they 
work fine).


Android is a giant PITA, in general, but see 
https://wiki.mozilla.org/Mobile/Fennec/Android for instructions on using 
gdb/gdbserver with it.
&lt;/pre&gt;</description>
    <dc:creator>Timothy B. Terriberry</dc:creator>
    <dc:date>2011-10-15T08:05:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3216">
    <title>Re: theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3216</link>
    <description>&lt;pre&gt;ok, good to know,
do you have a version compiled for Android?
i mean with all Makefile options ?
maybe my Makefile is wrong...
it's not easy to run gdb on the mobile with dalvik,
all i get is SIGSEGV messages
with raw stack pointers... hum,
not very useful.
&lt;/pre&gt;</description>
    <dc:creator>ydegoyon&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2011-10-15T07:48:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3215">
    <title>Re: theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3215</link>
    <description>&lt;pre&gt;
libvorbis requires floating point. I'm not aware of a fixed-point 
encoder for Vorbis, however most Android devices these days support at 
least VFP, if not NEON. That said, all of these libraries work just fine 
on ARM. Please be more specific about the kind of crashes you're observing.
&lt;/pre&gt;</description>
    <dc:creator>Timothy B. Terriberry</dc:creator>
    <dc:date>2011-10-15T06:57:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3214">
    <title>theora streamer for Android anyone?</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3214</link>
    <description>&lt;pre&gt;ola,

i am one of the developers of http://giss.tv,
some people here might know about it.

we use since 5 years some tools
( gstreamer, ffmpeg2theora, pure data, ... )
to make Ogg/Theora/Vorbis
streams related to media-hacktivism
and social movements.

lately, we realized how important it becomes to
have lighter tools in some contexts where you cannot set
a medialab and a decent network,
like in pacific occupation of public spaces
( plaza catalunya, puerta del sol, ... ).

that's why we are trying now to develop
some streaming solutions for mobile phones
and, logically, we try right now to make this work
on Android.

i compiled libogg, libvorbis and libtheora for ARM
and linked it to the Java interface using JNI...
but alas, no luck, it crashes in various places
of the native code, so i guess i need a proper port of the libraries
to Android ( that should work on ARM processors
with fixed point processing no ? ).

i'm writing now this message to know
if anybody have worked on this already
and if they suceeded&lt;/pre&gt;</description>
    <dc:creator>ydegoyon&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2011-10-15T06:47:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3213">
    <title>Re: [theora] OGG Theora streaming</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3213</link>
    <description>&lt;pre&gt;Whilst the problem being described is not related to visonair and that
if the software they are trying to develop, I am the creator behind
the visonair project.  I kinda shelved the project as the entire thing
was an experiment (although it failed! It presaged YouTube!) anyway,
the site is still up at http;//visonair.cravecreate.com and directory
at http;//dir.cravecreate.com this will be switching off in November
when my contract with the hosting company ends.

Of you need any help I may be able to shed some light on this problem

Regards

Rob

On 8/10/11, Benjamin M. Schwartz &amp;lt;bmschwar&amp;lt; at &amp;gt;fas.harvard.edu&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Rob Smith</dc:creator>
    <dc:date>2011-08-10T21:06:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3212">
    <title>Re: [theora] OGG Theora streaming</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3212</link>
    <description>&lt;pre&gt;
Great!


We are the producers of Ogg and Theora, but not of Visionair.  Visionair
is developed by a third party (actually, I don't even know what person or
company is responsible for Visionair).


This sounds like a problem with Visionair.  You should consider contacting
them for assistance.

--Ben

_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>Benjamin M. Schwartz</dc:creator>
    <dc:date>2011-08-10T16:44:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3211">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3211</link>
    <description>&lt;pre&gt;
please file a bug with information on the input used and some example
output.

all files or only for some inputs? please file a bug too.

this is due to avisynth support, does it cause problems,
could you file a bug with more information what the issue is.

thanks,

j
&lt;/pre&gt;</description>
    <dc:creator>j&lt; at &gt;v2v.cc</dc:creator>
    <dc:date>2011-08-04T10:15:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3210">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3210</link>
    <description>&lt;pre&gt;Better defaults, simpler interface, and a single utility to direct
people to, much as we do currently for ffmpeg2theora in general.

gst2ogg is a great idea, for GNU/Linux systems.  The advantage of
ffmpeg2theora is that it's portable across multiple platforms.
&lt;/pre&gt;</description>
    <dc:creator>Basil Mohamed Gohar</dc:creator>
    <dc:date>2011-08-03T17:08:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3209">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3209</link>
    <description>&lt;pre&gt;
what would be the benefit compared to ffmpeg or a custom build of it,
besides possibly better defaults?

Some time ago I also put together gst2ogg, with a command line interface
like ffmpeg2theora but using GStreamer and supporting more codecs.
 bzr branch http://tools.v2v.cc/gst2ogg/

j
&lt;/pre&gt;</description>
    <dc:creator>j&lt; at &gt;v2v.cc</dc:creator>
    <dc:date>2011-08-03T16:48:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3208">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3208</link>
    <description>&lt;pre&gt;On Tue, Aug 2, 2011 at 11:36 PM, Basil Mohamed Gohar
&amp;lt;abu_hurayrah&amp;lt; at &amp;gt;hidayahonline.org&amp;gt; wrote:

Why not write a script that calls ffmpeg2theora or ffmpeg2dirac
depending on what the target format is? This way the individual tools
can all be kept simpler.

Silvia.
&lt;/pre&gt;</description>
    <dc:creator>Silvia Pfeiffer</dc:creator>
    <dc:date>2011-08-02T22:49:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3207">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3207</link>
    <description>&lt;pre&gt;I think the concept of merging ffmpeg2theora &amp;amp; ffmpeg2dirac is a good
one, but I think some of us should get together and work with j^ and
others to work on the possibility of making a (better name than this)
"any2free" encoding utility which will be optimized for outputting in
free formats such as those supported by and promoted by the Xiph
Foundation, including, for example, VP8/WebM.  This would be a great
boon toward open media, I think.

It would not be easy, and while ffmpeg2theora could be leveraged, I
think it's a lot to ask only j^ to do that, it should be an effort of
more people working together.
&lt;/pre&gt;</description>
    <dc:creator>Basil Mohamed Gohar</dc:creator>
    <dc:date>2011-08-02T13:36:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3206">
    <title>Re: [theora] ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3206</link>
    <description>&lt;pre&gt;
in 0.28 get_ffmpeg.sh gets the 0.7 branch of ffmpeg, that only gets
security related fixes.


one issue is that codecs have not the same set of options so even if its
one binary you have to provide other knobs based on the codec.

j
&lt;/pre&gt;</description>
    <dc:creator>j&lt; at &gt;v2v.cc</dc:creator>
    <dc:date>2011-08-02T13:15:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3205">
    <title>ffmpeg2theora 0.28 released</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3205</link>
    <description>&lt;pre&gt;ffmpeg2theora 0.28 - http://v2v.cc/~j/ffmpeg2theora/

Some changes that went into this release:
 - select resize method via commandline
 - fix 5.1 channel ordering
 - update to FFmpeg 0.7 branch
 - additional bug fixes

Source:
 http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2
 svn co https://svn.xiph.org/tags/ffmpeg2theora/ffmpeg2theora-0.28
﻿
Binaries:
 Linux 32bit
     http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.28.linux32.bin
 Linux 64bit
     http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.28.linux64.bin
 Mac OS X
     http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.28.pkg
 Windows
     http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.28.exe
_______________________________________________
theora-dev mailing list
theora-dev&amp;lt; at &amp;gt;xiph.org
http://lists.xiph.org/mailman/listinfo/theora-dev
&lt;/pre&gt;</description>
    <dc:creator>j&lt; at &gt;v2v.cc</dc:creator>
    <dc:date>2011-07-31T16:28:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3204">
    <title>media.xiph.org y4m rearrangement</title>
    <link>http://permalink.gmane.org/gmane.comp.multimedia.ogg.theora.devel/3204</link>
    <description>&lt;pre&gt;All,

Just to let you know, we've flattened the file hierarchy in Tim's
(derf's) collection of y4m-format test clips. Previously, the HD
content was sorted into separate directories. Now it's all in the same
directory as the SD and CIF-resolution files.

If you have a mirror, you can save yourself some bandwidth by manually
moving everything up a level: 'cd y4m; mv *p/* .' before rsyncing
again.

If you don't have a mirror and would like one, the archive is
available over anonymous rsync:

rsync rsync://media.xiph.org/y4m/  # for a file listing
rsync -a --progress rsync://media.xiph.org/y4m/ y4m/ # for a complete copy

If you're using test scripts which assume the old layout, they will
need updating.

 -r

&lt;/pre&gt;</description>
    <dc:creator>Ralph Giles</dc:creator>
    <dc:date>2011-05-26T23:01:14</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.multimedia.ogg.theora.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.multimedia.ogg.theora.devel</link>
  </textinput>
</rdf:RDF>

