search for: vcedit

Displaying 20 results from an estimated 34 matches for "vcedit".

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 homepage: http://www.xiph.org/ogg/ To unsubscribe from this l...
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
2005 Nov 03
1
vcedit on non-vorbisI streams
I've been looking at modifying vcedit so it will work on Ogg streams containing primarily Vorbis data (i.e. first page is the Vorbis header, most pages are Vorbis and a few are something else e.g. metadata or lyrics). I've managed to get something that works by: 1. During the header opening in vcedit_open push non-Vorbis pages on...
2006 Feb 22
2
vcedit/vorbiscomment heterogeneous streams
...mments/corrections? There's the possibility of testing for other streams (with a view to Theora/Speex), but I'm sceptical whether they can be easily handled while retaining the renormalisation. -- imalone -------------- next part -------------- A non-text attachment was scrubbed... Name: vceditaux.h Type: text/x-chdr Size: 221 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060222/071788b1/vceditaux.h -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbiscomment.diff Type: text/x-patch Size: 15383 bytes Desc: not...
2001 Feb 06
3
Squelch 1.0beta9
...simple for 1.0, though I'll probably keep the auto-scanning code, which I couldn't live without :) Cheers, Rik [1] If you don't want to see any more 'adverts' for squelch on this list, just say so and I'll shut up. [2] My comment editing code uses a hacked version of vcedit.c. I added 'extern "C"' stuff and a callback mechanism for progress reporting. Much kudos goes out to whoever wrote the original. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, sen...
2001 Jan 20
2
Makefile.am patch
...scomment/Makefile.am,v retrieving revision 1.6 diff -c -r1.6 Makefile.am *** Makefile.am 2001/01/19 11:39:23 1.6 --- Makefile.am 2001/01/20 13:52:55 *************** *** 6,12 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: --- 6,12 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c debug: {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utt...
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 reason I think OggFile should still happen. ... < xiphmont> But in the past it's meant < xiphmont&...
2003 Aug 25
3
mem leak when writing ogg vorbis comments
...re is used to put music on an Ogg-Vorbis enabled hardware project (PhatNoise PhatBox). It also does ripping and Ogg-Vorbis encoding. :) Thanks! Here's the code. I tried to get rid of as much superfluous code as possible. BOOL CHeaderInfoOGGBASIC::WriteFileTag(CString szFilePath) { vcedit_state *state; vorbis_comment *pvcin; FILE * in=NULL, *out=NULL; char *buf=new char[1024]; // Read the initial tag in = fopen(szFilePath, "rb"); if (in == NULL) { // ... handle the failure case return FALSE;...
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 "vorbiscomment" shoul...
2004 Sep 10
0
XMMS plugin build fix
...UT_PLUGIN_DIR) INCLUDES = @GTK_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_builddir)/intl libvorbis_la_LDFLAGS = -module -avoid-version libvorbis_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ libvorbis_la_SOURCES = \ vorbis.c vorbis.h \ configure.c \ http.c http.h \ fileinfo.c \ vcedit.c vcedit.h \ utf8.c -- - mdz
2002 Jan 06
1
Saving comments to file
...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 -- Martin Sjögren md9ms@mdstud.chalmers.se ICQ : 41245059 Phone: +46 (0)31 405242 Cell: +46 (0)739 169191 GPG key: http://www.mdstud.chalmers.se/~md9ms/gpg.html --- >8 ---- List archives: http://w...
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...
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 "vorbiscomment" shoul...
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
...vision 11702) +++ vcut/vcut.c (working copy) @@ -10,6 +10,10 @@ * last modified: $Id: vcut.c,v 1.9 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <ogg/ogg.h> Index: vorbiscomment/vcedit.c =================================================================== --- vorbiscomment/vcedit.c (revision 11702) +++ vorbiscomment/vcedit.c (working copy) @@ -9,6 +9,10 @@ * last modified: $Id: vcedit.c,v 1.23 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h>...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...vision 11702) +++ vcut/vcut.c (working copy) @@ -10,6 +10,10 @@ * last modified: $Id: vcut.c,v 1.9 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <stdlib.h> #include <ogg/ogg.h> Index: vorbiscomment/vcedit.c =================================================================== --- vorbiscomment/vcedit.c (revision 11702) +++ vorbiscomment/vcedit.c (working copy) @@ -9,6 +9,10 @@ * last modified: $Id: vcedit.c,v 1.23 2003/09/03 07:58:05 calc Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h>...
2004 Sep 10
2
XMMS plugin build fix
--- Matt Zimmerman <mdz@debian.org> wrote: > The only difference in the command lines seems to be that your > xmms-config > explicitly links with -lgthread, while I suppose mine lets the > dynamic linker > pull it in. The only significant difference between the old and new > _LIBADD > lines is that @XMMS_LIBS@ is at the beginning in the new one. Now > that I think
2001 Jan 29
4
Vorbis Comment Editor v0.1.0
...It is completely untested and undoubtedly has bugs. That said, it is fairly stable and functional. It is a simple single dialog based app. I have released it under the GPL and have made code available. It is compiled statically with the latest CVS version of libogg & libvorbis and it uses the vcedit.c routines available from vorbis-tools CVS. Download it and give it a try. It is available at http://www.ozemail.com.au/~spitsw/vce/ Warren. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message...