source: roaraudio/ChangeLog @ 1193:802c6cd9d484

Last change on this file since 1193:802c6cd9d484 was 1192:287e1b8003a2, checked in by phi, 15 years ago

added entry for 0.2beta1, typo

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