source: roaraudio/ChangeLog @ 3881:9a79e82ead86

Last change on this file since 3881:9a79e82ead86 was 3881:9a79e82ead86, checked in by phi, 14 years ago

better OSS emulation

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