Displaying 20 results from an estimated 100 matches similar to: "vcedit on non-vorbisI streams"
2004 Nov 22
1
Editing comments in Vorbis files...
I tryed this piece of code to write a second file with the same comments
in it but the program always crash on vcedit_write()... I'm unable to
figure out why it is crashing. Compiled under Visual Stucio .NET 2003
with ogg.dll and vorbis.dll linked dynamically! vcomment doesn't crash
linked dynamically with ogg.dll and vorbis.dll
#include <stdio.h>
#include <stdlib.h>
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
2007 Feb 07
1
how to delete all comments?
okay all i want to do now is just DELETE any and all comments from a
file. here's what I do:
// open the file and get access to comments
vcedit_open(i_vcStateP, i_fileP);
i_commentsP = vcedit_comments(i_vcStateP);
// now delete all existing comments
vorbis_comment_clear(i_commentsP); <-- is this the correct way??
vorbis_comment_init(i_commentsP); <-- do i need to do this since
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
Hi,
The following changes allow vorbiscomment to read and edit the
tags for the first occuring vorbis stream in a muxed (and
chained) Ogg bitstream, while retaining the renormalisation.
I've tested it on a number of combinations of muxed and chained
streams, using the write comments from file option for
vorbiscomment to rewrite the comment header and then cmp for
binary differences. Seems
2001 Nov 01
2
chained files and winamp / vcedit
When I create a chained file with a mono and then a stereo substream,
winamp crashes when it gets to the second stream. in_vorbis v1.16c.
And when vcedit writes comments from a chained file, it only saves the
first substream and throws subsequent streams away. Perhaps this is woth
mentioning somewhere...
Matthijs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2004 Mar 06
3
access violation in ov_open using VC6
I passed a valid FILE* (from fopen() with "rb") and the
address of an OggVorbis_File struct, but an access
violation occured when ov_open is called.
I have enabled the Multithreaded, but it still doesn't fix
the problem. I look at the vorbis_comment.exe source and I
see vcedit_open() function and other vcedit_*() functions
everywhere. I am assuming that there is known issue with VC
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the
2001 Feb 06
3
Squelch 1.0beta9
Hi,
I released Squelch 1.0beta9.
It's a multi-platform Ogg Vorbis player, if you haven't heard of it. [1]
Find it here: http://www.geoid.clara.net/rik/squelch.html
Differences from beta8:
* Vorbis comment editor ! [2]
* More intelligent re-initialisation of output driver.
* Stupid bugs in auto-update of master track list resolved.
* Some bugs fixed, some more introduced ;)
In theory,
2001 Jan 20
2
Makefile.am patch
Since vorbiscomment is being resurrected in a new form, can someone please
fix the vorbis-tools/vorbiscomment/Makefile.am?
There's two things wrong:
1. Using _LDFLAGS doesn't allow the user to specify their own LDFLAGS.
_LDADD or _LIBS should be used instead.
2. The order of libraries is wrong such that it won't link properly when
compiled statically.
Here's a trivial
2004 Apr 21
2
Changing comment-tags
Hello,
i use libvorbis to develop some small applications for a radio station.
I wonder, why there are no functions in the library to add/modify the
comment tags in ogg-files.
The only way I found is to make use of vorbiscomment binary, but this
way is not that good.
Are there api calls to do this??
thanks,
Daniel.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2005 Dec 02
1
Edting or Adding New Comments
Hi All,
Can I update the header of the already existing Ogg-Vorbis file with the new comments? When we add new entries in the header, will it not overwrite the data? does the vorbis library takes care of this?
can someone also please give me the call sequence on how i can do that?
Thanks in advance.
regards,
Pavan.
---------------------------------
Enjoy this Diwali
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet:
<http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to
strip it down to relevant stuff)
<xiphmont> "Is there any interest in extending vcedit/libvorbisfile to
do basic handling of Vorbis streams from concurrently multiplexed Ogg?"
< xiphmont> Yes, but that work was *also* tied to OggFile from way back
when, and one
2001 Aug 11
0
vorbiscomment
Hi all,
I just committed some big changes to vcedit (the core of vorbiscomment,
and also the core comment rewriting functionality used by a number of
other programs (xmms, for instance).
It's now able to handle several nasty cases that it couldn't before, but
it may have new problems - so, everyone, go and throw nasty or broken
input files at it, and see if it breaks. Please.
And those
2005 Sep 04
0
[Patch] for easytag tag editor to add speex tagging
Hi All,
The following patch is for the http://easytag.sourceforge.net/ software
to add speex support.
Since easytag uses vcedit.c & vcedit.h that are directly copied from
http://svn.xiph.org/trunk/vorbis-tools/vorbiscomment/
the diff's that I made to add speex support, i thought that the diff I
made would very much apply to the vorbiscomment developers.
I was personally thing that
2005 Sep 04
0
[Patch] for easytag tag editor to add speex tagging
Hi All,
The following patch is for the http://easytag.sourceforge.net/ software
to add speex support.
Since easytag uses vcedit.c & vcedit.h that are directly copied from
http://svn.xiph.org/trunk/vorbis-tools/vorbiscomment/
the diff's that I made to add speex support, i thought that the diff I
made would very much apply to the vorbiscomment developers.
I was personally thing that
2004 Sep 10
0
XMMS plugin build fix
On Fri, Jul 20, 2001 at 03:13:31PM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> > Basically, you are allowed to specify object code, whether in shared or
> > static libraries, normal object files, libtool libraries, and libtool
> > object files. libtool figures out any magic that needs to be done to
> > actually link those objects
2002 Jan 06
1
Saving comments to file
Hi
Would you please CC me answers to this, I'm not subscribed to the list...
I'm pondering writing a GUI program for editing Ogg file comment fields,
but I can't find any functions in the API documentation for saving the
comment structure to file. Is there an easy way to do this (except for
copying vcedit.c from vorbis-tools as I've seen others do!)
Thank you,
Martin Sjögren
2003 Jan 26
1
bug - white paper
Hello everybody
I've got a problem with samba, following I've done:
Installing cups and samba on a working debian system. The printer print
correctly and nearly all is working fine expect the printer give me at
the end of each print an empty white paper. But only if I print over
Windows. If I print from the debian directly all works fine. I'm also
not able to print more than one
2002 Dec 15
2
modifying comments in place
After looking through the documentation of vorbisfile,
it appears that all comments are readonly
using that api.
I checked the code for vorbiscomment and it appears to
it needs to rewrite the entire file when editing comments.
Does a description or API of in--place editing and updating of
comments exist?
Thx.
--
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,