1. 29 Feb, 2012 1 commit
  2. 20 Oct, 2011 1 commit
  3. 19 Oct, 2011 1 commit
  4. 08 Oct, 2011 1 commit
  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. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  10. 02 Mar, 2009 1 commit
  11. 21 Feb, 2009 1 commit
  12. 07 Jan, 2009 3 commits
  13. 23 Oct, 2008 2 commits
    • Max Kellermann's avatar
      pcm_resample: implemented 24 bit resampling · af7cb932
      Max Kellermann authored
      Similar to pcm_resample_16(), implement pcm_resample_24().  The 24 bit
      implementation is very similar, but it uses src_int_to_float_array()
      instead of src_short_to_float_array() before sending data to
      libsamplerate.
      af7cb932
    • Max Kellermann's avatar
      pcm_utils: moved code to pcm_resample.c · 6b1c54ef
      Max Kellermann authored
      Separate the resampling code from the rest of pcm_utils.c.  Create two
      sub-libraries: pcm_resample_libsamplerate.c and
      pcm_resample_fallback.c.
      6b1c54ef
  14. 09 Oct, 2008 1 commit
  15. 08 Oct, 2008 6 commits
  16. 07 Sep, 2008 1 commit
  17. 26 Aug, 2008 2 commits
    • Max Kellermann's avatar
      moved code to crossfade.c · 6104e969
      Max Kellermann authored
      decode.c should be a lot smaller; start by moving all code which
      handles cross-fading to crossfade.c.  Also includes camelCase
      conversion.
      6104e969
    • Max Kellermann's avatar
      clean up CPP includes · b6909da7
      Max Kellermann authored
      Include only headers which are really required.  This speeds up
      compilation and helps detect cross-layer accesses.
      b6909da7
  18. 02 Jun, 2008 1 commit
  19. 13 Apr, 2008 4 commits
  20. 12 Apr, 2008 4 commits
  21. 05 Apr, 2007 1 commit
  22. 20 Aug, 2006 1 commit
  23. 06 Aug, 2006 1 commit
  24. 01 Aug, 2006 2 commits