Displaying 20 results from an estimated 110 matches similar to: "Processing library based on Cortado"
2009 Nov 20
1
Licenses GPL and LGPL
Hello,
I am new to Cortado and I am very interested in playing video in some of my Java applets using the Theora decoder. I would like to write a LGPL library to use the decoders in Processing (see processing.org).
I prefer LGPL over GPL because it allows a wider usage of the library. The core libraries of Processing are released under LGPL as well.
I would like to use com.fluendo.plugin and
2001 Dec 20
1
accented share name ok with smbclient but not with smbmount
Hi,
I'm trying to mount with smbmount a WinNT4.0 share resource from a Linux
running Samba 2.2.2.=20
WinNT box is installed with code page=3D850.
The resource name includes grave accented characters, in particular: =E0.
I'm trying to smbmount with:
$ smbmount '//NThostname/of=E0rs' /mnt/ofors -o
ip=3Dxxx.xxx.xxx.xxx,username=3Dofors,password=3D******,workgroup=3Dwwwwww
where:
2000 Oct 24
1
Perl modules
As promised, I've written vorbis Perl modules (separated into an Ogg
Vorbis module and an ao module). You can get tarballs and .debs at
http://eyeofdog.org/foof/code/vorbis/
Ogg::Vorbis is an object oriented module based around OggVorbis_File.
Ogg::Vorbis::Info is an accessor class to the vorbis_info struct.
Comments are retrieved as a simple hash. Since this is based around
libvorbisfile
2006 Apr 04
0
yet another " I use theora with cortado !!! "
finally I put my video in theora on our website , at 250 kbps , quality is
better than Xvid !
http://www.marseille-wireless.org/spip/article.php3?id_article=60
I still need to make a high definition version ( few Mbits ) and a dialup
modem one ( ogg 20k + theora 40 k )
I just ha this problem that my video has not the right dimansion mith WMP
or mplayer , will have to see why the dimension
2010 Nov 04
0
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
On Thu, Nov 4, 2010 at 11:46 AM, Hans de Goede <hdegoede at redhat.com> wrote:
> Note that I'm not packaging it (advertising the package) as an applet
> for in browser use / for serving over http, but rather packaging
> it as a java media playback framework, because it is used as such by
> several java games which we package. As such it only gets used
> with (and has been
2007 Jan 27
2
ITheora, a skin for Cortado
Hi,
Here is a skin for the famous Java applet, it use PHP to select the file
and other options.
Could you add it as a link on http://theora.org ?
http://menguy.aymeric.free.fr/theora/
All is in french but the php files are very easy to understand.
Best regards
--
ZikZak
2004 Dec 24
0
release of cortado 0.1.0
Hi everyone !
As a special Christmas present, Fluendo is releasing the source code to
the java-based "Cortado" media player. See http://www.flumotion.net/
for more details, or check our demo streams (with applet) at
http://mirror.fluendo.com/
This player has great support for Ogg/Vorbis/Theora, using the Jorbis code
and the Jheora port of Theora to Java written by Wim Taymans.
Keep
2006 May 19
0
ANNOUNCE: release of Cortado 0.2.0
Hi everyone,
after a long wait, Cortado 0.2.0 has finally been released.
This release adds support for seeking in static files, and numerous bug
fixes. Full release notes attached.
Enjoy !
Thomas
-------------- next part --------------
Release notes for Cortado?0.2.0 "Broken Record"
Cortado applet
Features of this release
* Seeking in on-demand files and
2009 Oct 31
0
[Patch] Drop Frames in Cortado
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The attached patch allows frames to be dropped in Cortado:
Why:
Currently, frames cannot truly be dropped in Cortado. If the decoded YUV
arrives too late at the videosink, it will not be converted to RGB, but
every frame must still be decoded. On slow systems, once the queue of
undecoded Theora packets fills up, the video decoder will block the ogg
2010 Jan 30
1
[PATCH] Fix keepAspect property in Cortado
Hi,
this is in response to s.monzio's post on 'xiph.org at lucymac.net',
which I received despite never having heard of this list, so I suspect
it redirects to one of the lists at lists.xiph.org, so I'll assume
you've seen it. If not, I can forward it.
It's pretty simple, and I'm waiting to hear from the original poster
to confirm it fixes the problem. If so, and no
2010 May 31
1
How to broadcast a live stream programme using Cortado ?
Re: How to broadcast a live stream programme using Cortado ?
Hi, anyone know how to broadcast a live stream programme using Cortado?
For example, the DW-tv Europe live TV
http://www.dw-world.de/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20100531/c47eecff/attachment.htm
2012 Oct 18
1
Old Cortado bug reports
Hi,
three years ago Cortado found its new home xiph.org (as per
http://lists.xiph.org/pipermail/theora/2009-October/002976.html ).
However there are still 13 open bug reports in Wikimedia Bugzilla:
https://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&resolution=---&product=Cortado
Would you like me to upstream these tickets to
2006 Jul 04
2
New around - some questions (Cortado, editing Theora)
Hello,
I am maintaining different resources related to Ogg Theora, both as a
user and as a contributor to several local advocacy groups.
I had a couple of questions:
- Who should I ask / talk to about financing improvements to the Cortado
applet (namely: bigger / more visible controls for the seek functions) ?
- Are there any simple Ogg Theora editing tools or applications, similar
to avidemux
2010 Jul 08
1
Cortado patch to optionally zero basetime
This patch adds an applet option to Cortado. The option is off by
default, meaning that the default behavior of Cortado should not change at
all. If the option is activated, Cortado will display all times relative
to the ogg file's basetime (i.e. first granule).
This patch was written in response to a request from Se?or Ellery, who
noted that files ripped from the middle of a stream do not
2009 Oct 23
2
Cortado yuv thread patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The attached patch splits Theora decode and YUV2RGB into separate threads.
These are by far the two most computationally demanding components of
Cortado, so by splitting them we can substantially improve performance on
multiprocessor machines. I have verified that the patch does split these
into two threads, and performance does appear to improve.
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 sourceand the official binary
It should probably not be necessary in my case to compile a custom version of the Cortado applet-the official binary works fine, and may be advantageous over a locally-compiled version (regarding compatibility with 1.1-era JVMs), as was mentioned in a previous message. My interest was to include the corresponding source code when distributing the official binary (i.e. as would be required for
2009 Jul 12
1
A thank you and question about the cortado jar
I'm not sure this belongs on a developer list but I did not see a more
appropriate list.
First question about cortado jar.
I'm developing a php blog application (yes, yet another blog, I have my
reasons) that will allow embedding ogg files via the html 5 media tags
with fall back to cortado.
I'd rather not package the jar file with the app, instead preferring to
point to the jar
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java
applet, primarily used as a player for Ogg Vorbis and Ogg Theora files
on systems which don't have native support. Originally developed by
Fluendo SA and more recently the Wikimedia Foundation, it was hoped
and agreed that moving the 'official' hosting for this open source
project under the Xiph.org Foundation's
2009 Oct 27
2
New release of the Cortado java player
Earlier this year, Xiph.org took over maintenance of the Cortado java
applet, primarily used as a player for Ogg Vorbis and Ogg Theora files
on systems which don't have native support. Originally developed by
Fluendo SA and more recently the Wikimedia Foundation, it was hoped
and agreed that moving the 'official' hosting for this open source
project under the Xiph.org Foundation's
2008 Feb 17
2
Is Cortado dead?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I am really interested in an alternative to the widely used flash
video-players. itheora does a really good job by integrating cortado
in an easy to use framework to allow the user to play the file either
in his own media player or the cortado applet. But the actual version
of Cortado has a really grave bug that makes playing some videos with
java