source: roaraudio/ChangeLog @ 1240:6c3e092d611a

Last change on this file since 1240:6c3e092d611a was 1240:6c3e092d611a, checked in by phi, 15 years ago

added yesterday's work

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