1. 12 Apr, 2016 - 1 commit
  2. 08 Apr, 2016 - 2 commits
  3. 06 Apr, 2016 - 2 commits
  4. 05 Apr, 2016 - 1 commit
  5. 31 Mar, 2016 - 1 commit
  6. 29 Mar, 2016 - 2 commits
  7. 22 Mar, 2016 - 3 commits
  8. 21 Mar, 2016 - 2 commits
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.6' into 5.7 · e757890f
      Liang Qi authored
      Change-Id: Ieb1a3081907093e31e8c8b7f95993bb3b2173672
      e757890f
    • Friedemann Kleint's avatar
      DirectShow: Fix MinGW warnings about signedness of comparison. · 71a6b1b6
      Friedemann Kleint authored
      
      Use a switch on int instead of else if.
      
      common\evr\evrcustompresenter.cpp: In member function 'virtual bool EVRCustomPresenter::event(QEvent*)':
      common\evr\evrcustompresenter.cpp:1882:22: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare]
           if (e->type() == StartSurface) {
                            ^
      common\evr\evrcustompresenter.cpp:1885:29: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare]
           } else if (e->type() == StopSurface) {
                                   ^
      common\evr\evrcustompresenter.cpp:1888:29: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare]
           } else if (e->type() == PresentSample) {
      
      Change-Id: I8533e2c6d9b0a01b7b95e1d8bb119b50d4aabd25
      Reviewed-by: default avatarMark Brand <mabrand@mabrand.nl>
      71a6b1b6
  9. 20 Mar, 2016 - 1 commit
  10. 18 Mar, 2016 - 1 commit
  11. 17 Mar, 2016 - 2 commits
  12. 16 Mar, 2016 - 1 commit
    • Yoann Lopes's avatar
      PulseAudio: change the way volume is applied. · b17e0cd5
      Yoann Lopes authored
      
      We used to change the PulseAudio sink input volume. Doing so had
      some potential unwanted side effects depending on the PulseAudio server
      configuration. When flat volumes were enabled, it would affect the
      global system volume. It could also affect the volume of other streams
      having the same audio role.
      Volumes in Qt Multimedia are supposed to be relative to the application
      volume and should not affect anything else than the object on which it
      was changed. To guarantee that, PulseAudio volume APIs are not used
      anymore. Instead, software-based volume attenuation is applied on the
      audio samples before being passed to PulseAudio.
      
      Applies to QSoundEffect, QAudioOutput and QAudioInput.
      
      Task-number: QTBUG-40823
      Task-number: QTBUG-49461
      Change-Id: I690716976bda8fe666969ca2cbdf6d8d0b419733
      Reviewed-by: default avatarChristian Stromme <christian.stromme@theqtcompany.com>
      b17e0cd5
  13. 15 Mar, 2016 - 1 commit
  14. 11 Mar, 2016 - 1 commit
  15. 10 Mar, 2016 - 1 commit
  16. 09 Mar, 2016 - 1 commit
    • Andreas Holzammer's avatar
      Port DirectShow backend to wince · 77c9ab4a
      Andreas Holzammer authored
      
      dshow.h needs to be included before Qt headers as they include the
      windows header with NOMINMAX macro set. DirectShow header needs min/max
      macro definition to compile. The min/max macro then conflicts with
      QDateTime header, hence needs to be undefined again for some occasions.
      
      Windows Embedded Compact then defines INTERFACE as macro, which conflicts.
      
      Windows Embedded Compact does not support audio end point selection.
      Feature has been disabled for this platform.
      
      Windows Embedded Compact does not support setting meta data, control has
      been disabled.
      
      Windows Embedded Compact does not support VMR, feature was disabled.
      
      Direct Show renders always top to buttom.
      
      Change-Id: Id17700835e2105fb127b12e3448bea16e3b52546
      Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
      77c9ab4a
  17. 07 Mar, 2016 - 1 commit
    • Liang Qi's avatar
      Merge remote-tracking branch 'origin/5.6' into 5.7 · 06a95053
      Liang Qi authored
      Conflicts:
      	src/plugins/avfoundation/mediaplayer/mediaplayer.pro
      	tests/auto/unit/qmediaserviceprovider/mockserviceplugin1/mockserviceplugin1.pro
      	tests/auto/unit/qmediaserviceprovider/mockserviceplugin2/mockserviceplugin2.pro
      	tests/auto/unit/qmediaserviceprovider/mockserviceplugin3/mockserviceplugin3.pro
      	tests/auto/unit/qmediaserviceprovider/mockserviceplugin4/mockserviceplugin4.pro
      	tests/auto/unit/qmediaserviceprovider/mockserviceplugin5/mockserviceplugin5.pro
      
      Change-Id: I5742596230dc510ba2a09eba624429bb67179194
      06a95053
  18. 03 Mar, 2016 - 1 commit
  19. 02 Mar, 2016 - 1 commit
  20. 01 Mar, 2016 - 2 commits
  21. 26 Feb, 2016 - 2 commits
  22. 25 Feb, 2016 - 6 commits
  23. 15 Feb, 2016 - 3 commits
  24. 08 Feb, 2016 - 1 commit