similar to: Status of vorbis-tahseen branch -- OggSkeleton support in vorbisfile

Displaying 20 results from an estimated 1000 matches similar to: "Status of vorbis-tahseen branch -- OggSkeleton support in vorbisfile"

2006 Jun 06
1
patch to support oggskeleton in libvorbis.
I have made a patch to support libvorbis to allow parsing a vorbis bitstream in an ogg bitstream containing additional bitstreams. The patch is attached in the given ticket http://trac.xiph.org/ticket/925#preview from my experiment it successfully decodes a normal vorbis file and a vorbis+skeleton+cmml file. thanks in advance for reviewing it. -------------- next part -------------- An HTML
2006 Nov 16
1
Appending at the end of the file
Ian Malone wrote: > On 23/10/06, Conrad Parker <conrad@metadecks.org> wrote: >> On Sun, Oct 22, 2006 at 07:15:56AM -0700, Ralph Giles wrote: >> > On Sun, Oct 22, 2006 at 02:49:07AM +0200, A.David David wrote: >> > >> > > Hi all, I am trying to append some image to my ogg file >> > > but it results to corruption of the file, as there is no
2006 Oct 22
3
Appending at the end of the file
On Sun, Oct 22, 2006 at 07:15:56AM -0700, Ralph Giles wrote: > On Sun, Oct 22, 2006 at 02:49:07AM +0200, A.David David wrote: > > > Hi all, I am trying to append some image to my ogg file > > but it results to corruption of the file, as there is no real way of > > including images > > in the OGG, I just tried to append the image at the end. > > Yes, that will
2006 Oct 23
0
Appending at the end of the file
On 23/10/06, Conrad Parker <conrad@metadecks.org> wrote: > On Sun, Oct 22, 2006 at 07:15:56AM -0700, Ralph Giles wrote: > > On Sun, Oct 22, 2006 at 02:49:07AM +0200, A.David David wrote: > > > > > Hi all, I am trying to append some image to my ogg file > > > but it results to corruption of the file, as there is no real way of > > > including images
2006 Aug 10
0
Re: oggzinfo patch for additional skeleton data output.
[cc'd to ogg-dev] Hi Tahseen, thanks, I've checked and applied this patch to liboggz svn (rev 2378): http://trac.annodex.net/changeset/2378 Two requests for further patches: 1. could you please document the -k switch in the --help output, and in the man page (doc/oggzinfo.1.sgml) 2. there's some extra newlines between the info for each track, could you try cleaning that
2008 Feb 03
0
Re: How do I seek to the beginning of an ogg stream? (Vince Tagle)
On 2/2/08, ogg-dev-request@xiph.org <ogg-dev-request@xiph.org> wrote: > > Send ogg-dev mailing list submissions to > ogg-dev@xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/ogg-dev > or, via email, send a message with subject or body 'help' to > ogg-dev-request@xiph.org >
2008 Feb 01
0
Fwd: [ogg-dev] [PATCH] skeleton.c
Jean-Marc, you might like to simply copy the skeleton.c from liboggz, as described below. cheers, Conrad. ---------- Forwarded message ---------- From: Conrad Parker <conrad@metadecks.org> Date: 2 Feb 2008 16:41 Subject: Re: [ogg-dev] [PATCH] skeleton.c To: Ivo Emanuel Gon?alves <justivo@gmail.com> Cc: "ogg.k.ogg.k@googlemail.com" <ogg.k.ogg.k@googlemail.com>,
2008 Feb 01
0
[PATCH] skeleton.c
On 02/02/2008, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote: > I'm patching oggenc with this fix. If Conrad reports success in his > test, I'll go ahead and patch all other implementations I can find. I've merged this patch and fixed the other problems that were reported in the liboggz source tree: http://svn.annodex.net/liboggz/trunk/src/tools/skeleton.c It includes
2009 Sep 23
1
(Universal) Ambisonic implementation
Brian Willoughby <brianw at sounds.wa.com> > Isn't there a standard option to place FLAC data within an Ogg > container? I don't use it myself, but I understand that it is quite > popular. Would it be possible to interleave multiple FLAC blocks > this way? In other words, can Ogg suffice as the second level of > grouping that you refer to? Etienne was asking for
2003 Sep 22
1
vorbisfile for Mac Classic
Hi, this is my first post, I hope it's the right mailing list (or should it be vorbis@xiph.org?) I just downloaded "SDK for MacOS9" and tried to compile the "vorbisfile_example.c" sample with CodeWarrior for Mac 8 on a Mac OS 9.2 machine. I included the libOgg and libVorbis libraries in my project, but the linker cannot file ov_clear(), ov_read(), ov_pcm_total(),
2000 Dec 24
2
Using vorbisfile with an in-memory file instead of FILE*
Hi, How can I use vorbisfile when I've already read the data into memory of an OGG file? Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xcc.tiberian.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2001 Aug 30
1
Problems with vorbisfile and files smaller than CHUNKSIZE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm writing a simple application to decompress a set of Ogg files to raw PCM format, using vorbisfile, because that is the simplest way of doing it. These Ogg files are sounds for a game, and thus sometimes very short (about .25 s). However, vorbisfile has severe problems with Ogg files that are smaller than the CHUNKSIZE which is #defined
2000 Apr 20
3
Thoughts on vorbisfile
Hi all, While reading through various bits of libvorbis and vorbisfile, and then thinking about how to implement other features in the xmms and winamp plugins, I had some thoughts... Vorbisfile is very useful, and very easy to use. It is, however, tied to stdio - which means you can't use it for lots of other stuff where it'd be useful - like streaming, or (under win32) avoiding stdio
2003 Dec 11
1
Another vorbisfile question
Is there a straight forward method for seeking straight to a particular logical stream using vorbisfile? I'm guessing I'll have to look the offset for a given link up in vf->offsets, and use that in ov_raw_seek? Thanks, John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2003 Mar 06
0
Vorbisfile changes/additions
Hi folks, I've finished a round of extension and optimization of Vorbisfile. I'm working on docs to the committed changes right now. I'd appreciate testing of new functionality and verifying old functionality isn't broken. Summary of changes: General seeking cleanup; a number of boundary cases dealing with short files and chained files got fixed in the process. The bugs should
2005 Jun 08
1
c# source to interop call vorbisfile.dll
Hi, Can anyone tell me where I can get sample C# code to call the native (win32) dll vorbisfile.dll to decode a vorbis Stream? I want the native performance of this methodology, however Ive tried porting the invocation code to C# and keep getting null reference errors when Calling ov_open_callback. Thanks - Adam -------------- next part -------------- An HTML attachment was
2004 Jun 06
2
vorbisfile timestamp oddity
I'm seeing some inconsistency in returned timestamps using vorbisfile. I open a file, read some data (grabbing timestamps with ov_pcm_tell), then seek back with ov_pcm_seek(vf, 0) and read it again. The seek lands back on 0, but on the second read through, there's a gap in the timestamps: they jumps up by 2112 frames. This causes my vorbisfile code to insert silence to maintain sync (as
2004 May 18
1
Can vorbisfile read comments from an HTTP stream
Just noticed this article on Slashdot: http://ask.slashdot.org/article.pl?sid=04/05/18/0432202 ...about the feasibility and efficiency of reading id3v2 tags out of mp3's over http. I know that vorbisfile's callback model is well suited to handling this sort of scenario, but I'm curious to know whether ov_open will try to read enough stream to pull the comments out on a
2002 Dec 08
0
vorbisfile API overview documentation error
Hi In the vorbisfile API Overview, section 'File Information' on the Documentation page (http://www.xiph.org/ogg/vorbis/doc/vorbisfile/fileinfo.html) The 'ov_bitrate_instant' is said to return -1 if at the beginning of the bitream or no new information is available. According to the libVorbisfile Documentation, the return value is 0 in this situation. PG --- >8 ---- List
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can