Commit Graph

592 Commits

Author SHA1 Message Date
darkeye 3a781a7cfc for release 0.16 2005-10-22 10:56:08 +00:00
darkeye d1da91f993 for version 0.16 2005-10-22 10:41:47 +00:00
darkeye 726f4f1496 added highpass and lowpass values to icecast2 sections 2005-10-22 10:34:21 +00:00
darkeye e3e872e85a added clarification to highpass and lowpass config values 2005-10-22 10:34:00 +00:00
darkeye 02870bc21a added check for FAAC as well 2005-10-22 10:33:10 +00:00
darkeye abc24f7d2b updated darkice spec file for 0.15 2005-04-27 09:59:23 +00:00
darkeye 29a9f57784 added ebuild file 2005-04-27 09:58:04 +00:00
darkeye a91e643b53 added mention of Darwin Streaming Server and AAC to the documentation 2005-04-17 10:58:28 +00:00
darkeye 1f36ce8c9c changed remaining typos 2005-04-16 22:19:20 +00:00
darkeye 9a23ebe086 added AAC support through the faac codec, http://www.audiocoding.com/ 2005-04-16 21:57:34 +00:00
nobody 2ebf68e42a This commit was manufactured by cvs2svn to create tag 'darkice-0_15'. 2005-04-14 12:00:39 +00:00
darkeye 5a3e47327b fixed extra documentation directory setting 2005-04-14 12:00:39 +00:00
darkeye e5f327cf84 moved directory rpm to etc/rpm 2005-04-14 11:58:08 +00:00
darkeye e8fa2eebd9 fixed API documentation issues 2005-04-14 11:53:17 +00:00
darkeye 85868cc504 changed source code documentation tool from kdoc to doxygen 2005-04-14 11:52:41 +00:00
darkeye b993181fa6 updated copyright notice to extend to 2005 2005-04-14 11:24:42 +00:00
darkeye 62ecc5f813 updated date for man pages 2005-04-14 11:17:06 +00:00
darkeye 598d8aa190 for version 0.15 2005-04-14 11:11:59 +00:00
jbebel 143403375a Set priority explicitly for encoding threads. This needs more testing. 2005-04-13 22:03:32 +00:00
jbebel bc0f0ded94 Distribute lame qualities better, and prevent values greater than 9 which are invalid. 2005-04-13 19:04:55 +00:00
jbebel 50f5c48c86 Allow quality settings down to -0.1 for ogg 2005-04-13 18:03:43 +00:00
darkeye 5e7bd425b7 removed unnecessary TABs 2005-04-11 19:41:37 +00:00
darkeye cf2a9bb772 added IPv6 support, thanks to <jochen2@users.sourceforge.net> 2005-04-11 19:34:23 +00:00
darkeye 426a126181 added option to turn off automatic reconnect feature 2005-04-11 19:27:43 +00:00
darkeye 028f6d98fd cosmetic changes
fixed warning for implicit cast from doulbe to int
2005-04-11 19:26:55 +00:00
darkeye a415fd63b8 added Joel Ebel to the list of contributors 2005-04-11 18:35:10 +00:00
darkeye a71dfdc5fa changed MIME type to application/ogg, which is now official 2005-04-11 18:32:32 +00:00
darkeye 4aff127679 removed TABs and replaced them with spaces 2005-04-05 08:04:54 +00:00
darkeye 09e7e0ab53 commited changes to enable Jack support
thanks to Nicholas J. Humfrey, njh@ecs.soton.ac.uk
2005-04-04 08:36:18 +00:00
jbebel 806550e495 Add test to determine if the sample rate conversion ratio is a power of 2.
If so, use linear interpolation.  Otherwise use more complicated quadratic
interpolation which tends to sound terrible, but is better than trying to
use linear for a non-standard conversion.
2005-04-03 05:18:24 +00:00
jbebel 57b6c729ee Changed timestamp on reported events to include date in addition to time. 2005-04-03 05:14:07 +00:00
jbebel a30b513b8f Changed mechanism for testing the presence of the quality value such that
zero is a valid option.
2005-04-03 05:12:20 +00:00
jbebel a64a9ea837 Moved initialization of Reporter class so it would happen before
instantiation of Darkice class.  Any logging that might be reported
during the construction of the Darkice class could not function.
Originally the Reporter initialization was done through the instance
of Darkice (which inherits Reporter), but that obviously isn't possible
before Darkice is instantiated.  Since Reporter is largely a static class,
it is reasonable to call it via the scope resolution operator rather
than via an instance of the class, so that's what I did.
2005-04-03 05:10:07 +00:00
jbebel 257e8d04f4 Fix peak reporting to report new peak rather than previous 2005-04-03 05:01:46 +00:00
jbebel b238c0e026 Fixing code documentation of buffer overruns 2005-04-03 05:00:14 +00:00
darkeye 950bca8e93 added possibility to downsample from stereo to mono when encoding
to Ogg Vorbis
2004-03-13 10:41:39 +00:00
darkeye c4c304f1c6 newer update of ACX_PTHREAD 2004-02-23 20:03:09 +00:00
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
nobody d7dce002fe This commit was manufactured by cvs2svn to create tag 'darkice-0_14'. 2004-02-15 22:36:57 +00:00
darkeye c713d9a953 proper checking to see if ALSA support is present / needed 2004-02-15 22:36:57 +00:00
darkeye 5118c55b69 for version 0.14 2004-02-15 22:30:08 +00:00
darkeye 573c1fb8bd fixed typo, minimal cosmetic change 2004-02-15 22:26:16 +00:00
darkeye a1827045e4 added link to DarkSnow 2004-02-15 13:26:34 +00:00
darkeye 76644f3692 ogg vorbis recording to only a file caused a segfault. now fixed 2004-02-15 13:07:42 +00:00
darkeye 3fb455d1b7 added backtrace reporting description to README 2004-02-15 12:32:47 +00:00
darkeye f6c57ac8a8 removed _X and _Y symbols from aflibConverter files, which caused
a naming collision on Solaris
2004-02-15 12:25:14 +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