1. 26 Oct, 2016 1 commit
  2. 24 Oct, 2016 13 commits
  3. 21 Oct, 2016 2 commits
  4. 20 Oct, 2016 5 commits
  5. 19 Oct, 2016 8 commits
  6. 18 Oct, 2016 2 commits
  7. 17 Oct, 2016 7 commits
  8. 14 Oct, 2016 2 commits
    • Release surfaces created to wrap SurfaceTextures · dca4d16b
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=136163292
      klampert committed
    • Fix Widevine L3 provisioning in V2 · 6acf59c4
      1. HttpMediaDrmCallback.executeProvisionRequest needs to specify
         an empty byte[], else we do a GET instead of a POST.
      2. Content-Type should not be set when making the provision
         request, since there's no body.
      3. DataSource implementations must correctly handle a non-null
         body with zero length. CronetDataSource was not handling this
         case. DefaultHttpDataSource was, but made a code modification
         to make it a little clearer. OkHttpDataSource seems to handle
         the case correctly, and it doens't look like the code can be
         made clearer.
      
      Issue #1925
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=136042641
      olly committed