source: roaraudio/ChangeLog @ 1169:5043fbbb4ec5

Last change on this file since 1169:5043fbbb4ec5 was 1169:5043fbbb4ec5, checked in by phi, 15 years ago

updated changelog for recent fixes

File size: 3.8 KB
Line 
1v, 0.2beta0 - ?
2        * use new driver interface as default (finally!)
3        * fixed a bug in roard to not accept new streams in termination state
4        * added support to filters to reset
5        * added basic support to report latency
6        * added vio support for ctl()s
7        * allow overruns in sync output streams
8        * solved double close bug
9        * added support for non-execed streams with client behinde a NAT gateway
10        * use socketpair() for AF_UNIX streams to create a new non-execed stream
11
12v. 0.1beta5 - Wed Jan 21 2009
13        * done some patchs to help porting libroar to win32
14        * made libm optional
15        * added option to configure to build without any optional compontents
16        * added option to configure to give a helper programm to exec tests (e.g. wine)
17        * updated help a bit
18        * fixed roarbidir
19        * added support for sync vio
20        * updated roarfctest
21        * added filter reset command
22
23v. 0.1beta4 - Tue Dec 23 2008
24        * added roar_buffer_shift_out()
25        * changed roarshout to be 100% compatible with oggfwd options
26        * added full support for mu-Law
27        * added VIO support for driver API
28        * changed esd output driver to use new vio driver API
29        * wrote OSS driver
30        * added support for --standby and --auto-standby
31        * write support for stream based drivers, finally!
32        * added -o/-O-/-oO/-oN to roard: stream based output drivers
33        * patched null and raw driver to use VIO interface
34        * ported libao plugin to new VIO interface
35        * added -oP support to mark outputs primary
36        * added ROAR_INSTINT to abstract from __LP64__
37        * added new trivial filters: Add, Quantifier, Clip
38        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
39        * added Ogg FLAC and Ogg Speex Magic
40        * added tool roarmonhttp: http streaming tool, CGI or inetd
41        * added writing support for RIFF/WAVE
42        * flag sources as sources
43        * patched some things for cygwin
44        * fixed double-reconnect bug within XMMS plugin
45        * include libao plugin in normal configure/build/install
46        * added passthru for meta streams
47        * fixed a lot small bugs
48        * include basic rc/init script for debian like systems
49
50v. 0.1beta3 - Thu Nov 27 2008
51        * fixed some includes, patch by janus
52
53v. 0.1beta2 - Tue Nov 25 2008
54        * check for __LP64__
55        * added roaraudio/error.h
56        * added manpages for roar_codec2str() and roar_str2codec()
57        * got some YIFF clients working, including yplay!
58        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
59                                        and has buildin HTTP support.
60        * added CDRum support
61        * added writeing support for A-Law
62        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
63        * improved 32 bit support a lot
64        * checking for IPv6 support, not just assuming it to exist (win32 fix)
65        * updated docs a bit
66        * added install target
67
68v. 0.1beta1 - Sun Sep 07 2008
69        * fixed a lot typos
70        * Added readonly support for A-Law
71        * now also build doc/
72        * fixed a bug with NetBSD's which
73        * look for pkg-config
74        * look for other tools, added --runtime-detect to configure
75        * Fixed some manpages
76        * added support for passive playback (passfh)
77        * added support for ROAR_ATTACH_SIMPLE
78        * cleaned codec ID #defines a bit up
79        * added CMD PASSFH
80        * get roard build again on MAC OS X
81        * added tool roarcatpassfh
82        * added --simple, --passive and --background to roarcatplay
83        * got cf vorbis work on vio
84        * got standard vio work better on DECnet
85
86v. 0.1 - Sun Aug 31 2008
87        * done basic stuff
88        * started 'libroaresd' to support ESD clients
89        * started 'libroararts' to support aRts clients
90        * started 'libroaryiff' to support YIFF clients
91        * started 'libroarpulse' to support PulseAudio clients
92        * done a libao plugin
93        * done a lot basic networking stuff, still need some more proxy code
94        * got roard work file even with small buffers (<1ms)
95        * support diffrent codecs server side decoding
96        * support for meta data
97        * done some manpages
98        * added Ogg Vorbis support (server and client side)
99        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.