Android CTS 5.1 Release 21 (4114473)
  1. a846c20 HW video decoding optimization to better support HD resolution: by glaznev@webrtc.org · 10 years ago
  2. fdfa168 Remove deprecated RTCVideoRenderer constructor. by tkchin@webrtc.org · 10 years ago
  3. 9426b88 win: Replace custom assert() macro with regular assert.h by thakis@chromium.org · 10 years ago
  4. 2b73e54 (Auto)update libjingle 73927658-> 73927775 by buildbot@webrtc.org · 10 years ago
  5. 3e4dfed Making sure muc members get recorded. by phoglund@webrtc.org · 10 years ago
  6. b095dd1 Active connection stats [LocalAddress,RemoteAddress,LocalCandidateType...etc] by houssainy@google.com · 10 years ago
  7. cf81adf (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  8. 39e16e7 Add new OWNERS file to talk/examples. by tkchin@webrtc.org · 10 years ago
  9. 2a86ce2 (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  10. 459f356 (Auto)update libjingle 72016417-> 72097588 by buildbot@webrtc.org · 10 years ago
  11. 312862c (Auto)update libjingle 71829282-> 71834788 by buildbot@webrtc.org · 10 years ago
  12. 394c028 (Auto)update libjingle 71766184-> 71775619 by buildbot@webrtc.org · 10 years ago
  13. 12569f9 Revert "Reland r6707 with the fix for callclient.cc." by jiayl@webrtc.org · 10 years ago
  14. 4417c9c Reland r6707 with the fix for callclient.cc. by jiayl@webrtc.org · 10 years ago
  15. b6ef00f Handle the case if an unusually long peer name is provided in the peerconnection example. by tommi@webrtc.org · 10 years ago
  16. 249b389 Implement command line flags for peerconnection client example on Windows by kjellander@webrtc.org · 10 years ago
  17. 596929a APPRTCDemo(objc): Remove regex parsing in favor of JSON struct. by tkchin@webrtc.org · 10 years ago
  18. 50af306 Add OpenGL Android video renderer which can display multiple by glaznev@webrtc.org · 10 years ago
  19. eb70c0e AppRTCDemo(android): support app (UI) & capture rotation. by fischman@webrtc.org · 10 years ago
  20. 91621f8 AppRTCDemo(android): remove HTML/regex hackery in favor of JSON struct. by fischman@webrtc.org · 10 years ago
  21. 5eb79e1 Fix retain cycle in RTCEAGLVideoView. by tkchin@webrtc.org · 10 years ago
  22. 27abd57 talk/ios: Fixes source after corrupt sync in r6305 (which corrupted r6291). by henrike@webrtc.org · 10 years ago
  23. ac85501 (Auto)update libjingle 68275107-> 68379861 by buildbot@webrtc.org · 10 years ago
  24. 52348f6 Implement mac version of AppRTCDemo. by tkchin@webrtc.org · 10 years ago
  25. 4cb7ef9 AppRTCDemo(android): run in full-screen & immersive mode. by fischman@webrtc.org · 10 years ago
  26. 980d9a2 AppRTCDemo(android): README updates for a shrinking envsetup.sh world. by fischman@webrtc.org · 10 years ago
  27. c289b1a (Auto)update libjingle 67872893-> 67873348 by buildbot@webrtc.org · 10 years ago
  28. 11c9654 (Auto)update libjingle 67869540-> 67872893 by buildbot@webrtc.org · 10 years ago
  29. 935b8f2 Add a UIView for rendering a video track. by tkchin@webrtc.org · 10 years ago
  30. ce87dc3 PeerConnection(android): allow initializing either (or neither) of {Voice,Video}Engine. by fischman@webrtc.org · 10 years ago
  31. 4b15272 AppRTCDemo(android): added a Heads-Up Display for bandwidth estimation. by fischman@webrtc.org · 10 years ago
  32. 86c7f60 AppRTCDemo(android): send the created SDP, not the local description after setting it by fischman@webrtc.org · 10 years ago
  33. a00076b Implement ObjC DataChannel wrapper by tkchin@webrtc.org · 10 years ago
  34. fcdeef1 AppRTCDemo was blocking the main thread for network requests. This fixes it by making the background queue serial instead of using @synchronize to make the background operations serial. by fischman@webrtc.org · 10 years ago
  35. 3706881 AppRTCDemo(android): don't initialize process-globals more than once. by fischman@webrtc.org · 10 years ago
  36. ae5ee62 Use CreatePeerConnection method which accepts port_allocator. by mallinath@webrtc.org · 10 years ago
  37. 664ec03 Provide GetStats method in RTCPeerConnection by tkchin@webrtc.org · 10 years ago
  38. af6b980 Fix typo by renaming RTCSessionDescriptonDelegate -> RTCSessionsDescriptionDelegate by tkchin@webrtc.org · 10 years ago
  39. 4625b10 AppRTCDemo(android): fix a couple of SDP-related regressions. by fischman@webrtc.org · 10 years ago
  40. 3131477 AppRTCDemo(iOS): now works in the iOS Simulator! by fischman@webrtc.org · 10 years ago
  41. d1dae16 AppRTCDemo(iOS): remote-video reliability fixes by fischman@webrtc.org · 10 years ago
  42. 2f6ef0f AppRTCDemo(android): specify DtlsSrtpKeyAgreement:true in CreatePeerConnection's constraints. by fischman@webrtc.org · 10 years ago
  43. eb28c3c Fix after auto update in r5787. APPRTCVideoView.h/m was removed incorrectly. by henrike@webrtc.org · 10 years ago
  44. c97efd0 (Auto)update libjingle 63738002-> 63773382 by henrike@webrtc.org · 10 years ago
  45. e96c631 Fix after auto update: removed files were brought back. by henrike@webrtc.org · 10 years ago
  46. 22e3e5d AppRTCDemo(iOS): allow rooms with no incoming audio. by fischman@webrtc.org · 10 years ago
  47. bf64da0 (Auto)update libjingle 63648983-> 63738002 by henrike@webrtc.org · 10 years ago
  48. 312f57c PeerConnection(iOS): make ARC-clean talk/.../objc* and talk/examples/ios by fischman@webrtc.org · 10 years ago
  49. bb28815 AppRTCDemo(ios): style/cleanup fixes following cr/62871616-p10 by fischman@webrtc.org · 10 years ago
  50. 6e2c318 (Auto)update libjingle 62865357-> 62871616 by henrike@webrtc.org · 10 years ago
  51. b951827 Remove std:: prefixes from C functions in talk/. by pbos@webrtc.org · 10 years ago
  52. c583107 Update libjingle 62364298->62472237 by henrike@webrtc.org · 10 years ago
  53. 5cacbab Rollback of r5629 "(Auto)update libjingle 62364298-> 62368661". by henrike@webrtc.org · 10 years ago
  54. e2da1db (Auto)update libjingle 62364298-> 62368661 by henrike@webrtc.org · 10 years ago
  55. ee97243 AppRTCDemo(android): don't send local SDP until it's set. by fischman@webrtc.org · 10 years ago
  56. 1b678f7 (Auto)update libjingle 62293974-> 62364298 by henrike@webrtc.org · 10 years ago
  57. 106d859 iOS, AppRTCDemo: Fixes exception due to JSON for ice using "urls" instead of "url", which is introduced by r5599. by braveyao@webrtc.org · 10 years ago
  58. 2b44a5e Android, AppRTCDemo: Fixes java exception due to JSON for ice using "urls" instead of "url". by henrike@webrtc.org · 10 years ago
  59. 765411c AppRTCDemo(android): clarified README on how to launch app using adb. by fischman@webrtc.org · 10 years ago
  60. 20477f1 PeerConnection(java): added MediaConstraints support to AudioSource, now fed to AudioTrack. by fischman@webrtc.org · 10 years ago
  61. b0ffe70 PeerConnection(java): use MediaCodec for HW-accelerated video encode where available. by fischman@webrtc.org · 10 years ago
  62. ac98111 PeerConnectionClient needs to initialize SSL. BUG=2911 R=fischman@webrtc.org by jiayl@webrtc.org · 10 years ago
  63. d1acbe9 Add ability to receive calls for iOS BUG=2701 R=fischman@webrtc.org by fischman@webrtc.org · 10 years ago
  64. 19b058e Talk: Removes deprecated example apps and moves the server apps to trunk/talk/examples. by henrike@webrtc.org · 10 years ago
  65. f32dd31 Update libjingle to 59676287 by sergeyu@chromium.org · 10 years ago
  66. 26c6b8e PeerConnection(java): Add OnRenegotiationNeeded support by fischman@webrtc.org · 10 years ago
  67. 5d93b75 AppRTCDemo(android): close() the throw-away DataChannel. by fischman@webrtc.org · 10 years ago
  68. a064d5d Revert 5274 "Update talk to 58113193 together with https://webrt..." by wu@webrtc.org · 11 years ago
  69. 01d88c7 Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/. by wu@webrtc.org · 11 years ago
  70. 97bc7cf PeerConnection(java): rationalize pointer-to-jlong conversion. by fischman@webrtc.org · 11 years ago
  71. 176e638 Roll chromium_revision 232627:238260 by kjellander@webrtc.org · 11 years ago
  72. 97fbd30 Update libjingle to 57692857 by sergeyu@chromium.org · 11 years ago
  73. 19da465 Update talk to 56619788 by sergeyu@chromium.org · 11 years ago
  74. 0f0ae8d Explicitly @synthesize ObjC @properties by fischman@webrtc.org · 11 years ago
  75. 5c9dd59 Update libjingle to 55618622. Update libyuv to r826. by wu@webrtc.org · 11 years ago
  76. 303a6ed AppRTCDemo(android): remove vestigial mentions of PowerManager by fischman@webrtc.org · 11 years ago
  77. eae5e8b AppRTCDemo(android): support boolean value for MediaStreamConstraints.{audio,video}. by fischman@webrtc.org · 11 years ago
  78. 324ae35 Android standalone: remove some usages of deprecated APIs and prevent further regressions. by fischman@webrtc.org · 11 years ago
  79. d6e5562 VideoCaptureAndroid: rewrote the (standalone) implementation of video capture on Android. by fischman@webrtc.org · 11 years ago
  80. fdec3b2 AppRTCDemo(android): uncaught exceptions now display a modal dialog box before killing the app. by fischman@webrtc.org · 11 years ago
  81. 2e37e9a PeerConnection(Android): enable tracing to logcat. by fischman@webrtc.org · 11 years ago
  82. a36714f AppRTCDemo(iOS): prefer ISAC as audio codec by fischman@webrtc.org · 11 years ago
  83. a0f441f AppRTCDemo(android): prefer ISAC for audio codec. by fischman@webrtc.org · 11 years ago
  84. 6d111e3 AppRTCDemo(android): allow audio-only calls to test iOS interop by fischman@webrtc.org · 11 years ago
  85. 28d4dbe iOS: unbreak the build following r4546 by fischman@webrtc.org · 11 years ago
  86. 4047dea PeerConnection shutdown-time fixes by fischman@webrtc.org · 11 years ago
  87. b204dfa PeerConnection.java: enable setting trace & log levels from Java by fischman@webrtc.org · 11 years ago
  88. c28ca22 AppRTCDemo: builds using ninja on iOS for simulator and device! by fischman@webrtc.org · 11 years ago
  89. b013c7c AppRTCDemo: replace the use of query-string parameters for pre-JB devices. by fischman@webrtc.org · 11 years ago
  90. 3c5699e AppRTCDemo: don't render frames that are already outdated. by fischman@webrtc.org · 11 years ago
  91. 1a04b88 Update talk folder to revision=49713299. by henrike@webrtc.org · 11 years ago
  92. a113c08 Update talk folder to revision=49260075. Same as 369 in libjingle's google code repository. by henrike@webrtc.org · 11 years ago
  93. 0e118e7 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago