source: roaraudio/ChangeLog @ 2954:1cb4d8e08bdc

Last change on this file since 2954:1cb4d8e08bdc was 2954:1cb4d8e08bdc, checked in by phi, 15 years ago

new flags

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