source: roaraudio/ChangeLog @ 2939:b2ee86242554

Last change on this file since 2939:b2ee86242554 was 2939:b2ee86242554, checked in by phi, 15 years ago

moved mixer

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