similar to: Pure Java theora implementation - LGPL

Displaying 20 results from an estimated 1000 matches similar to: "Pure Java theora implementation - LGPL"

2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk, * FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft* A review of available tools for the creation, playback and embedding of online video using Free and Open Source Software video codecs and a look at the most pressing areas for development to enhance their adoption by social change video projects on the web.
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk, * FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft* A review of available tools for the creation, playback and embedding of online video using Free and Open Source Software video codecs and a look at the most pressing areas for development to enhance their adoption by social change video projects on the web.
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) -
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2010 Jan 28
1
Using vorbis-java to read an existing file?
> Assuming so, I'm trying to decide if it's likely to be better to port the > missing read parts from C to Java, or start again with something with a > more "Java like" api. Having read rfc 3533, I don't think doing a > read-only ogg layer api using Java conventions should be too hard to > implement.... There is the jogg and jorbis combination (used in
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
2007 Aug 23
2
How to get the duration of a file or track?
I'm starting with the theora player_example.c. I want to be able to determine the duration of the audio/video ahead of time, to be able to display it somewhere. I can't see anything obvious in ogg.h, theora.h, or vorbis.h for this. Can anyone help me with the right place to look to do this? Thanks, Ken Larson FMJ project, fmj.sourceforge.net
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
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 Jan 26
3
Using vorbis-java to read an existing file?
Hi All I was hoping to be able to use the vorbis-java library to read the comments attached to an ogg vorbis audio file. The snag is that I can't see how to work with an existing file, only to create new ones. The encoding example only writes, doesn't read. The javadocs don't appear to tell you what you need to do. I tried to follow the C examples, but the APIs just seem to be
2001 Apr 24
0
low-bitrate streams and pure Java Ogg Vorbis player
Hi there, I have developed pure Java Ogg Vorbis decoder, JOrbis. By the recent improvements on JOribs, its 'simple' player, JOrbisPlayer, will enable you to enjoy low-bitrate/mono streams on the web browser with J2SE 1.3(or later)Plug-in; Java plug-in; I have provided digitally signed JOrbisPlayer at http://www.jcraft.com/jorbis/player/JOrbisPlayer.php # This signed applet is signed
2005 Apr 07
2
Java and ogg/vorbis
I am a bit confused to how Ogg/vorbis works. This is my understand. Vorbis is an audio codec that can be used instead of MP3 and it is open source. If this is true, what is Ogg? I think it is some kind of wrapper that allows you to stream Audio and Video. Am I right? Also I want to encode short videos in Xvid and then encode the audio in vorbis. Then I want to stream this over the Internet
2002 Apr 16
0
JRoar can dish out pure Java Vorbis player.
Hi, I have developed the streaming server JRoar(http://www.jcraft.com/jroar/). In the recent improvement, JRoar can dish out pure Java Vorbis Player and become the applet host. You may know that you can get JOrbisPlayer applet from http://www.jcraft.com/jorbis/player/JOrbisPlayer.php , however that applet is digitally signed. By this hack, you can enjoy the live ogg vorbis stream by the applet
2000 Aug 08
0
pure Java Ogg Vorbis decoder
Hi there, I have develope pure Java Ogg Vorbis decoder and its working version is now available at http://www.jcraft.com/jorbis/ . Of course, it is under LGPL. I think that the ubiquitousness of Vorbis decoder will leverage the popurality of Ogg Vorbis. Current version can decode Ogg Vorbis bitstreams, but its outputs are extremely noisy and more works must be done. I'm very happy if I
2005 Feb 09
4
Question about range select for static file serve in icecast
Hi, i'm trying to use range in a static file served by icecast 2.2 I can't find an example of an http request. Is something like http://my-icecast-server.com:8000/my-static-file.ogg?range=bytes%3D120000- correct? I can't get that working. Maybe I forgot an option on icecast side. I tried to open that file (without range) in winamp 5, but it downloads all the file while playing and
2010 Mar 11
4
Seek issue in cortado player
One of the issues I've consistently run into with the cortado player app is seek behavior, so I was curious to see how cortado handles video encoded with the latest ffmpeg2theora (0.26) and the new -seek-index option, so I tried converting an h.264 video: ffmpeg2theora tronlegacy-tsr1_480p.mov --seek-index This output the following advisory messages: > Allocated 372 bytes for theora
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
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
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