Skip to content
  1. Aug 05, 2014
  2. Aug 04, 2014
  3. Aug 03, 2014
  4. Aug 02, 2014
  5. Aug 01, 2014
  6. Jul 31, 2014
    • Gregory Nutt's avatar
      Update ChangeLog · 41af5116
      Gregory Nutt authored
      41af5116
    • Gregory Nutt's avatar
      Audio: Change how the end of the audio stream is detected by the leaf audio... · e2143822
      Gregory Nutt authored
      Audio: Change how the end of the audio stream is detected by the leaf audio component.  This used by be done by looking for the first partial buffer.  That does not work with the in-place sub-sampling performed by the PCM decoder:  That always reduces the size of the buffer so that all buffers only partially filled by the time they get to the leaf.  Now, a flag is set in the audio buffer flags set to indicate the final buffer in the stream.
      e2143822