1. 17 Feb, 2009 2 commits
  2. 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
  3. 08 Jan, 2009 1 commit
  4. 24 Nov, 2008 1 commit
  5. 21 Nov, 2008 1 commit
  6. 12 Nov, 2008 7 commits
  7. 11 Nov, 2008 4 commits
  8. 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
  9. 02 Nov, 2008 1 commit
  10. 01 Nov, 2008 2 commits
  11. 31 Oct, 2008 1 commit
  12. 30 Oct, 2008 6 commits
  13. 29 Oct, 2008 2 commits
  14. 26 Oct, 2008 4 commits
  15. 17 Oct, 2008 1 commit
  16. 10 Oct, 2008 1 commit
  17. 29 Sep, 2008 2 commits
    • Max Kellermann's avatar
      use C99 struct initializers · de7cda1d
      Max Kellermann authored
      The old struct initializers are error prone and don't allow moving
      elements around.  Since we are going to overhaul some of the APIs
      soon, it's easier to have all implementations use C99 initializers.
      de7cda1d
    • Max Kellermann's avatar
      switch to C99 types, part II · 226d52b3
      Max Kellermann authored
      Do full C99 integer type conversion in all modules which were not
      touched by Eric's merged patch.
      226d52b3
  18. 07 Sep, 2008 1 commit
  19. 29 Aug, 2008 1 commit