source: roaraudio/ChangeLog @ 3687:854c446380e1

Last change on this file since 3687:854c446380e1 was 3687:854c446380e1, checked in by phi, 14 years ago

added server side RSound emulation

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