1. 02 Jan, 2009 1 commit
  2. 01 Jan, 2009 1 commit
  3. 29 Dec, 2008 2 commits
    • 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
    • Frank Mulder's avatar
      mp4: support the writer/composer tag · a51fada1
      Frank Mulder authored
      I tried to search for a certain composer in my collection, but only
      non-mp4 files showed up. The source code reveals that this tag is not
      read. This can be fixed by reading the 'Writer' tag field, in
      mp4_plugin.c, in function mp4_load_tag.
      
      I actually tried this, and after compiling with those lines added,
      also mp4 (.m4a) files showed up when searching for a composer.
      a51fada1
  4. 28 Dec, 2008 4 commits
  5. 27 Dec, 2008 1 commit
  6. 24 Dec, 2008 3 commits
  7. 15 Dec, 2008 2 commits
  8. 08 Dec, 2008 1 commit
  9. 03 Dec, 2008 1 commit
  10. 27 Nov, 2008 1 commit
  11. 24 Nov, 2008 1 commit
  12. 22 Nov, 2008 1 commit
  13. 21 Nov, 2008 5 commits
  14. 20 Nov, 2008 3 commits
  15. 18 Nov, 2008 3 commits
  16. 16 Nov, 2008 3 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
      ffmpeg: fixed AVSEEK_SIZE · 8882f062
      Max Kellermann authored
      With whence==AVSEEK_SIZE, the seek function should return the file
      size, not the current offset.  Check the return value of
      input_stream_seek().
      8882f062
    • 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
  17. 15 Nov, 2008 2 commits
  18. 14 Nov, 2008 3 commits
  19. 13 Nov, 2008 1 commit
  20. 12 Nov, 2008 1 commit