1. 14 Mar, 2009 1 commit
  2. 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
  3. 19 Feb, 2009 1 commit
  4. 17 Feb, 2009 15 commits
  5. 16 Feb, 2009 3 commits
  6. 12 Feb, 2009 1 commit
  7. 17 Jan, 2009 1 commit
    • Max Kellermann's avatar
      moved fallback APE/ID3 tag loader to song.c · 5395f5f6
      Max Kellermann authored
      Some plugins used the APE or ID3 tag loader as a fallback when their
      own methods of loading tags did not work.  Move this code out of all
      decoder plugins, into song_file_update().
      5395f5f6
  8. 08 Jan, 2009 1 commit
  9. 21 Nov, 2008 2 commits
  10. 20 Nov, 2008 1 commit
  11. 16 Nov, 2008 2 commits
    • Max Kellermann's avatar
      input_stream: size==-1 means unknown size · 75914035
      Max Kellermann authored
      Define the special value "-1" as "unknown size".  Previously, there
      was no indicator for streams with unknown size, which might confuse
      some decoders.
      75914035
    • Max Kellermann's avatar
      aac: detect whether to pass "uint32_t*" to NeAACDecInit2() · 9c4e97a6
      Max Kellermann authored
      neaacdec.h declares all arguments as "unsigned long", but internally
      expects uint32_t pointers.  This triggers gcc warnings on 64 bit
      architectures.  To avoid that, make configure.ac detect whether we're
      using Debian's corrected headers or the original libfaad headers.  In
      any case, pass a pointer to an uint32_t, conditionally casted to
      "unsigned long*".
      9c4e97a6
  12. 15 Nov, 2008 2 commits
  13. 12 Nov, 2008 9 commits