rafael@riseup.net
62a088d81b
patch proposed by issue 21 revising realtime priority for jack input applied
2010-07-19 20:42:43 +00:00
rafael@riseup.net
a6c6389cd7
created the 1.0 tag
2010-05-19 23:39:19 +00:00
rafael@riseup.net
6594343e56
lame website fix
2010-05-12 20:58:05 +00:00
rafael@riseup.net
c306ca6d4b
website update
2010-05-12 20:54:28 +00:00
rafael@riseup.net
a9d845b702
darkice-macosx in sync w/ version 1.0
2010-05-12 15:51:59 +00:00
rafael@riseup.net
8d739af84a
small typo fixed (this is still leftovers before 1.0 release
2010-05-10 01:30:13 +00:00
rafael@riseup.net
7a2aa7a068
updating files that should not be there, imho
2010-05-10 01:21:41 +00:00
rafael@riseup.net
5a68c3952a
Darkice 1.0 released\!
2010-05-10 01:18:15 +00:00
rafael@riseup.net
9ab338c783
I used a wrong version number last commit, and as darkice is already a very mature software, and a last old bug was fixed, I decided to release the 1.0 version - many thanks to Ákos Maróy and all other contributors
2010-05-10 00:41:23 +00:00
rafael@riseup.net
30ead5bf72
version 0.9
2010-05-10 00:34:35 +00:00
rafael@riseup.net
6d1669ae89
bump configure.in version to 0.20.1
2010-05-10 00:20:22 +00:00
rafael@riseup.net
f27514b4f5
synced with trunk
2010-05-10 00:07:25 +00:00
rafael@riseup.net
27cf3ff79d
aacp branch removed as we already have commited everything
2010-05-09 23:30:01 +00:00
rafael@riseup.net
ccd4d54df8
bug fix for an old bug in BufferedSink.cpp
2010-05-06 20:19:18 +00:00
piratfm
9bca6850a7
add RtpCast skeleton
2010-01-16 17:31:06 +00:00
piratfm
d3eb9525dc
rename TcpSocket to NetSocket
2010-01-16 15:21:09 +00:00
piratfm
afc5439aa7
rtp/udp output branch
2010-01-16 15:12:03 +00:00
rafael@riseup.net
477cd9ccce
added missing commits to changelog and new authors to authors
2009-12-22 13:43:19 +00:00
rafael@riseup.net
2fa04c0e34
Patch by Sergiy <piratfm@gmail.com>: implement sample rate conversion for all codecs using libsamplerate, and keeping internal aflibConverter as fallback
2009-12-22 11:56:16 +00:00
rafael@riseup.net
542ac4b022
updated old darkice website links
2009-12-04 13:28:34 +00:00
rafael@riseup.net
d1207ea7f5
patch for alsa driver, by cladisch - closes ticked #8
2009-12-01 12:57:31 +00:00
rafael@riseup.net
1919826ee2
I forgot to put rc.darkice in the EXTRA_DIST, so make dist created a tarball missing the rc.darkice
2009-11-15 16:15:25 +00:00
rafael@riseup.net
ea2298c496
0.20.1 released
2009-11-14 22:22:03 +00:00
rafael@riseup.net
f9608919d3
preparing for 0.20.1 release
2009-11-14 22:10:39 +00:00
rafael@riseup.net
b686f2c977
start/stop/restart/status script for darkice by Niels Dettenbach
2009-11-14 16:18:33 +00:00
rafael@riseup.net
8dddc12759
start/stop/restart/status script for darkice by Niels Dettenbach
2009-11-14 15:22:42 +00:00
rafael@riseup.net
4e00387873
backported trunk fix for gcc 4.4
2009-11-11 16:24:12 +00:00
rafael@riseup.net
ad6e96aa8b
fix compilation for gcc >= 4.4
2009-11-11 16:21:05 +00:00
rafael@riseup.net
63c68d3659
initial coreaudio patch
2009-11-11 16:02:38 +00:00
rafael@riseup.net
6014ba09bd
darkice branch to better support macos x
2009-11-11 15:44:49 +00:00
rafael@riseup.net
7621eab287
version 0.20 released.
2009-11-05 18:26:29 +00:00
rafael@riseup.net
66ac162547
more cosmetic changes for 0.20
2009-11-05 18:12:44 +00:00
rafael@riseup.net
288ebc48b1
preparing for the new version
2009-11-05 18:06:35 +00:00
rafael@riseup.net
27f2897b2d
small cosmetic fixes for 0.20 version
2009-11-05 18:01:13 +00:00
rafael@riseup.net
794b6d27ef
placed a more apropriate fix, following the coding style - closes issue 3
2009-11-05 17:47:44 +00:00
diniz@wimobilis.com.br
ccedfb1220
branch darkice-aacp merged
2009-06-21 04:36:30 +00:00
rafael2k
51c76638a1
aacp info added to manpage
2009-05-12 21:02:38 +00:00
rafael2k
e72af678ee
I added the ::close() and the file pointer = 0 to all points where it throws exceptions in TcpSocket.cpp -- this fixed the issue where it would continue trying to write to the socket even though it was already closed by an error thanks to flush statements in the close method of TcpSocket and it's superclasses. This was causing the infinite loop on reconnect when there was still data in the buffer waiting to be transmitted (flushed) when the server closes the socket.
...
The other issue we fixed is that the aacpEncoder was not being tore down correctly so that when close() is called then it is open()ed again, it would carry on some of the state from the previous open()ing causing a read or write past the end of the buffer and resulting in a segfault core dump. The fix was to copy the variable initialization from the header file into the open() function just after the sanity checking code. This may potentially result in a memory leak as I don't understand the aacplus library's API well enough to know whether or not its resources are being properly freed.
by
rfc822sucks at hotmail.com
2009-05-06 18:34:20 +00:00
athoik
fc5f17569d
refs #2 Use in aacPlusEncoder constructor the variable channel from darkice.cfg because we are always using the same channels as input.
2008-11-09 22:05:48 +00:00
tipok
ec2e56f5f7
Implement encoding mono (with SBR), re #2
2008-11-06 22:00:00 +00:00
tipok
ebee08d10e
Little code cleanup near "AacEncEncode", re #2
2008-11-06 20:46:51 +00:00
rafael2k
0b0e568cd7
reverted wrong assumption about libfaac and libaacplus incompatibilities, re #2
2008-11-06 17:21:47 +00:00
tipok
c6ef59c913
* temporary workaround for libfaac and libaacplus
...
* removed unneeded define (_FFTW3)
* compatible with libaacplus-1.0.1, re #2
2008-11-06 16:15:19 +00:00
tipok
d606610431
added svn keywords, tabs changed into 4 whitespaces, re #2
2008-11-05 13:02:24 +00:00
tipok
c8260ff827
removed unused vars for aac+ encoder, re #2
2008-11-05 12:33:35 +00:00
tipok
2a98f1f03b
added aac+ encoding support, re #2
2008-11-05 12:15:05 +00:00
tipok
d9aa3f0753
created working copy for aac+ patched source, re #2
2008-11-05 12:04:00 +00:00
darkeye
08fb911385
enabling jack source compilation on Debian Lenny, fixes #44
2008-09-19 11:10:57 +00:00
darkeye
ce83a7ad1c
added full author name for the author of the patch, closes #42
2008-08-15 13:08:06 +00:00
darkeye
20f55cfc8f
committed patch to recognize Ogg Vorbis shared libraries in the
...
configure script, re #42
2008-08-15 12:11:30 +00:00