1. 15 May, 2014 3 kayıt (commit)
    • Herbert Dürr's avatar
      #i124422# fix comparisons between pointers and bools or integers · 276ee5d5
      Herbert Dürr yazdı
      comparing pointers with bools or integers is not a good idea and
      clang>=3.4 or xcode>=5.1 now report errors for such code. The
      errors break the build and so they have to be fixed.
      276ee5d5
    • Herbert Dürr's avatar
      #i124896# remove obsoleted sal-module-internal custom STL allocator · c6e0325d
      Herbert Dürr yazdı
      The SAL module avoided the heavy dependency on the stlport4-libraries by using
      a custom allocator for its internal STL containers. With stlport4 removed these
      dependencies are gone and the SAL-internal custom allocator is obsoleted. Since
      the custom allocator results in build problems with clang>=3.4 or xcode>=5.1 it
      is time to remove it for good.
      c6e0325d
    • Herbert Dürr's avatar
      #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet · d3ebac9e
      Herbert Dürr yazdı
      in AV Foundation the most accurate media asset duration is available when the
      AVPlayerItem's status changes to AVPlayerItemStatusReadyToPlay. There already
      is an observer for this, but the upper layers expect getDuration() to be
      synchronous and to return within a reasonable time. Since returning an
      approximation is sufficient using the AVAsset's duration as fallback is fine.
      d3ebac9e
  2. 13 May, 2014 2 kayıt (commit)
  3. 12 May, 2014 3 kayıt (commit)
  4. 08 May, 2014 2 kayıt (commit)
  5. 06 May, 2014 2 kayıt (commit)
  6. 30 Nis, 2014 5 kayıt (commit)
  7. 29 Nis, 2014 8 kayıt (commit)
  8. 28 Nis, 2014 2 kayıt (commit)
  9. 25 Nis, 2014 3 kayıt (commit)
  10. 24 Nis, 2014 1 kayıt (commit)
  11. 23 Nis, 2014 2 kayıt (commit)
  12. 22 Nis, 2014 3 kayıt (commit)
  13. 18 Nis, 2014 1 kayıt (commit)
  14. 17 Nis, 2014 1 kayıt (commit)
  15. 16 Nis, 2014 1 kayıt (commit)
  16. 15 Nis, 2014 1 kayıt (commit)