1. 22 2月, 2018 1 次提交
  2. 25 1月, 2018 1 次提交
  3. 03 11月, 2017 1 次提交
  4. 14 10月, 2017 1 次提交
  5. 07 10月, 2017 1 次提交
  6. 21 9月, 2017 1 次提交
  7. 04 9月, 2017 1 次提交
  8. 30 8月, 2017 1 次提交
    • O
      Fix mapping CLEARKEY_UUID to COMMON_PSSH_UUID · f44e30c7
      olly 提交于
      This mapping when we call into platform components also needs
      to be applied when creating the MediaCrypto instance. The fix
      is to stop propagating the UUID through all the createMediaCrypto
      methods. This is unnecessary, since the eventual target already
      knows its own UUID!
      
      Issue: #3138
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=166843372
      f44e30c7
  9. 23 6月, 2017 1 次提交
    • A
      Add type to DrmInitData.SchemeData · 317a9944
      aquilescanta 提交于
      At the moment, only CENC-defined scheme types are known values.
      This will allow having more information about the encryption
      scheme through the format, which in turn will allow more informed
      decisions on format support.
      
      Issue:#1661
      Issue:#1989
      Issue:#2089
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=159538907
      317a9944
  10. 23 3月, 2017 1 次提交
  11. 31 8月, 2016 1 次提交
  12. 08 8月, 2016 1 次提交
  13. 29 7月, 2016 2 次提交
  14. 23 7月, 2016 1 次提交
  15. 08 7月, 2016 1 次提交
    • O
      Finalize v2 directory + package name · dbb43567
      olly 提交于
      - The package is renamed to avoid conflicts with v1, should any
      app wish to include both v1 and v2 for a period of time. This is
      similar to the approach used by some other open source projects
      (e.g. okhttp).
      - Copyright year is updated everywhere for completeness.
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=126895326
      dbb43567
  16. 16 6月, 2016 5 次提交
  17. 26 11月, 2015 1 次提交
    • O
      Make sure we use the correct mimeType with DRM initialization data. · 7e2fffe7
      Oliver Woodman 提交于
      We were previously using the container format of the media being
      played as the mimeType generating key requests, but this is not
      always correct. As an example, where a manifest contains webm streams
      but specifies initialization data using cenc:pssh elements in the
      manifest, the media has a webm mimeType, but the DRM initialization
      data has an mp4 mimeType.
      7e2fffe7
  18. 18 6月, 2015 1 次提交
  19. 23 5月, 2015 1 次提交
  20. 11 3月, 2015 1 次提交