1. 06 Jul, 2009 1 commit
  2. 08 Jun, 2009 2 commits
  3. 28 Apr, 2009 2 commits
  4. 25 Apr, 2009 1 commit
  5. 02 Apr, 2009 2 commits
  6. 01 Apr, 2009 1 commit
  7. 31 Mar, 2009 4 commits
  8. 28 Mar, 2009 1 commit
    • Jochen Keil's avatar
      Bugfix for time/offset in flac plugin · 80e2aaf3
      Jochen Keil authored
      Previous cast to float didn't have any effect because one value is uint
      and the other is a floating type but the number itself is even..
      This caused some tracks to end before they were really at an end.
      80e2aaf3
  9. 27 Mar, 2009 3 commits
  10. 17 Mar, 2009 1 commit
    • Mario Lenz's avatar
      flac/cue: added support for TITLE[n] comments · 7ba7e673
      Mario Lenz authored
      On 2009/03/17 Max Kellermann<max@duempel.org> wrote:
      
      > There doesn't seem to be an "official" standard.  I'd say: search for
      > TITLE[1] first (the most explicit form), then TITLE1, and finally fall
      > back to TITLE.  This makes sure MPD supports every possible standard,
      > without breaking.
      
      I've also added some additional checks to make sure entry is long
      enough.
      7ba7e673
  11. 16 Mar, 2009 1 commit
    • Mario Lenz's avatar
      flac: get CUE track titles from additional FLAC comments · 36dab871
      Mario Lenz authored
      The cue sheet embedded in a flac file doen't contain any information
      about track titles and similar.  There are three possibilities: Use an
      external cue sheet that includes these information, use a tag CUESHEET
      with a cue sheet including these information or use tags.  I think the
      latter is the best option and is already used by other projects.
      36dab871
  12. 14 Mar, 2009 1 commit
  13. 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
  14. 09 Mar, 2009 2 commits
    • Jochen Keil's avatar
      Initial support for embedded cue sheets found in flac files · 706112bb
      Jochen Keil authored
      So far only seekpoints are supported, so no proper tagging yet
      except for track number and track length.
      Tagging should be done by parsing the cue sheet which
      is often embedded as vorbis comment in flac files.
      Furthermore the pathname should be configurable like "%A - %t - %T",
      where %A means Artist, %t track number and %T Title or so.
      706112bb
    • Jochen Keil's avatar
      decoder_plugin: added method container_scan() · ab3d89f4
      Jochen Keil authored
      [mk: fixed whitespace errors; use delete_song() instead of
      songvec_delete()]
      ab3d89f4
  15. 05 Mar, 2009 2 commits
  16. 03 Mar, 2009 2 commits
  17. 02 Mar, 2009 1 commit
  18. 01 Mar, 2009 2 commits
  19. 28 Feb, 2009 3 commits
  20. 27 Feb, 2009 1 commit
  21. 25 Feb, 2009 1 commit
  22. 23 Feb, 2009 1 commit
    • Avuton Olrich's avatar
      ffmpeg: add all known ffmpeg extensions and mime-types. · 39a33344
      Avuton Olrich authored
      After much research[1][2][3] this should be the majority of currently
      supported file extensions and mime-types for the currently supported
      ffmpeg formats. This list maybe incomplete, but it's more complete
      than anything else out there that I've been able to find. This list
      needs to be updated every now and again as the ffmpeg sources support
      more formats.
      
       1. Sources
       2. wiki.multimedia.cx
       3. filext.com
      39a33344
  23. 19 Feb, 2009 1 commit
  24. 18 Feb, 2009 3 commits