1. 11 Nov, 2009 18 commits
  2. 10 Nov, 2009 20 commits
  3. 09 Nov, 2009 2 commits
    • Max Kellermann's avatar
      decoder_list: fix decoder_plugin_from_mime_type() · 6975c087
      Max Kellermann authored
      Copy'n'paste error: call decoder_plugin_supports_mime_type() instead
      of decoder_plugin_supports_suffix().
      6975c087
    • Max Kellermann's avatar
      output/alsa: fill period buffer with silence before draining · 54033c74
      Max Kellermann authored
      ALSA passes full period buffers to the hardware.  If an application
      doesn't finish writing a period, libasound will nonetheless send the
      partial buffer (with undefined trailing data).  This causes noise at
      the end of playback.  This patch attempts to track the current
      position within the period buffer, and generates silence at the end,
      before calling snd_pcm_drain().
      54033c74