1. 02 Aug, 2012 1 commit
  2. 01 Aug, 2012 1 commit
  3. 13 Jul, 2012 1 commit
  4. 27 Jun, 2012 1 commit
  5. 12 Jun, 2012 1 commit
    • Denis Krjuchkov's avatar
      Work around incorrect g_file_test() behavior on Win32 · 25d053cb
      Denis Krjuchkov authored
      g_file_test is redefined to be g_file_test_utf8 and thus can't handle
      non-ASCII characters. This fix adds simple wrapper (taken from glib)
      that fixes encoding and calls g_file_test_utf8. All required inclusions
      of glib_compat.h are added as well.
      25d053cb
  6. 29 May, 2012 2 commits
  7. 02 May, 2012 1 commit
    • Jurgen Kramer's avatar
      Add support for DSF files to DSDIFF decoder - v4 · 3c3f1b7f
      Jurgen Kramer authored
      Version 4 of my patch to add DSF support to the DSDIFF
      decoder plugin.
      
      This time I have taken a different approach and created a new
      read_metadata function specific for reading DSF files. This saves an
      indent (and for me a lot of indent nightmares) and also useful for
      splitting the DSF and DFF decoders later on.
      
      There are still a few lines which exceed the 80 character width limit by
      a few chars. I was not able to stay within the limit and create (for me)
      readable code.
      
      Jurgen
      3c3f1b7f
  8. 26 Mar, 2012 1 commit
    • Max Kellermann's avatar
      audio_format: remove SAMPLE_FORMAT_DSD_OVER_USB · a2b5db00
      Max Kellermann authored
      DSD-over-USB should not be a MPD core format, because it is not a
      "natural" format; it is just a temnporary over-the-wire format.  This
      format has been implemented in pcm_export, and does not need to be
      supported by pcm_convert.
      a2b5db00
  9. 21 Mar, 2012 4 commits
  10. 19 Mar, 2012 2 commits
  11. 01 Mar, 2012 2 commits
  12. 15 Feb, 2012 3 commits
  13. 13 Feb, 2012 1 commit
    • Max Kellermann's avatar
      decoder/ffmpeg: read the "year" tag · 10383274
      Max Kellermann authored
      This was disabled when compiled with a new ffmpeg version.  Older
      ffmpeg versions used it explicitly, while newer ones may pass it
      through from the codec.
      10383274
  14. 12 Feb, 2012 2 commits
  15. 11 Feb, 2012 15 commits
  16. 03 Feb, 2012 2 commits