- 23 Jan, 2001 2 commits
-
-
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
-
Michael Smith authored
Fix problem with missing headers in dist tarballs. Stupid bloody automake. svn path=/trunk/vorbis-tools/; revision=1201
-
- 22 Jan, 2001 5 commits
-
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1198
-
Jack Moffitt authored
The default device should be overridden by the commandline. jack. svn path=/trunk/vorbis-tools/; revision=1197
-
Michael Smith authored
Documentation updates (should be done for the manpage too, but I'm tired) Change the default mode to the 128 kbps mode. Stupid cvs. encode.c hasn't changed, and cvs diff agrees. svn path=/trunk/vorbis-tools/; revision=1196
-
Michael Smith authored
Include fix for solaris svn path=/trunk/vorbis-tools/; revision=1195
-
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
-
- 18 Jan, 2001 1 commit
-
-
Michael Smith authored
Added vorbis_commentheader_out() to vorbis Added ogg_packet_clear to ogg Updated vcedit.c to use them. There's now enough source there to build a working and useful comment editor. svn path=/trunk/vorbis-tools/; revision=1172
-
- 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
-
- 15 Jan, 2001 2 commits
-
-
Michael Smith authored
AIFF/AIFC support! Based on Monty's old ogg application. Probably pretty limited, but it seems to work. My only test file was what sox output. AIFC is completely untested, actually. A bugfix or two elsewhere, as well (compiling with -Wall is highly recommended) And a new version number (mentioning beta4, so that official beta4 builds will actually say that.) svn path=/trunk/vorbis-tools/; revision=1167
-
Kenneth Arnold authored
OOPS! And buffer.c had an ommission-of-volatile error that caused compiling it with optimizations to fail. DUH again. Please forgive my (temporary, I hope) stupidity. svn path=/trunk/vorbis-tools/; revision=1166
-
- 30 Dec, 2000 3 commits
-
-
Kenneth Arnold authored
better than nothing. gcc 2.95.2 20000220 does _not_ compile this right with -O1 or higher. gdb cannot properly debug multithreaded apps (it follows the parent process even when I tell it to follow the child explicitly), so I have not been able to figure out where the culprit is either. This is a Unix buffer implementation. Non-Unix platforms should replace buffer.c with a pass-through in submit_chunk that just calls devices_write. svn path=/trunk/vorbis-tools/; revision=1138
-
Michael Smith authored
Cleanup some audio code (allows > 2 channel wav files now, if they exist). Solaris include fix. svn path=/trunk/vorbis-tools/; revision=1137
-
Michael Smith authored
Flush the stream after sending http headers (makes it almost work on OS/2, apart from an apparent C library bug). svn path=/trunk/vorbis-tools/; revision=1135
-
- 25 Dec, 2000 3 commits
-
-
Kenneth Arnold authored
interfacing to the buffer code (coming!) easier). Removed some unneeded #include's in ogg123.c. svn path=/trunk/vorbis-tools/; revision=1129
-
Kenneth Arnold authored
svn path=/trunk/vorbis-tools/; revision=1128
-
Kenneth Arnold authored
Extensive Christmas fixes to ogg123. Just general code cleanup today. I don't think I broke anything, and I have tested this pretty extensively. Buffered output is coming. HTTP streaming rewrite is coming. Not yet. Also ogg123rc-example needed a little explanation. svn path=/trunk/vorbis-tools/; revision=1127
-
- 24 Dec, 2000 2 commits
-
-
Michael Smith authored
Allow explicit setting of the serial number. svn path=/trunk/vorbis-tools/; revision=1126
-
Michael Smith authored
Portability fixes for OS/2, win32, solaris. And untested project file updates for win32. svn path=/trunk/vorbis-tools/; revision=1123
-
- 17 Dec, 2000 1 commit
-
-
Ralph Giles authored
update to use the new 0.6 libao api svn path=/trunk/vorbis-tools/; revision=1120
-
- 12 Dec, 2000 1 commit
-
-
Michael Smith authored
Patch for random play in ogg123. There's been some debate on the list as to whether this is correct or not. It's better than what's there at the moment, so it's going in anyway. svn path=/trunk/vorbis-tools/; revision=1109
-
- 04 Dec, 2000 1 commit
-
-
Michael Smith authored
Fix for compilation on freebsd (thanks go to Phillip Musumeci for this). svn path=/trunk/vorbis-tools/; revision=1105
-
- 30 Nov, 2000 3 commits
-
-
Michael Smith authored
Move the platform support stuff into a single file. Add OS/2 support. svn path=/trunk/vorbis-tools/; revision=1104
-
Michael Smith authored
Rewrite of the audio file opening/reading code so that plugging in another module (using something like libaudiofile or libsndfile) should actually work - previously, things just swallowed data, which would make things impossible on unseekable streams. svn path=/trunk/vorbis-tools/; revision=1103
-
Michael Smith authored
Get rid of malloc.h - it doesn't exist on macos X, and doesn't seem to be needed on other systems. Don't know why it was there. svn path=/trunk/vorbis-tools/; revision=1102
-
- 23 Nov, 2000 1 commit
-
-
Monty authored
Update the usage yet to reflect mode AA and non CD quality wav file input. Monty svn path=/trunk/vorbis-tools/; revision=1100
-
- 18 Nov, 2000 12 commits
-
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1089
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1087
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1085
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1084
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1082
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1081
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1077
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1071
-
calc authored
svn path=/trunk/vorbis-tools/; revision=1070
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1069
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1068
-
Jack Moffitt authored
svn path=/trunk/vorbis-tools/; revision=1067
-