Commit Graph

552 Commits

Author SHA1 Message Date
rafael@riseup.net 976901e859 removed doxygen stuff 2013-07-15 05:47:03 +00:00
alban.peignier@gmail.com e941d69f14 Fixes BufferSink sample size 2013-06-10 19:31:22 +00:00
rafael@riseup.net 3f511ecda0 fix for opus memory allocation error by Fred, of radio panik 2013-05-28 14:36:12 +00:00
oetelaar.automatisering@gmail.com c57d870c73 fix message from configure about libsamplerate 2013-05-26 10:22:35 +00:00
oetelaar.automatisering@gmail.com d884ba0153 Unstable branch for implementing new features 2013-05-26 10:17:03 +00:00
rafael@riseup.net e7bc79098b Opus stuff 2013-05-20 15:35:33 +00:00
rafael@riseup.net ebb798f0ef Still trying to stabilize Opus 2013-05-20 00:48:09 +00:00
rafael@riseup.net 9a120dc16b One more Opus fix 2013-05-19 20:22:29 +00:00
rafael@riseup.net 921e519555 fix for Opus 2013-05-19 18:12:48 +00:00
rafael@riseup.net c1a801eaa5 possible fix for Opus crash on reconnect 2013-05-19 17:14:32 +00:00
rafael@riseup.net 0a8d66a9ba fixing copyright notice 2013-05-18 22:29:05 +00:00
rafael@riseup.net 9753bb3478 small code cleanup for CastSink 2013-05-18 19:25:20 +00:00
rafael@riseup.net 3fbfd0f03d getting in shape for 1.2 2013-05-18 19:00:08 +00:00
rafael@riseup.net 4055ebf9ef pthread changes don't work. lets stick with older code for 1.2 release 2013-05-18 16:33:31 +00:00
rafael@riseup.net 1ed2d8eabf reconnect is not working. trying Edwin's changes again. 2013-05-18 16:02:28 +00:00
rafael@riseup.net 773d4a5010 getting ready for 1.2 release 2013-05-18 06:09:41 +00:00
rafael@riseup.net 45246fd39b fix for pulseaudio 2013-05-18 05:57:40 +00:00
rafael@riseup.net df371146b5 added 0.7.1 branch 2013-05-18 05:30:50 +00:00
rafael@riseup.net f419d2a0dd added pulseaudio support. Release 0.7.1 2013-05-18 05:29:13 +00:00
rafael@riseup.net 5696759910 small fixes 2013-05-18 05:17:00 +00:00
rafael@riseup.net 5ff26ff48b reverting locking changes 2013-05-18 02:17:23 +00:00
rafael@riseup.net 02ca1a2f59 fixed opus samplerate issue 2013-05-18 02:02:50 +00:00
oetelaar.automatisering@gmail.com aebe9b4254 Fix file create mode in FileSink endpoint, the file should be created with default 0666 mask, this allows the user to manage permissions with umask fixes issue #74 2013-05-17 10:19:12 +00:00
oetelaar.automatisering@gmail.com 96a104d15e Fix hangs on network, reconnect works, timeout for networktrafic added, TCP extra options. Most likely fixes issues #84 #81 #82 2013-05-16 22:27:07 +00:00
oetelaar.automatisering@gmail.com 8bee03c4ab Clean the Util::strToL() number conversion, add proper error check and reporting, possible fix for issue #19 2013-05-16 09:45:16 +00:00
oetelaar.automatisering@gmail.com 00623f1ebc Fix compile without Opus library, fixes issue 87 2013-05-16 08:17:08 +00:00
oetelaar.automatisering@gmail.com 99e3d5022b Really Added missing SVN keywords, including Author Date Id Revision HeadURL 2013-05-16 07:25:48 +00:00
oetelaar.automatisering@gmail.com d00d8dd13d Added missing SVN keywords, including Author Date Id Revision HeadURL 2013-05-16 07:17:41 +00:00
rafael@riseup.net 79820cba1d fix 503 was right, my mistake in r515... 2013-05-16 03:36:12 +00:00
rafael@riseup.net 95fe8f1ab9 Trying again locking patch 2013-05-15 21:17:10 +00:00
rafael@riseup.net 94dd6d7a80 branch 0.7 created 2013-05-14 17:42:27 +00:00
rafael@riseup.net 973068ea64 version 0.7 2013-05-14 17:40:06 +00:00
rafael@riseup.net 0c92e04b80 added opus support and fixed a longstanding bug 2013-05-14 17:32:59 +00:00
rafael@riseup.net 78f9bf2894 darksnow now compiles com gtk 3.0. Issue: #63 2013-05-14 17:20:23 +00:00
rafael@riseup.net 9cecd3f493 Added Opus support. 2nd part 2013-05-14 16:25:16 +00:00
rafael@riseup.net ef5ba44013 Added Opus support. Ticket #75. 2013-05-14 16:08:20 +00:00
rafael@riseup.net 0a6d71951a more samplerates for darksnow 2013-05-14 15:54:10 +00:00
rafael@riseup.net 6f62a31701 regression of r503 2013-05-14 15:23:52 +00:00
rafael@riseup.net 8227296d5c regression for commit 510 2013-05-14 15:12:25 +00:00
rafael@riseup.net 7c796baa9b fix for deprecation of old gtk_combo behavior in gtk 2013-05-14 14:52:56 +00:00
oetelaar.automatisering@gmail.com c70968d825 Fix source code location messages, in English and PT 2013-05-07 20:13:32 +00:00
oetelaar.automatisering@gmail.com 9c987d7969 Adding autogen.sh for easier building the package 2013-05-07 18:58:38 +00:00
oetelaar.automatisering@gmail.com 43d89e2796 - extra check in castsink prevent null deref
- fix typos
- change bytecounter (size limit) to long instead of int
- fix some string/buffer strangeness in icecast2.cpp
- increase ringbuffer size from 2 to 5 seconds in JackDspSource.cpp
- prevent jack killing us on buffer overflow, we just report and continue 
- new producer/consumer scheme in MultiThreadedConnector.cpp it now runs parallel really
- some compiler warnings fixed
2013-04-11 18:52:57 +00:00
alban.peignier@gmail.com 8ac1639800 Update acinclude.m4 to fix multiarch build. Fixes #62 2013-04-04 04:59:00 +00:00
alban.peignier@gmail.com be34bc4a37 Send ShoutCast icy name in one write. Refactor icy headers send. Fixes #76, #78 2013-04-04 04:56:31 +00:00
alban.peignier@gmail.com 5dd930ab82 Fixes values returned by FaacEncoder and aacPlusEncoder :: write (bytes instead of samples). Fixes #83 2013-04-04 04:52:37 +00:00
rafael@riseup.net e554efe75b Added stdio to JackDspSource. 2012-09-19 17:53:05 +00:00
rafael@riseup.net c1d152ca8a fix for issue 56, Wrong icecast2 password isn't properly reporte, by flip.roque 2012-01-19 01:07:30 +00:00
rafael@riseup.net c4677ec32e really fixed issue 30 that was occuring only for shoutcast 2012-01-16 21:43:20 +00:00
rafael@riseup.net 5fbdf2edf6 applied patches of issues #56 and #57 2012-01-16 20:58:27 +00:00