source: roaraudio/ChangeLog @ 1283:fa0f099648b0

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

info about stack

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