1. 03 Oct, 2014 - 1 commit
  2. 01 Oct, 2014 - 1 commit
  3. 29 Sep, 2014 - 1 commit
  4. 26 Sep, 2014 - 9 commits
  5. 25 Sep, 2014 - 1 commit
  6. 24 Sep, 2014 - 3 commits
  7. 22 Sep, 2014 - 1 commit
  8. 19 Sep, 2014 - 1 commit
  9. 17 Sep, 2014 - 1 commit
  10. 12 Sep, 2014 - 2 commits
    • Andrew den Exter's avatar
      Ensure pre-roll frames are displayed when gstreamer backend is paused. · 3b20608f
      Andrew den Exter authored
      
      Perform a seek before transitioning from the stopped state to paused or
      playing to force the pipeline to resupply the video sink with any
      pre-roll buffer it may have previously ignored during loading.  And
      don't assume showPrerollFrames to be true if the current state is not
      stopped as the policy handling may have prevented an effectual state
      change.
      
      Change-Id: I288a70bc4da32f3534eab4b14702ca8f8fdb4222
      Reviewed-by: default avatarYoann Lopes <yoann.lopes@digia.com>
      3b20608f
    • Christian Strømme's avatar
      OpenSL ES: Be less rigid about tearing down the output device. · 65d44edd
      Christian Strømme authored
      
      We where very strict about tearing down the audio device. While this is
      a good strategy to avoid unnecessary resource usage, it also causes
      excessive re-allocations, e.g., when transiting from start to stop and
      back again. This can increase latency, especially in case where a short
      clip is re-played at a high frequency.
      This change also decrease the chance of the player ending up in some
      unknown state where it drops audio clips without any warning.
      
      Task-number: QTBUG-40864
      Change-Id: I1afad4af0622983f0f0c221d91cf794585d8cad2
      Reviewed-by: default avatarYoann Lopes <yoann.lopes@digia.com>
      65d44edd
  11. 11 Sep, 2014 - 5 commits
  12. 10 Sep, 2014 - 2 commits
  13. 09 Sep, 2014 - 8 commits
  14. 01 Sep, 2014 - 2 commits
  15. 30 Aug, 2014 - 1 commit
    • Andrew Knight's avatar
      winrt: Add camera service · 0c3438c9
      Andrew Knight authored
      
      This adds a basic camera service with viewfinder (video renderer based),
      still image capture, and device selection support.
      
      Runtime apps must set the "webcam" and "microphone" device capabilities
      in order to access the hardware. This can be done by adding the following
      to the .pro file:
          WINRT_MANIFEST.capabilites_device += webcam microphone
      
      [ChangeLog] Enabled basic camera support in the winrt backend.
      
      Change-Id: If4f963ef645d93c757ae23aec9a9c8aae122324f
      Reviewed-by: default avatarYoann Lopes <yoann.lopes@digia.com>
      0c3438c9
  16. 29 Aug, 2014 - 1 commit