source: roaraudio/ChangeLog @ 3712:6294eca652f9

Last change on this file since 3712:6294eca652f9 was 3712:6294eca652f9, checked in by phi, 14 years ago

+libroarrsound

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