1. 06 Jan, 2010 2 commits
  2. 04 Jan, 2010 1 commit
  3. 01 Jan, 2010 1 commit
  4. 31 Dec, 2009 1 commit
    • Max Kellermann's avatar
      decoder: switch a bunch of plugins to stream_tag() · 05cde581
      Max Kellermann authored
      This patch changes the following decoder plugins to implement
      stream_tag() instead of tag_dup():
      
       faad, ffmpeg, mad, modplug, mp4ff, mpcdec, oggflac
      
      This simplifies their code, because they do not need to take care of
      opening/closing the stream.
      05cde581
  5. 29 Dec, 2009 1 commit
  6. 15 Dec, 2009 1 commit
  7. 11 Nov, 2009 10 commits
  8. 10 Nov, 2009 5 commits
  9. 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
  10. 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
  11. 15 Jan, 2009 2 commits
  12. 02 Jan, 2009 1 commit
  13. 24 Nov, 2008 1 commit
  14. 21 Nov, 2008 2 commits
  15. 16 Nov, 2008 1 commit
  16. 11 Nov, 2008 3 commits
  17. 04 Nov, 2008 1 commit
    • Max Kellermann's avatar
      decoder: removed stream_types · 85a7d1a1
      Max Kellermann authored
      Instead of checking the stream_types bit set, we can simply check
      whether the methods stream_decode() and file_decode() are implemented.
      85a7d1a1
  18. 02 Nov, 2008 2 commits
  19. 01 Nov, 2008 2 commits
  20. 31 Oct, 2008 1 commit