1. 29 Feb, 2012 1 commit
  2. 20 Oct, 2011 1 commit
  3. 19 Oct, 2011 1 commit
  4. 08 Oct, 2011 2 commits
  5. 29 Jan, 2011 1 commit
  6. 01 Jan, 2010 1 commit
  7. 12 Nov, 2009 1 commit
    • Max Kellermann's avatar
      include config.h in all sources · 5b82ffc2
      Max Kellermann authored
      After we've been hit by Large File Support problems several times in
      the past week (which only occur on 32 bit platforms, which I don't
      have), this is yet another attempt to fix the issue.
      5b82ffc2
  8. 23 Jul, 2009 1 commit
  9. 14 Mar, 2009 2 commits
    • Max Kellermann's avatar
      pcm_resample: choose the fallback resampler at runtime · e12140cf
      Max Kellermann authored
      Even if libsamplerate support is enabled, compile the fallback
      resampler.  When the user specifies the option
      "samplerate_converter=internal", it is chosen in favor of
      libsamplerate.  This may help users with a weak FPU who don't want to
      compile a custom MPD from source, because the fallback resampler does
      not use floating point operations.
      e12140cf
    • Max Kellermann's avatar
      pcm_resample: renamed implementation functions · 456201fa
      Max Kellermann authored
      Added diversion functions to pcm_resample.c.  These check which
      resampler is enabled at compile time (libsamplerate or fallback).
      This prepares the following patch.
      456201fa