1. 10 Jan, 2009 5 commits
    • Viliam Mateicka's avatar
      Introducing mixer api · 11c29ccc
      Viliam Mateicka authored
      This patch tryes to introduce pluggable mixer (struct mixer_plugin) along with some basic infrastructure (mixer_* functions). Instance of mixer (struct mixer) is used in
      alsa and oss output plugin
      11c29ccc
    • Max Kellermann's avatar
      playlist: pass unsigned integers to playlistInfo() · 8ebe7bfb
      Max Kellermann authored
      A song index cannot be negative.  Also require the second parameter to
      be valid.
      8ebe7bfb
    • Max Kellermann's avatar
      playlist: exclude end of range · b7c4b788
      Max Kellermann authored
      In a range "start:end", "end" itself should not be included.  Use the
      same semantics as other languages implementing ranges, e.g. Python.
      b7c4b788
    • Thomas Jansen's avatar
      command: playlistinfo now uses a range argument rather than just a song id · 6f0781f0
      Thomas Jansen authored
      Loosely based on a patch provided by lesion in bug #1766. The playlistinfo
      command can now retrieve ranges of the playlist. The new argument indicates
      which entry is the last one that will be displayed. The number of displayed
      entries may be smaller than expected if the end of the playlist is reached.
      
      Previous usage:
      playlistinfo [start]
      
      New usage:
      playlistinfo [start[:end]]
      6f0781f0
    • Thomas Jansen's avatar
      command: add a parser for range arguments · 8ed3cf3e
      Thomas Jansen authored
      A range argument looks like start[:end] and is used to specify the entries
      of a list that should be returned (rather than the whole list).
      8ed3cf3e
  2. 08 Jan, 2009 8 commits
  3. 07 Jan, 2009 24 commits
  4. 06 Jan, 2009 1 commit
  5. 05 Jan, 2009 2 commits