source: roaraudio/ChangeLog @ 3930:cee7b844ca71

Last change on this file since 3930:cee7b844ca71 was 3930:cee7b844ca71, checked in by phi, 14 years ago

better rsound support

File size: 12.6 KB
Line 
1v. 0.3beta6 - ?
2        * Added something like select() for VIOs
3        * Fixed a lot warnings
4        * disabled cmd codecfilter by default
5        * Fixed error with roarinterconnect on non-OSS systems
6        * Fixed some problems with minimal builds
7        * Some Copyright fixes
8        * much better VIO support for connections
9        * much better OSS emulation
10        * Updated win32 port
11        * Updated RSound support
12
13v. 0.3beta5 - Sun May 02 2010 12:41 CEST
14        * added tool roardtmf
15        * Support to store server address in X11's root window propertys
16        * some small fixes
17        * wrote a lot more libroarpulse code, some async API clients work now
18        * added compbins for esddsp, artsdsp, audiooss, padsp
19        * splited libroarpulse and libroarpulse-simple
20        * upgraded some code to use VIO
21        * more updates for Debian
22        * fixed init script for Debian and Debian like systems
23        * fixed some mixer stuff, a lot things work better now
24        * added support for notify beeps
25        * updated drivers
26        * updated ROAR_{ERR,WARN,INFO,DBG}()
27        * added syslog support
28        * updated test suit
29        * done a lot work on libroaross
30        * fixed segfault in ALSA plugin
31        * Added support for OSS to roarinterconnect(1)
32        * Added server side RSound Emulation
33        * Added libroarrsound, client side RSound Emulation
34        * Added ALSA driver
35        * Added RSound driver
36        * Added PortAudio driver
37
38v. 0.3beta4 - Sat Feb 06 2010 26:02 CET
39        * Applyed patches for Debian
40        * updated roarify to load libs of correct version
41        * updated list of supported versions (complibs)
42        * added header with common units
43        * added support for PulseAudio Simple protocol
44        * added support to libroaross to emulate DMX4Linux (write only)
45        * added DSTR driver to roard
46        * updated librarys' soname
47        * do not link OpenSSL by default (licence incompatible?)
48        * support for dynamic lib loading, plugin interface
49        * support to for registering DSTR types
50        * moved WinSock things out of main vio.[ch]
51        * support auto-tool --prefix*=*
52
53v. 0.3beta3 - Fri Jan 22 2010 22:17 CET
54        * added some aRts/NAS/YIFF/PulseAudio tools to compbins
55        * added support for comp libs to roar-config
56        * added support for uni-directional streams in roarinterconnect
57        * write much better support for config, including codec config
58        * reduced the TCP overhead produced by speex
59        * added support for speex preprocessor
60        * get names of complibs from table, do not guess them
61        * a lot small fixes
62        * moved most of the mixer stuff out of roard into libroardsp
63        * added flags immutable and enhance
64        * test for signal.h
65        * Corrected (DSTR) HTTP Protocol support so servers without headerflush
66          should now work, too.
67        * added protocol support for icy
68        * Added version numbers to lib names
69        * updated manpages
70        * wrote OSS emulation
71        * fixed test scripts
72
73v. 0.3beta2 - Mon Oct 05 2009 19:48 CEST
74        * Added prethru flag
75        * Added support to read info about client's network node
76        * Ported libroaresd, libroarartsc
77        * Fixed some problems with EsounD emulation
78        * added support for compatibility binarys
79        * added poll() support to libroarsndio
80        * reject streams of unsupported codec
81
82v. 0.3beta1 - Sat Sep 26 2009 25:50 CEST
83        * incremented nummber of streams per client fron 4 to 8
84        * RIFF WAVE codecfilter uses virtual streams
85        * another set of changed names of parameters in roarctl
86        * Interface to read byteorder of a client from roard
87        * implemented a 'state of stream' var
88        * cleanup, small fixes
89        * added VIO interface to transcoder interface
90        * ask codecfilter of parent in case of new child stream
91        * added 'subsystem' complex: multi subsystem data on single streams
92        * added basic /Radio Data and Trasmitter Control System/.
93        * better support for stereo upmixing
94        * make audio group a optional thing
95        * better support for win32
96        * wrote WMM driver
97        * better multi protocol support
98        * Support for server side EsounD emulation on win32
99
100v. 0.3beta0 - Sun Sep 06 2009 22:42 CEST
101        * added new stream directions for MIDI and light control
102        * cleanup of client stream struct
103        * added basic light control subsystem
104        * added DMX512 driver
105        * wrote basic MIDI subsystem
106        * added flag 'mute'
107        * added flag 'mmap'
108        * added lib libroarmidi and libroarlight
109        * added OpenSLP support
110        * rewote fillmixbuer2 code
111        * added a roar_conv2() with a more clear API
112        * added support to write pidfile
113        * added support for encoding 32 bit Vorbis streams
114        * added transcoding features in libroardsp
115        * added tool 'roarphone'
116        * added tool 'roarinterconnect'
117        * added simple raw data subsystem
118        * added working support for THRU streams
119        * changed names of parameters in roarctl
120        * added lib libroareio - Extended IO for RoarAudio
121        * Update order of default drivers, now it is: oss, ao, esd, null
122        * cleanup of old sysio driver interface
123        * added server side EsounD emulation
124        * added multi homed support to server
125        * fixed a long outstanding bug with pa_path_get_filename()
126
127v. 0.2 - Thu May 21 2009 21:00
128        * do a some more testings for functions not existing on win32
129        * init winsock
130        * done a lot fixes in order to get libroar and some clients work on win32
131        * done a lot cleanup on configure script
132
133v. 0.2rc2 - Sun May 17 2009 25:44
134        * corrected check for GNU peercred
135        * added basic logging support to configure
136        * fixed plugin configures
137        * added and fixed semi-install target on plugins
138        * call plugin configures from main configure
139        * include plugins in Makefile known to work from configure
140        * fixed Makefiles of plugins: added -I../../include, -L../../lib
141        * Make use of pkg-config in plugin configures
142        * corrected possition of -ls on linker commands in most Makefiles
143        * added more explicide linker commands so most things now build
144          with classic BSD make.
145        * devided into components: libs, roard, clients, doc
146        * add toption to set roard's cycle freq
147        * moved a lot things in plugin's configure scripts to a commone one
148
149v. 0.2rc1 - Wed May 13 2009 12:05
150        * Started to port to OpenSolaris
151        * fixed bug in default based sockets, make HTTP VIO from non default port work
152        * got libroarsndio build under OpenBSD 4.5
153        * do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
154        * renamed member 'fh' of connection struct to '__fh', this breaks
155          all code depending on it so we see how it behaves in case
156          we replace this with a real VIO object in near future
157        * started VIO 2popen interface
158        * fixed exec() on systems with sizeof(int) != sizeof(char*)
159        * do not do unnessesery calls to fdatasync() on sockets
160        * link roarvorbis against libogg and libvorbis
161        * remove need of GNU/Tar like -z on remote system from send-roaraudio
162        * added support for hwmixer flag on OSS and sndio driver
163        * fiexed some typos
164
165v. 0.2beta3 - Fri May 01 2009 15:15
166        * added esdfilt options to roarfilt, esdplay options to roarcatplay
167        * added short options to roarcat/mon/filt as stated in the manpage
168        * updated manpages
169        * also build libroar{,dsp}.a
170        * Changed VIO CTLs in a binary inkompatible way
171        * added support for autoconf flag to OSS driver
172        * added driver for OpenBSD sndio interface
173        * started libroarsndio
174        * added code for plugins: audacirus, mplayer, gst10
175        * fixed some building problems
176        * added roarify and s start for it's manpage
177        * added stream flags pause and hwmixer
178
179v. 0.2beta2 - Fri Mar 27 2009 21:20
180        * added (dummy) flags autoconf and cleanmeta
181        * added streams_ctl() to server
182        * added support for primary flag as -oO, support for blocks parameter
183        * added (GnuPG) pinentry support.
184        * added support for Ogg Vorbis encoder to set meta data :)
185        * fixed some (minor) bugs, including segfault in vio
186        * added a lot things to the vio interface
187        * added gzip and simple OpenPGP support to vio interface
188        * added a simple pointer stack.
189        * added (OpenSSH) askpass support.
190        * added vio pipe support, currectly pipe() and socketpair() based onse.
191        * test for OpenSSL
192        * added support to VIO open OpenSSL BIOs
193        * added support to read a string and convert it into a VIO stack
194        * added simple VIO stack as VIO pass object
195        * started cleaner VIO Socket implementation
196        * Reduced lib size with --minimal trasticly (>33%!)
197        * Done a lot patches to makeing RoarAudio more portable (also to win32)
198        * moved convert.[ch] and poly.[ch] from libroar to libroardsp
199        * updated AUTHROS, README and check HACKING
200        * added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
201                                      host in order to test it.
202        * added dist/archlinux and archlinux rc script.
203
204v. 0.2beta1 - Mon Feb 23 2009 25:08
205        * added options --default-codec and --without-cf-cmd to configure script
206        * added some funcs to list of frozen API calls
207        * added sleep command to roarctl
208        * updated roard manpage
209        * fixed a possible segfault within auto codec detection and
210          added support for native flac
211        * fixed some compiler warnings
212        * made roarcat and roarmon 100% esdcat and esdmon compatible
213        * set fragment size for OSS driver
214        * fixed some minor bugs
215        * changed buffer interface a bit to support non buffer alloced buffers
216
217v. 0.2beta0 - Wed Feb 04 2009
218        * use new driver interface as default (finally!)
219        * fixed a bug in roard to not accept new streams in termination state
220        * added support to filters to reset
221        * added basic support to report latency
222        * added vio support for ctl()s
223        * allow overruns in sync output streams
224        * solved double close bug
225        * added support for non-execed streams with client behinde a NAT gateway
226        * use socketpair() for AF_UNIX streams to create a new non-execed stream
227        * got AF_UNIX support back working on OpenBSD
228        * added needed paths for OpenBSD
229        * only use use fsync() if there is no fdatasync()
230
231v. 0.1beta5 - Wed Jan 21 2009
232        * done some patchs to help porting libroar to win32
233        * made libm optional
234        * added option to configure to build without any optional compontents
235        * added option to configure to give a helper programm to exec tests (e.g. wine)
236        * updated help a bit
237        * fixed roarbidir
238        * added support for sync vio
239        * updated roarfctest
240        * added filter reset command
241
242v. 0.1beta4 - Tue Dec 23 2008
243        * added roar_buffer_shift_out()
244        * changed roarshout to be 100% compatible with oggfwd options
245        * added full support for mu-Law
246        * added VIO support for driver API
247        * changed esd output driver to use new vio driver API
248        * wrote OSS driver
249        * added support for --standby and --auto-standby
250        * write support for stream based drivers, finally!
251        * added -o/-O-/-oO/-oN to roard: stream based output drivers
252        * patched null and raw driver to use VIO interface
253        * ported libao plugin to new VIO interface
254        * added -oP support to mark outputs primary
255        * added ROAR_INSTINT to abstract from __LP64__
256        * added new trivial filters: Add, Quantifier, Clip
257        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
258        * added Ogg FLAC and Ogg Speex Magic
259        * added tool roarmonhttp: http streaming tool, CGI or inetd
260        * added writing support for RIFF/WAVE
261        * flag sources as sources
262        * patched some things for cygwin
263        * fixed double-reconnect bug within XMMS plugin
264        * include libao plugin in normal configure/build/install
265        * added passthru for meta streams
266        * fixed a lot small bugs
267        * include basic rc/init script for debian like systems
268
269v. 0.1beta3 - Thu Nov 27 2008
270        * fixed some includes, patch by janus
271
272v. 0.1beta2 - Tue Nov 25 2008
273        * check for __LP64__
274        * added roaraudio/error.h
275        * added manpages for roar_codec2str() and roar_str2codec()
276        * got some YIFF clients working, including yplay!
277        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
278                                        and has buildin HTTP support.
279        * added CDRum support
280        * added writeing support for A-Law
281        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
282        * improved 32 bit support a lot
283        * checking for IPv6 support, not just assuming it to exist (win32 fix)
284        * updated docs a bit
285        * added install target
286
287v. 0.1beta1 - Sun Sep 07 2008
288        * fixed a lot typos
289        * Added readonly support for A-Law
290        * now also build doc/
291        * fixed a bug with NetBSD's which
292        * look for pkg-config
293        * look for other tools, added --runtime-detect to configure
294        * Fixed some manpages
295        * added support for passive playback (passfh)
296        * added support for ROAR_ATTACH_SIMPLE
297        * cleaned codec ID #defines a bit up
298        * added CMD PASSFH
299        * get roard build again on MAC OS X
300        * added tool roarcatpassfh
301        * added --simple, --passive and --background to roarcatplay
302        * got cf vorbis work on vio
303        * got standard vio work better on DECnet
304
305v. 0.1 - Sun Aug 31 2008
306        * done basic stuff
307        * started 'libroaresd' to support ESD clients
308        * started 'libroararts' to support aRts clients
309        * started 'libroaryiff' to support YIFF clients
310        * started 'libroarpulse' to support PulseAudio clients
311        * done a libao plugin
312        * done a lot basic networking stuff, still need some more proxy code
313        * got roard work file even with small buffers (<1ms)
314        * support diffrent codecs server side decoding
315        * support for meta data
316        * done some manpages
317        * added Ogg Vorbis support (server and client side)
318        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.