source: roaraudio/ChangeLog @ 1174:08ae637c66e7

Last change on this file since 1174:08ae637c66e7 was 1174:08ae637c66e7, checked in by phi, 15 years ago

updated changelogs to represent changes ask for by janus

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