similar to: OggPlay list?

Displaying 20 results from an estimated 100000 matches similar to: "OggPlay list?"

2003 Jul 28
1
error when compiling oggplay
Hi every body , i try to compile oggplayer but : "./autogen.sh --prefix=/usr " is OK and "make" : oggplay.c: At top level: oggplay.c:377: parse error before "mymngsettimer" oggplay.c:377: parse error before "mng" oggplay.c: In function `mymngsettimer': oggplay.c:379: `stuff' undeclared (first use in this function) oggplay.c:384: parse error before
2008 Apr 06
1
Dropping etheora decoding support for overlapping with oggplay?
Hey, Commenting a SoC application about improvement of Etheora, Conrad Parker said the development should focus first on the encoding features since liboggplay is overlapping with Etheora. I'm transcripting the here so the Etheora's priorities can be better discussed by everyone (and searchable on the web). _____ Conrad, you mean concentrating first on encoding part, or pehaps
2008 Aug 05
0
Announcing first release of liboggplay
OggPlay 0.0.1 Release --------------------- liboggplay is a C library providing a simple programming interface for reading, decoding and playing back Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format. This release is available as a source tarball at:
2008 Apr 23
2
[PATCH] liboggplay - kate support, build fixes, and misc
> I think you forgot to include oggplay-uninstalled.pc.in in the patch :-) Attached, plus the oggplay.pc.in as well, as I added @KATE_CFLAGS@ to both. Also attached is a patch to avoid miscounting the number of active tracks (a bug in my previous patch), and the current patch to the mozilla plugin (still work in progress, the Javascript API will change a little) if anyone feels like
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system. The c, and makefile are as follows, and the error produced. I've also included an ldd of the compiled file. If anyone can be of any help, it would be greatly appreciated! --------------------------C FILE------------------------------- #include <stdio.h> #include <string.h> #include
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
2010 Apr 01
1
Ogg/theora a/v sync issue with liboggplay
Hi, The following url is being played with incorrect a/v sync in Firefox: http://195.10.10.216/flumotion/videodemo/med.ogg?token=c965dab73e5ed982821e01174e87925a4bb3134e4bb9aaec (it is time limited, but should work a few days, I could provide) Tested with 3.6.3pre on Linux (with and without PulseAudio) and Firefox 3.6 on Windows XP. Looking at firefox source code, I found the library that is
2008 Apr 21
4
[PATCH] liboggplay - kate support, build fixes, and misc
Hi, I've added kate support to liboggplay (a prerequisite to getting kate tracks to work with the mozilla plugin, which I've now got working on Linux). In addition to the Kate code: - a new oggplay-uninstalled.pc file - configure.ac checks for C++ compiler - no check for fishsound version - it wanted 0.8.0, but the svn itself was 0.7.1 !? - don't use imlib2 (nor dump-first-frame) if
2008 Aug 05
0
Announcing first release of liboggplay
OggPlay 0.0.1 Release --------------------- liboggplay is a C library providing a simple programming interface for reading, decoding and playing back Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format. This release is available as a source tarball at:
2008 Dec 16
1
liboggplay: RGBA overlay video, rendering with libtiger
> Should these be wrapped in HAVE_KATE? Same with the definition of the > functions on oggplay.c? If I'm not building with Kate support it would > prevent dead code from being around. They could, but would change the API, and the implementation just returns a "not implemented" error currently if HAVE_KATE is undefined, (and a couple checks for validity) so it's not much
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2007 Jul 07
1
Online Monthly Meeting scheduled to 11th July 2007, 06:00 UTC; Confirm/Deny
Howdy, There's quite a lot of big stuff to discuss, so I believe the July meeting should not be skipped. I'm proposing it to the next Wednesday at 0:60 am UTC 0 time, and if possible I would like that as many Xiph members as possible would attend. If you do not agree with either the time or date or both, please suggest another date/time. If it will not be possible for you to attend at
2008 Dec 22
1
Theora video seek and loop implementation
Hi, I want to use theora as video playback solution in game engine, so far i have successfully implemented basic video playback (load a file and play it in game engine). I have based my implementation on example player but i have used new theora functions (the th_ ones). It works ok, but i have a problem with implementation of video seek and loop, i also don't have proper time sync. I
2008 May 02
2
[PATCH] browser_plugin - kate support, build fixes, and misc
where is the latest javascript api documented? it does not look like http://wiki.xiph.org/index.php/OggPlayJavascriptAPI has been updated recently. I had trouble getting oggplay to run at all on my machine ubuntu (7.10) But I would be interested in revisiting the issue... --michael Conrad Parker wrote: > 2008/5/1 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>: >
2010 Apr 12
7
Theora player for Nokia Series 60
I've made a start writing a Theora player for Series 60 phones (mostly Nokia phones, but some Samsung and Sony Ericsson ones too). Download here: http://symbianoggplay.sourceforge.net/OgvPlay/OgvPlay_010.zip I've been using Big Buck Bunny, Elephants Dream and a few other ogv files for testing. I've uploaded 320x180 versions of those here:
2007 Oct 19
2
W3C Video on the Web Workshop
List, The W3C will host a workshop to discuss video on the Web in 12-13 December 2007, San Jose, California. I think it's important that someone from Xiph, or an enthusiastic fan of Theora would participate. There is no participation fee and you do not need to be a W3C member to participate, so if you are in the area why not consider going? You only have to register to participate. All
2007 Jun 07
4
webplayer for .ogg like for .divx
Hi, I wonder whether there is a webvidoeplayer for .ogg theora as it is for divx? http://stage6.divx.com/user/GarageFilms/video/1250263/Argentic-Bullet Anybody a link to a project for such a player? Cya Ben -- Best regards, Ben Schoenle Founder of Kairos Enterprises O? ---------------------------------------------------- Amigos24.net is a service of Kairos Enterprises O? Cybernetica
2007 Jun 07
4
webplayer for .ogg like for .divx
Hi, I wonder whether there is a webvidoeplayer for .ogg theora as it is for divx? http://stage6.divx.com/user/GarageFilms/video/1250263/Argentic-Bullet Anybody a link to a project for such a player? Cya Ben -- Best regards, Ben Schoenle Founder of Kairos Enterprises O? ---------------------------------------------------- Amigos24.net is a service of Kairos Enterprises O? Cybernetica