Skip to content
Snippets Groups Projects
  1. Jul 16, 2005
    • Ralph Giles's avatar
      Update the changelog. · ce399dfc
      Ralph Giles authored
      git-svn-id: http://svn.xiph.org/trunk/ao@9572 0101bb08-14d6-0310-b084-bc0e0c8e3800
      ce399dfc
    • j's avatar
      - change AO_ALSA_PERIOD_TIME back to 0 so its calculated by default. · 89d051e8
      j authored
      - apply patch from clemens (at) ladisch.de (fixes:612)
      
      The attached patch makes various enhancements to libao's ALSA plugin:
      
      * it isn't necessary to use a separate snd_pcm_access_mask_t variable to set the access mask;
      
      * add a sample rate check (similar to the OSS plugin);
      
      * return the correct error code when calling snd_pcm_prepare() after an underrun;
      
      * set the start_threshold to a positive value – using zero can result in an immediate underrun when the first write is very small;
      
      * various comments were wrong or misleading.
      
      
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@9570 0101bb08-14d6-0310-b084-bc0e0c8e3800
      89d051e8
  2. Jul 12, 2005
  3. Mar 03, 2005
  4. Jan 12, 2005
  5. Jan 11, 2005
  6. Jan 10, 2005
  7. Dec 10, 2004
  8. Nov 09, 2004
  9. Nov 06, 2004
  10. May 25, 2004
  11. Apr 02, 2004
  12. Mar 19, 2004
  13. Mar 17, 2004
  14. Mar 12, 2004
  15. Mar 09, 2004
  16. Nov 10, 2003
  17. Oct 31, 2003
    • Ralph Giles's avatar
      Require automake 1.6. · 481963d9
      Ralph Giles authored
      nodist_include_HEADERS is not supported by automake 1.4. It ignores the
      line entirely and fails to install ao/os_types.h, preventing any
      application from compiling against libao. Therefore we make the
      requirement explicit by adding it to the AUTOMAKE_OPTIONS in
      Makefile.am.
      
      Unfortunately, automake 1.4 is still the default on many systems
      (including Debian unstable) and in stark contrast to the situation with
      autoconf, even when 1.6 or later is installed there is no dispatch
      mechanism to ensure the appropriate version is used. Therefore we make
      an attempt in autogen.sh to select the correct executables for aclocal
      and automake and run those.
      
      Note that while the message says, "checking for automake 1.6 or
      later..." it actually only checks for a matching version number. If
      someone knows how to do the 'or later' part in portable shell, please
      let me know.
      
      
      git-svn-id: http://svn.xiph.org/trunk/ao@5521 0101bb08-14d6-0310-b084-bc0e0c8e3800
      481963d9
    • Ralph Giles's avatar
      Propagate 'glibtoolize' fallback for MacOS X support. · 8eaeb3de
      Ralph Giles authored
      git-svn-id: http://svn.xiph.org/trunk/ao@5520 0101bb08-14d6-0310-b084-bc0e0c8e3800
      8eaeb3de
  18. Oct 18, 2003
  19. Oct 13, 2003
  20. Oct 11, 2003
  21. Oct 08, 2003
  22. Oct 05, 2003
  23. Oct 04, 2003
Loading