source: roaraudio/ChangeLog @ 3669:93a98c7f08f3

Last change on this file since 3669:93a98c7f08f3 was 3669:93a98c7f08f3, checked in by phi, 14 years ago

added support for OSS to roarinterconnect :)

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