- 23 Jan, 2001 1 commit
-
-
Michael Smith authored
More cleanup/error checking. Should probably still add more (checking of return values from ogg and vorbis functions is missing in a fair number of places - similarly to the encoder and decoder examples. svn path=/trunk/vorbis-tools/; revision=1202
-
- 22 Jan, 2001 1 commit
-
-
Michael Smith authored
Cleanup code to not leak in event of failure. Fix nasty bugs in vcomment.c svn path=/trunk/vorbis-tools/; revision=1194
-
- 20 Jan, 2001 1 commit
-
-
Ralph Giles authored
code cleanup: don't call add_comment after fgets() returns EOF. svn path=/trunk/vorbis-tools/; revision=1187
-
- 19 Jan, 2001 1 commit
-
-
Ralph Giles authored
Added something resembling a cmdline interface to the new vorbiscomment example code. You can say vorbiscomment [-l] <file> and have it dump the comments to stdout, and vorbiscomment -w <infile> <outfile> and have it read a replacement set of comments from stdin. Still needs some polishing, but it's at least marginally useful now. I also tried to lay it out so it remained easy to read as a code example. The Makefile has been changed to build/install vorbiscomment by default again, mostly on Monty's approval. svn path=/trunk/vorbis-tools/; revision=1173
-
- 17 Jan, 2001 1 commit
-
-
Michael Smith authored
Killed off vorbiscomment (at last). Added a new comment editor. vcedit.[ch] is the core of it. Provides a potentially usable API. vcomment.c builds a completely useless frontend on top of it, to show how to use the API. svn path=/trunk/vorbis-tools/; revision=1168
-