1. e129ae9 by niklas.enbom@webrtc.org · 13 years ago
  2. 3227ed5 Fixed potential memory leak in unit test and removed an unnecessary copy. by hellner@google.com · 13 years ago
  3. 102b227 First version of the peerconnection client application for Linux. by tommi@webrtc.org · 13 years ago
  4. 137ece4 * Make GetReadyState accessible via the PeerConnection interface. by tommi@webrtc.org · 13 years ago
  5. 44d356d Fix unused variable warning in spatial_resampler.cc by stefan@webrtc.org · 13 years ago
  6. 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
  7. 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
  8. 5cc9c68 Fixing a warning discovered while compiling with clang. by turajs@google.com · 13 years ago
  9. 057efc8 Removed unused variables and unnecessary assert: causing build error in vpm_test. by marpan@google.com · 13 years ago
  10. 4f39000 Fix warnings on Ubuntu 11.04 (gcc 4.5) by andrew@webrtc.org · 13 years ago
  11. 37fd004 Remove the X11 headers we don't need. by wu@webrtc.org · 13 years ago
  12. cf36b2a Match new[] / delete [] by frkoenig@google.com · 13 years ago
  13. accd686 Implementation of media streams. Work in progress. by perkj@google.com · 13 years ago
  14. 49cbc51 Fix unused variable warning in video_coding. by stefan@webrtc.org · 13 years ago
  15. 7f593c1 Fix gcc 4.6 unused variable warnings in audio_processing. by andrew@webrtc.org · 13 years ago
  16. 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
  17. 9788e18 * Add PeerConnectionProxy to forward all the API calls to signaling thread. by wu@webrtc.org · 13 years ago
  18. 4482b04 revert r430 to keep webrtc always ready to roll in chromium. by wjia@google.com · 13 years ago
  19. f9f1deb Get ready for libvpx Cayuga (v0.9.7-p1). by wjia@google.com · 13 years ago
  20. 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
  21. a386fc0 Fixes build warnings due to unused variables. by hellner@google.com · 13 years ago
  22. 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
  23. 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
  24. ae53bf8 The variable ‘dummy’ set but not used being treated as errors in Fedora. by wu@webrtc.org · 13 years ago
  25. ceb148c Fix compile warnings in Release configuration. by andrew@webrtc.org · 13 years ago
  26. 06ad81f video_coding: changing the UpdateMethod function (protection settings). by mikhal@webrtc.org · 13 years ago
  27. 12f1fc4 Fix initialization defect in constructor webrtc::ModuleRtpRtcpImpl::ModuleRtpRtcpImpl(WebRtc_Word32, bool) initialization list. by perkj@google.com · 13 years ago
  28. a3fc1aa Fix Issue 59. Fix a constructor cast warning in video_X11_channel.cc. by perkj@google.com · 13 years ago
  29. a070adb Moved member RTPSender from private to protected. by pwestin@webrtc.org · 13 years ago
  30. 9d64705 by xians@webrtc.org · 13 years ago
  31. 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
  32. 9695e75 Resolve a crash related to pulseAudio where we need to check if by punyabrata@google.com · 13 years ago
  33. 288c869 Optimization of 'cftmdl': by cduvivier@google.com · 13 years ago
  34. 0e16b78 VP8: Removing VP8Latest flag following the update to the Cayuga release by mikhal@webrtc.org · 13 years ago
  35. d70b77d video_coding: Updating offline tests by mikhal@webrtc.org · 13 years ago
  36. 6f555dc by mallinath@webrtc.org · 13 years ago
  37. eb29a97 * Remove the previous renderer before set a new one. by wu@webrtc.org · 13 years ago
  38. adb2382 Fix windows build. by tommi@webrtc.org · 13 years ago
  39. f81f9f8 Add -Werror and -Wextra to the Linux build. by andrew@webrtc.org · 13 years ago
  40. 9139fdd Optimize ssim_8x8 for SSE2. by frkoenig@google.com · 13 years ago
  41. 6423509 Fix Valgrind warnings in audio_processing. by andrew@webrtc.org · 13 years ago
  42. f53055d Use optimized SSIM from libvpx. by frkoenig@google.com · 13 years ago
  43. bca7fa0 by mallinath@webrtc.org · 13 years ago
  44. 412889a Some cleanup in test app by leozwang@google.com · 13 years ago
  45. 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
  46. 310689e by mallinath@webrtc.org · 13 years ago
  47. 765c918 Changes based on the review comments. by wu@webrtc.org · 13 years ago
  48. bfc63ae by mallinath@webrtc.org · 13 years ago
  49. a2de606 by henrikg@webrtc.org · 13 years ago
  50. 2cdc7b9 Enabling libvpx error concealment. by holmer@google.com · 13 years ago
  51. 7ad6d1c Upgrading to libvpx 0.9.7-p1 (Cayuga) by holmer@google.com · 13 years ago
  52. 2e09692 This CL fixes the warnings when building acm or acm test. by tina.legrand@webrtc.org · 13 years ago
  53. 18cec47 Bug fix for OnRemoveStream. by ronghuawu@google.com · 13 years ago
  54. ff476c6 Optimize temporal difference metric for SSE2. by frkoenig@google.com · 13 years ago
  55. 685383d video_coding/media_opt_util: Removing windows warnings by mikhal@webrtc.org · 13 years ago
  56. 31f24de Use the correct include file. by frkoenig@google.com · 13 years ago
  57. ca758c2 To remove warnings found by clang by turaj@webrtc.org · 13 years ago
  58. ebeb5a6 video_coding - JB: Ensuring that every frame is inserted only once to the list by mikhal@webrtc.org · 13 years ago
  59. 473bac8 Propagate codec specific info to decoder by henrik.lundin@webrtc.org · 13 years ago
  60. 7049389 Fixes volume problem controls, happening with some Logitech headset [from gips P4 depot CL 38122] by punyabrata@webrtc.org · 13 years ago
  61. 467b1a9 by mallinath@webrtc.org · 13 years ago
  62. 7bd857b Apple Airfoil audio casting software crash resolution [Google Internal buglist id: 4444985] by punyabrata@webrtc.org · 13 years ago
  63. aab69a4 removed trailing whitespaces. by hellner@google.com · 13 years ago
  64. 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
  65. 78dc99e performance in ARM V7 improved 7~8 %. by kma@google.com · 13 years ago
  66. 977c296 by hellner@google.com · 13 years ago
  67. 5daeae2 Update fixed profile data due to AECM sqrt change (no presubmit). by andrew@webrtc.org · 13 years ago
  68. ad2a370 Fix unused variable warnings. by andrew@webrtc.org · 13 years ago
  69. 5cdec9e Fix common_audio warnings. by andrew@webrtc.org · 13 years ago
  70. 7189270 Fix compliation error Review URL: http://webrtc-codereview.appspot.com/114003 by leozwang@google.com · 13 years ago
  71. 17a0187 Minimal fixes to remove build warnings. by hellner@google.com · 13 years ago
  72. 1abe7a0 Minimal fixes to remove build warnings. by hellner@google.com · 13 years ago
  73. 064a8df Minimal fixes to remove build warnings. by hellner@google.com · 13 years ago
  74. 0134fac Get rid of the ADM test warnings. by xians@google.com · 13 years ago
  75. e66a0c0 Correcting one bug and changing sleep time while waiting for packets. by mflodman@webrtc.org · 13 years ago
  76. bf5d2ba This CL will exclude the built-in ADM when building with chromium. by xians@google.com · 13 years ago
  77. 8dd7466 2nd check in Review URL: http://webrtc-codereview.appspot.com/112002 by kma@google.com · 13 years ago
  78. 3d48d5b Bug fix. When GetNumCores failed it will return -1, which is a huge number if cast to unsigned int. by wu@webrtc.org · 13 years ago
  79. 56294c6 by hellner@google.com · 13 years ago
  80. 3296d76 Remove unneeded G167 define from AEC. by andrew@webrtc.org · 13 years ago
  81. 241c4d0 Remove numPixels. by frkoenig@google.com · 13 years ago
  82. 9522207 Some changes made in android makefile by leozwang@google.com · 13 years ago
  83. 6d171c4 SSE2 optimizations for spatial content analysis. by frkoenig@google.com · 13 years ago
  84. 3cbbcd9 Removing Linux warnings for auto test. by mflodman@webrtc.org · 13 years ago
  85. 3ab5d5f This patch just gets rid of the rest of warnings on voe_auto_test and adm. by xians@google.com · 13 years ago
  86. 155188c Handle all VP8 packets within a frame as depending on the previous packet by holmer@google.com · 13 years ago
  87. c450747 Roll libjpeg_turbo 78340:95800 by andrew@webrtc.org · 13 years ago
  88. d11aa2b Fix build error on Windows due to gcc specific attribute. by andrew@webrtc.org · 13 years ago
  89. 2be2f69 Remove implicit declaration warnings. by andrew@webrtc.org · 13 years ago
  90. 1959e6f 1st check-in for AECM Neon optimization. by kma@google.com · 13 years ago
  91. 4033e12 Change folder name from Android to android by leozwang@google.com · 13 years ago
  92. c559735 Change folder name from Android to android by leozwang@google.com · 13 years ago
  93. 74a49a8 Two changes: by wu@webrtc.org · 13 years ago
  94. 319fbd1 Added simple model to test_util.cc to simulate bursty packet loss. by marpan@google.com · 13 years ago
  95. 60873ad rtp_sender_video: Modify behavior on send video packet error. This issue was already updated in CL r217, and accidentally reverted in CL r231. by mikhal@google.com · 13 years ago
  96. 424e76a by mallinath@google.com · 13 years ago
  97. 16f1dfc by mallinath@google.com · 13 years ago
  98. 911e36c Also change folder name in audio_device test by leozwang@google.com · 13 years ago
  99. a9b48c3 Change test/Android to test/android by leozwang@google.com · 13 years ago
  100. 0fe2627 adding audio_device_utility_mac.cc, which was misssing from previous CL. by xians@google.com · 13 years ago