Recognizes if input is ogg or not.
[xiph.git] / ao / CHANGES
blob1dd8edd660fbeeb28dfde2155c58d8dcd16f4346
1 0.8.8 - Thu May 24
2  - New win32 driver
3  - Few fixes and changes in autotools and configuration files.
5 0.8.7 - unreleased snapshot
6 - obsolete alsa device renamed to alsa05
7 - the 'alsa' device now uses the 0.9/1.0 API
8 - ALSA driver fixes
10 0.8.6 - January 11, 2005
11 - Added Polypaudio driver(libao-polyp 0.4) 
12   from Lennart Poettering <mzyvonbcbylc (at) 0pointer (dot) de>
13 - Use esd_close() in the esd driver
14 - Broaden sample rate tolerance in the OSS driver for nForce 
15   compatibility
17 0.8.5 - March 19, 2004
18 - Support now for the ALSA 1.0 API
19 - Can build with --disable-esd option again
20 - Minor build fixes
21 - ALSA mmap() mode can be enabled/disabled at runtime using "use_mmap"
22   option.
23 - Patch to OSS plugin to fix skipping issues with some drivers
24   (like emu10k1).
26 0.8.4 - October 4, 2003
27 - Added AIX sound driver from Stefan Tibus <sjti@gmx.net>
28 - Committed some fixes from the Fink project to allow compiling on
29   OS X (still with all the dlcompat stuff)
30 - Improvements in plugin detection code by David Walser, especially
31   when ESD or aRts are present.
32 - NAS plugin from Antoine Mathys.
33 - Portability fixes for various platforms (including dlopen() bugs) 
34   including HP-UX and *BSD.
35 - Memory/resource leak fixes
36 - Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr.  This
37   should fix stuttering audio for mpg321 users.  The
38   --enable-alsa09-mmap option to ./configure turns on memory-mapped
39   I/O.  Note this is an experimental feature and causes some problems
40   with some sound card drivers and also users of the dmix software mixer.
42 0.8.3 - July 2002
43 - fix to ao.m4 macro
44 - minor alsa09 plugin updates
45 - fixes to irix plugin
47 0.8.2 - December 2001
48 - alsa09 plugin updated
50 0.8.0 - August 2000
51 - Major API rewrite.  Old apps and plugins will not work with this library!
52 - Default driver detection now works.
53 - /etc/libao.conf and ~/.libao config files now supported, see libao.conf man
54   page for details.
55 - WAV files can now be piped to non-picky applications.  (Please don't
56   complain if this fails.  You shouldn't be using be using WAV for this
57   anyway.)
58 - Various portability fixes for Solaris and *BSD.
60 0.7.0 - June 2000
61 - minor build fixes for different platforms
63 0.6.0 - December 2000
64 - slight api modification with ao_append_option()
65 - fixed an option leak
67 0.5.0 - November 2000
68 - first official release under the Xiphophorus projects