Skip to content
  1. Oct 20, 2013
  2. Sep 12, 2013
  3. May 02, 2013
  4. Apr 30, 2013
  5. Apr 29, 2013
  6. Apr 27, 2013
  7. Apr 25, 2013
  8. Apr 24, 2013
    • davilla's avatar
      Merge pull request #2653 from sraue/Frodo-fixes.1 · 71b43c15
      davilla authored
      [Frodo] Don't block waiting for EOS in audio/video players
      71b43c15
    • popcornmix's avatar
      Don't block waiting for EOS in audio/video players · fdc9a1e9
      popcornmix authored
      Currently we block in OMXPlayerAudio/OMXPlayerVideo from the point we see EOF from demuxer,
      until the last frame/audio sample has been played out. This can be a few seconds.
      It means no more messages (such as abort) can be received during this period.
      This results in a bug where if you press stop after the demuxer EOF has occurred it takes
      a long time to stop. You would expect this to be the few seconds of queued data,
      but it actually turns out to be 30 seconds, as the clocks get stopped by the stop message,
      but the players never find out and we hit a timeout.
      It also stops seek/pause working during the playout period.
      It also stops (graphical) subtitles from being rendered during this time.
      The fix involves not blocking for the EOS, but allowing the polling from OMXPlayer to catch it.
      fdc9a1e9
    • Chris \"Koying\" Browet's avatar
    • davilla's avatar
      Merge pull request #2648 from ScudLee/musicdashfixFrodo · 277a5a36
      davilla authored
      Allow dashes in music videos on the first pass
      277a5a36
  9. Apr 23, 2013