1. 21 Mar, 2010 1 commit
    • Tim Phipps's avatar
      Add support for MixRamp tags · e7a515c8
      Tim Phipps authored
      Adds mixrampdb and mixrampdelay commands.  Reads MIXRAP_START and
      MIXRAMP_END tags from FLAC files and overlaps instead of crossfading.
      e7a515c8
  2. 01 Jan, 2010 1 commit
  3. 12 Nov, 2009 2 commits
  4. 03 Nov, 2009 1 commit
  5. 02 Nov, 2009 2 commits
  6. 31 Oct, 2009 2 commits
  7. 23 Oct, 2009 1 commit
    • Max Kellermann's avatar
      output_plugin: added methods enable() and disable() · e53ca368
      Max Kellermann authored
      With these methods, an output plugin can allocate some global
      resources only if it is actually enabled.  The method enable() is
      called after daemonization, which allows for more sophisticated
      resource allocation during that method.
      e53ca368
  8. 08 Oct, 2009 7 commits
  9. 06 Jul, 2009 1 commit
    • Max Kellermann's avatar
      output: use the software mixer plugin · 0275690b
      Max Kellermann authored
      Do all the software volume stuff inside each output thread, not in the
      player thread.  This allows one software mixer per output device, and
      also allows the user to configure the mixer type (hardware or
      software) for each audio output.
      
      This moves the global "mixer_type" setting into the "audio_output"
      section, deprecating the "mixer_enabled" flag.
      0275690b
  10. 06 May, 2009 3 commits
  11. 30 Mar, 2009 1 commit
  12. 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
  13. 05 Mar, 2009 1 commit
    • Max Kellermann's avatar
      pipe: added music_buffer, rewrite music_pipe · 01cf7fea
      Max Kellermann authored
      Turn the music_pipe into a simple music_chunk queue.  The music_chunk
      allocation code is moved to music_buffer, and is now managed with a
      linked list instead of a ring buffer.  Two separate music_pipe objects
      are used by the decoder for the "current" and the "next" song, which
      greatly simplifies the cross-fading code.
      01cf7fea
  14. 10 Feb, 2009 1 commit
  15. 29 Jan, 2009 1 commit
  16. 25 Jan, 2009 1 commit
  17. 07 Jan, 2009 1 commit
  18. 04 Jan, 2009 1 commit
  19. 02 Jan, 2009 1 commit
  20. 01 Jan, 2009 2 commits
  21. 29 Dec, 2008 1 commit
    • Max Kellermann's avatar
      removed os_compat.h · 95b3430f
      Max Kellermann authored
      Only include headers which are really needed.  os_compat.h aimed to
      make MPD easily portable, but was never actually made portable.
      95b3430f
  22. 17 Dec, 2008 2 commits
  23. 11 Nov, 2008 1 commit
    • Max Kellermann's avatar
      pcm_volume: added constant PCM_VOLUME_1 · edcd45df
      Max Kellermann authored
      It may be desirable to change the range of integer volume levels
      (e.g. to 1024, which may utilize shifts instead of expensive integer
      divisions).  Introduce the constant PCM_VOLUME_1 which describes the
      integer value for "100% volume".  This is currently 1000.
      edcd45df
  24. 03 Nov, 2008 2 commits
  25. 14 Oct, 2008 1 commit
    • Max Kellermann's avatar
      command: added command "idle" · a3e3d2c9
      Max Kellermann authored
      "idle" waits until something noteworthy happens on the server,
      e.g. song change, playlist modified, database updated.  This allows
      clients to keep up to date without polling.
      a3e3d2c9
  26. 11 Oct, 2008 1 commit