Commit Graph

40 Commits

Author SHA1 Message Date
darkeye c99c732e04 ported to NetBSD 2004-02-23 19:12:52 +00:00
darkeye 7779a8f2a4 finalized OpenBSD port 2004-02-19 06:47:06 +00:00
darkeye 0fbff7195e ported to OpenBSD (real-time scheduling not yet supported) 2004-02-18 21:08:11 +00:00
darkeye 21f3ad142e added patch to allow mp3 stream downsampling to mono for icecast2 as well 2004-02-15 12:14:38 +00:00
darkeye 9d186e8e96 added ALSA support, thanks to Christian Forster 2004-02-15 12:06:30 +00:00
darkeye 2d0dc666f1 added feature for setting the TITLE comment field for vorbis streams 2003-02-09 13:15:57 +00:00
darkeye 6253785062 cosmetic changes to the fileAddDate option 2003-02-09 12:57:36 +00:00
wandereq 6eba725b50 added fileAddDate function 2002-11-20 16:52:08 +00:00
darkeye 8fd167a179 anged internals so that now each encoding/server connection is
a separate thread
2002-10-19 12:24:55 +00:00
darkeye 9257e95c08 added possibility to specify maximum bitrate for Ogg Vorbis streams 2002-08-20 19:35:37 +00:00
darkeye 268e5d4566 added mp3 streaming possibility for icecast2 2002-08-20 18:37:49 +00:00
darkeye e3e1e11d73 added possibility to stream in mono when recording in stereo 2002-08-03 12:41:18 +00:00
darkeye e043b8784f added support for Ogg Vorbis 1.0, removed support for rc2 2002-07-20 10:59:00 +00:00
darkeye 7e9555b97c added cbr, abr and vbr setting feature with encoding quality 2002-04-13 11:26:00 +00:00
darkeye fbf53a61b4 enabled resampling and variable bitrates for vorbis (icecast2) streams 2002-03-28 16:43:11 +00:00
darkeye 84cee897f7 added possibility to save the encoded stream to a local file only
(no streaming server needed)
2002-02-28 09:49:25 +00:00
darkeye 2ddb545512 added local dump file possibility 2002-02-20 11:54:11 +00:00
darkeye ab8efd2d31 updated to work with Ogg Vorbis libs rc3 and current IceCast2 cvs 2002-02-20 10:40:02 +00:00
darkeye d398578542 added possibility to disable highpass and lowpass filters for lame 2001-10-20 10:56:45 +00:00
darkeye 50684028b7 created configure options to compile with or without lame / Ogg Vorbis 2001-10-19 12:39:42 +00:00
darkeye 9d5c687bbd added support for resampling mp3 streams 2001-10-19 09:03:39 +00:00
darkeye 3cde98dcaa added IceCast2 / vorbis support 2001-09-14 19:31:06 +00:00
darkeye 61b08937c1 added Solaris support 2001-09-11 15:05:21 +00:00
darkeye d8d71099e2 added support for ShoutCast servers 2001-09-09 11:27:31 +00:00
darkeye 5c099e5c9f removed dependency on locally stored SGI STL header files
now compiler-supplied C++ library STL header files are used
compiles under GNU C++ 3
hash_map (an SGI extension to STL) replaced with map
std:: namespace prefix added to all STL class references
2001-09-05 20:11:16 +00:00
darkeye 7afac9500e renamed configure.h to config.h 2001-08-30 17:25:56 +00:00
darkeye c14d9259c1 made some description options in the darkice config file optional 2001-08-29 21:08:30 +00:00
darkeye 030f4f38be removed external command-line encoder support
replaced it with a shared-object support for lame with the possibility
of static linkage
2001-08-26 20:44:30 +00:00
darkeye 2b05be870a added POSIX real-time scheduling 2000-12-20 12:36:47 +00:00
darkeye 03e0f9d0d4 removed direct reference to cout, except from main.cpp
all class use the Reporter interface to report events
2000-11-18 11:13:27 +00:00
darkeye e8a74d2f45 added -Wall flag to compiler and eleminated new warnings 2000-11-17 15:50:48 +00:00
darkeye 54dc65af94 changed the transferable number of bytes to unsigned long 2000-11-15 18:37:37 +00:00
darkeye 11f054eeca added multiple verbosity-level event reporting and verbosity command
line option
2000-11-15 18:08:43 +00:00
darkeye dc04d3518d moved command line parameter parsing from DarkIce.cpp to main.cpp 2000-11-13 19:38:55 +00:00
darkeye ace84836f3 added kdoc-style documentation comments 2000-11-13 18:46:50 +00:00
darkeye 69024b4738 first real tests with multiple streaming 2000-11-10 20:16:21 +00:00
darkeye d9d97e3821 added multiple outputs
added configuration reading
added command line processing
2000-11-09 22:09:46 +00:00
darkeye d63b1eacc4 added configuration file reader 2000-11-08 17:29:50 +00:00
darkeye fd8d39401e changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00
darkeye 1d0b20b58d Initial revision 2000-11-05 10:05:47 +00:00