1. 932096c Porting gtalk alsa impl from depot to webrtc by xians@google.com · 13 years ago
  2. 46171cf video coding tests: Adding a Normal distribution to simulate packet arrival times by mikhal@webrtc.org · 13 years ago
  3. 8571af7 Updating to new VP8 rtp format by henrik.lundin@webrtc.org · 13 years ago
  4. 0973408 Fixes build issue in http://code.google.com/p/webrtc/issues/detail?id=56. by hellner@google.com · 13 years ago
  5. 81fd2bf New ACM codec database, created at compile time. by tina.legrand@webrtc.org · 13 years ago
  6. af931bd Update of iLBC reference files for version 1.1.1, new SQRT. by tina.legrand@webrtc.org · 13 years ago
  7. a41b4ce Changing iLBC to use the new improved SQRT, WebRtcSpl_SqrtFloor(). by tina.legrand@webrtc.org · 13 years ago
  8. c9cff24 Adding classes to be used for logging data within the engines and the by stefan@webrtc.org · 13 years ago
  9. 4094c49 Temporarily use digital AGC in WebRTC since Chromium can't support analog AGC. by perkj@google.com · 13 years ago
  10. c9b75e0 removing the warnings from the voe tests. by xians@google.com · 13 years ago
  11. 2aa5d50 Issue reported in WebRTC. A variable is defined and set, but never used. by tina.legrand@webrtc.org · 13 years ago
  12. 36450af Removing unsupported codecs from ptypes file by henrik.lundin@webrtc.org · 13 years ago
  13. 92bace1 Hi, by mallinath@webrtc.org · 13 years ago
  14. bd4494c Remove the divide-by-2 when mixing. by andrew@webrtc.org · 13 years ago
  15. b7ac56d video coding tests: updating quality tests following r466 by mikhal@webrtc.org · 13 years ago
  16. d24a97f video coding test: deleting unused file(resampler_test.cc) by mikhal@webrtc.org · 13 years ago
  17. 2c3b1fb video_coding tests: removing unused functionality from test_util by mikhal@webrtc.org · 13 years ago
  18. a057a95 video_coding: Updating protection logic in media optimization utility: by mikhal@webrtc.org · 13 years ago
  19. 552f173 video_coding: Moving video metrics computation to a designated file. by mikhal@webrtc.org · 13 years ago
  20. e46d69f Fix gcc 4.6 set but unused warnings in AEC. by andrew@webrtc.org · 13 years ago
  21. b62c776 moving all new version related files to webrtc_dev and removed from webrtc. by mallinath@webrtc.org · 13 years ago
  22. ffbe7a7 Cast away the unused state argument value to silence gcc 4.6 warnings. by andrew@webrtc.org · 13 years ago
  23. 7f2bbbb To remove all calls involving scratch-memory by turajs@google.com · 13 years ago
  24. ac55f7b by turajs@google.com · 13 years ago
  25. 7659b36 revert the file path in the voe_auto_test by xians@google.com · 13 years ago
  26. 350d091 Send the hangup message when asked to disconnect from a peer. by tommi@webrtc.org · 13 years ago
  27. c57f9c3 by xians@webrtc.org · 13 years ago
  28. 4fcb0ca Removing warning in video capture module for linux and auto test. by mflodman@webrtc.org · 13 years ago
  29. b55c988 Updated peerconnection_unittest slightly. Also added it to the build. by hellner@google.com · 13 years ago
  30. 23a8065 Fixed broken build due to r453. by hellner@google.com · 13 years ago
  31. b2801f3 Added the remaining test cases for the webrtcsession unittest also some minor refactoring. by hellner@google.com · 13 years ago
  32. 59af6f1 Porting Mac keypress detection from GIPS repository. by zakkhoyt@google.com · 13 years ago
  33. ba9bd69 video_coding_tests: Fix build error by mikhal@webrtc.org · 13 years ago
  34. aed0348 Roll gyp 985:1012 by andrew@webrtc.org · 13 years ago
  35. 40373cc Bugfix in unittest and some minor refactoring. by hellner@google.com · 13 years ago
  36. eb9572e Add the new peerconnection factory to the scons file. by wu@webrtc.org · 13 years ago
  37. e129ae9 by niklas.enbom@webrtc.org · 13 years ago
  38. 3227ed5 Fixed potential memory leak in unit test and removed an unnecessary copy. by hellner@google.com · 13 years ago
  39. 102b227 First version of the peerconnection client application for Linux. by tommi@webrtc.org · 13 years ago
  40. 137ece4 * Make GetReadyState accessible via the PeerConnection interface. by tommi@webrtc.org · 13 years ago
  41. 44d356d Fix unused variable warning in spatial_resampler.cc by stefan@webrtc.org · 13 years ago
  42. 1cdc6b5 This CL adding a factory class which has the responsibility of creating peerconnection objects. This is very basic class doesn't do any reference count, user has the responsibility to delete the object externally. by mallinath@webrtc.org · 13 years ago
  43. d1015fe Replaced regular sleep with a talk_base::Thread::ProcessMessages(..) call so that Posts get some execution time from the main thread. by hellner@google.com · 13 years ago
  44. 5cc9c68 Fixing a warning discovered while compiling with clang. by turajs@google.com · 13 years ago
  45. 057efc8 Removed unused variables and unnecessary assert: causing build error in vpm_test. by marpan@google.com · 13 years ago
  46. 4f39000 Fix warnings on Ubuntu 11.04 (gcc 4.5) by andrew@webrtc.org · 13 years ago
  47. 37fd004 Remove the X11 headers we don't need. by wu@webrtc.org · 13 years ago
  48. cf36b2a Match new[] / delete [] by frkoenig@google.com · 13 years ago
  49. accd686 Implementation of media streams. Work in progress. by perkj@google.com · 13 years ago
  50. 49cbc51 Fix unused variable warning in video_coding. by stefan@webrtc.org · 13 years ago
  51. 7f593c1 Fix gcc 4.6 unused variable warnings in audio_processing. by andrew@webrtc.org · 13 years ago
  52. 6724cf8 VP8: Adding a flag to indicate the libvpx version. When in Cayuga, additional API's will be used. by mikhal@webrtc.org · 13 years ago
  53. 9788e18 * Add PeerConnectionProxy to forward all the API calls to signaling thread. by wu@webrtc.org · 13 years ago
  54. 4482b04 revert r430 to keep webrtc always ready to roll in chromium. by wjia@google.com · 13 years ago
  55. f9f1deb Get ready for libvpx Cayuga (v0.9.7-p1). by wjia@google.com · 13 years ago
  56. dec6aa5 This CL will remove sending any signal after calling Close and RemoveStream. I am thinking to remove Close method at all, since application can directly delete the object if it wants to end the call with all active streams. Will send that change later in a different CL. by mallinath@webrtc.org · 13 years ago
  57. a386fc0 Fixes build warnings due to unused variables. by hellner@google.com · 13 years ago
  58. 9aa9996 Different solution than the one suggested in http://code.google.com/p/webrtc/issues/detail?id=56 however, should solve the same problem. by hellner@google.com · 13 years ago
  59. 87c9b74 * Use the current thread as the signaling thread and worker thread to keep the unit test simple and easier to debug. by wu@webrtc.org · 13 years ago
  60. ae53bf8 The variable ‘dummy’ set but not used being treated as errors in Fedora. by wu@webrtc.org · 13 years ago
  61. ceb148c Fix compile warnings in Release configuration. by andrew@webrtc.org · 13 years ago
  62. 06ad81f video_coding: changing the UpdateMethod function (protection settings). by mikhal@webrtc.org · 13 years ago
  63. 12f1fc4 Fix initialization defect in constructor webrtc::ModuleRtpRtcpImpl::ModuleRtpRtcpImpl(WebRtc_Word32, bool) initialization list. by perkj@google.com · 13 years ago
  64. a3fc1aa Fix Issue 59. Fix a constructor cast warning in video_X11_channel.cc. by perkj@google.com · 13 years ago
  65. a070adb Moved member RTPSender from private to protected. by pwestin@webrtc.org · 13 years ago
  66. 9d64705 by xians@webrtc.org · 13 years ago
  67. 5895ea1 Fixes volume problem controls, happening with some Logitech headsets. Originally submitted as gips p4 depot CL 38122. by punyabrata@webrtc.org · 13 years ago
  68. 9695e75 Resolve a crash related to pulseAudio where we need to check if by punyabrata@google.com · 13 years ago
  69. 288c869 Optimization of 'cftmdl': by cduvivier@google.com · 13 years ago
  70. 0e16b78 VP8: Removing VP8Latest flag following the update to the Cayuga release by mikhal@webrtc.org · 13 years ago
  71. d70b77d video_coding: Updating offline tests by mikhal@webrtc.org · 13 years ago
  72. 6f555dc by mallinath@webrtc.org · 13 years ago
  73. eb29a97 * Remove the previous renderer before set a new one. by wu@webrtc.org · 13 years ago
  74. adb2382 Fix windows build. by tommi@webrtc.org · 13 years ago
  75. f81f9f8 Add -Werror and -Wextra to the Linux build. by andrew@webrtc.org · 13 years ago
  76. 9139fdd Optimize ssim_8x8 for SSE2. by frkoenig@google.com · 13 years ago
  77. 6423509 Fix Valgrind warnings in audio_processing. by andrew@webrtc.org · 13 years ago
  78. f53055d Use optimized SSIM from libvpx. by frkoenig@google.com · 13 years ago
  79. bca7fa0 by mallinath@webrtc.org · 13 years ago
  80. 412889a Some cleanup in test app by leozwang@google.com · 13 years ago
  81. 54e4691 change from ./test/data/voice_engine/audio_long16.pcm to ../../test/data/voice_engine/audio_long16.pcm by xians@google.com · 13 years ago
  82. 310689e by mallinath@webrtc.org · 13 years ago
  83. 765c918 Changes based on the review comments. by wu@webrtc.org · 13 years ago
  84. bfc63ae by mallinath@webrtc.org · 13 years ago
  85. a2de606 by henrikg@webrtc.org · 13 years ago
  86. 2cdc7b9 Enabling libvpx error concealment. by holmer@google.com · 13 years ago
  87. 7ad6d1c Upgrading to libvpx 0.9.7-p1 (Cayuga) by holmer@google.com · 13 years ago
  88. 2e09692 This CL fixes the warnings when building acm or acm test. by tina.legrand@webrtc.org · 13 years ago
  89. 18cec47 Bug fix for OnRemoveStream. by ronghuawu@google.com · 13 years ago
  90. ff476c6 Optimize temporal difference metric for SSE2. by frkoenig@google.com · 13 years ago
  91. 685383d video_coding/media_opt_util: Removing windows warnings by mikhal@webrtc.org · 13 years ago
  92. 31f24de Use the correct include file. by frkoenig@google.com · 13 years ago
  93. ca758c2 To remove warnings found by clang by turaj@webrtc.org · 13 years ago
  94. ebeb5a6 video_coding - JB: Ensuring that every frame is inserted only once to the list by mikhal@webrtc.org · 13 years ago
  95. 473bac8 Propagate codec specific info to decoder by henrik.lundin@webrtc.org · 13 years ago
  96. 7049389 Fixes volume problem controls, happening with some Logitech headset [from gips P4 depot CL 38122] by punyabrata@webrtc.org · 13 years ago
  97. 467b1a9 by mallinath@webrtc.org · 13 years ago
  98. 7bd857b Apple Airfoil audio casting software crash resolution [Google Internal buglist id: 4444985] by punyabrata@webrtc.org · 13 years ago
  99. aab69a4 removed trailing whitespaces. by hellner@google.com · 13 years ago
  100. 771ca42 Fixed assert error in media_opt_util that may have caused index for look-up table to be out of range. by marpan@google.com · 13 years ago