1. 416d702 Fix autotest error on non-Win platforms. by andrew@webrtc.org · 13 years ago
  2. e126dbb Adding audio coding module to watchlist. by tina.legrand@webrtc.org · 13 years ago
  3. d15469e Fix typo in WATCHLISTS. Review URL: http://webrtc-codereview.appspot.com/154004 by niklase@google.com · 13 years ago
  4. 29f9159 Use http (not https) to sync jsoncpp. by andrew@webrtc.org · 13 years ago
  5. ce95069 Fix buidling error Review URL: http://webrtc-codereview.appspot.com/151002 by leozwang@google.com · 13 years ago
  6. fcd12b3 Add necessary spaces to log. by wu@webrtc.org · 13 years ago
  7. 4537c2a Remove the UNCONSTR code path from AEC. by andrew@webrtc.org · 13 years ago
  8. 8dc3985 Fix windows build. Review URL: http://webrtc-codereview.appspot.com/150001 by tommi@webrtc.org · 13 years ago
  9. b47d4b2 This CL includes a move of the fixed point delay estimator from aecm to apm/utility. There has also been a code change that makes it possible to enable/disable the far end alignment, so that we save complexity when used as a quality metrics. by bjornv@google.com · 13 years ago
  10. 29fd9a5 Removing warnings in all NetEQ test targets by henrik.lundin@webrtc.org · 13 years ago
  11. df587b2 Adding people to WATCHLISTS by niklase@google.com · 13 years ago
  12. b27f3f1 Update to use the new opensource jsoncpp and remove jsoncpp mods. by wu@webrtc.org · 13 years ago
  13. 19eefdc Add a unit testing framework. by andrew@webrtc.org · 13 years ago
  14. b524f44 Correct some comment spelling errors. Skipping review. by andrew@webrtc.org · 13 years ago
  15. 7a585a7 Correct voe_auto_test file path on Windows. by andrew@webrtc.org · 13 years ago
  16. a3c6d61 Integrate the built-in WASAPI AEC DMO to VoE. by andrew@webrtc.org · 13 years ago
  17. b1b3e67c Fix compilation errors Review URL: http://webrtc-codereview.appspot.com/142002 by leozwang@google.com · 13 years ago
  18. 803a5f2 Add include path Review URL: http://webrtc-codereview.appspot.com/141003 by leozwang@google.com · 13 years ago
  19. 2cef36f Fix Windows gyp run. by andrew@webrtc.org · 13 years ago
  20. f5fb095 Fix audio processing tests gypi after recent changes. by andrew@webrtc.org · 13 years ago
  21. 1fc632e Add gmock 1.6.0 to DEPS. Review URL: http://webrtc-codereview.appspot.com/132016 by andrew@webrtc.org · 13 years ago
  22. 6dd006e Replace tags with matching revision numbers in DEPS. by andrew@webrtc.org · 13 years ago
  23. 938a049 Clean up vie_auto_test.gypi. by andrew@webrtc.org · 13 years ago
  24. 45fa141 qm_select: changed default settings for uep. by marpan@google.com · 13 years ago
  25. 9f710d0 Switch to new sqrt in NetEQ by henrik.lundin@webrtc.org · 13 years ago
  26. f0a8464 Added more statistics during SSIM/PSNR calculation, including calculation of min/max value. by kjellander@webrtc.org · 13 years ago
  27. d3185fe refactor the gyp file to gypi file. by xians@google.com · 13 years ago
  28. 0cc68dc Change Video capture module to be reference counting. Also prevent the module from beeing deleted using the interface. by perkj@webrtc.org · 13 years ago
  29. 31c6b60 Adding calls to Version functions for external codecs. by tina.legrand@webrtc.org · 13 years ago
  30. b448ae2 Permanently adding additional logs by zakkhoyt@google.com · 13 years ago
  31. c6e8b72 Removing qualifiers on include path by zakkhoyt@google.com · 13 years ago
  32. 30ecda1 media_opt_util: Added comment and lowered window size parameter. by marpan@google.com · 13 years ago
  33. 3f28061 media_opt_util: Modification to correction factor in FEC overhead. by marpan@google.com · 13 years ago
  34. 955d0ee Removing echo warning because it seems to be flooding the logs by punyabrata@webrtc.org · 13 years ago
  35. 0ada410 Corrected conditional compilations for spl inline functions in ARM. by kma@google.com · 13 years ago
  36. 6f54c20 video coding test: Adding MT functionality by mikhal@webrtc.org · 13 years ago
  37. ecc43fd google-gflags is an open source command line parsing library for C++ that is useful for our test programs. by kjellander@webrtc.org · 13 years ago
  38. 35dcc23 Adding regression test to NetEQ by henrik.lundin@webrtc.org · 13 years ago
  39. c273019 linking error after tommi's changes. by mallinath@webrtc.org · 13 years ago
  40. b801571 Comment out the ARCH_ARM define temporarily, to avoid duplicate definition conflict with the Android makefiles. by andrew@webrtc.org · 13 years ago
  41. 73f98ae Temporarily switch the numeric locale formatting to 'classic' while we process the signaling message. by tommi@webrtc.org · 13 years ago
  42. 06e2c11 Remove unintentional printfs by stefan@webrtc.org · 13 years ago
  43. 167328e Disable libvpx partitions code for libvpx versions prior Cayuga. by stefan@webrtc.org · 13 years ago
  44. 9e812fc Adding missing parts related to VP8 partitions by stefan@webrtc.org · 13 years ago
  45. 42ab82b Disable independent partitions by default. by stefan@webrtc.org · 13 years ago
  46. c3d8910 Adds support for VP8 partitions by stefan@webrtc.org · 13 years ago
  47. b6fc9f1 optimized one spl function for AECM. by kma@google.com · 13 years ago
  48. 3bbe41a Add support for a numeric table id in DataLogs. by stefan@webrtc.org · 13 years ago
  49. dd07d59 Let VP8 decoder handle NULL codecSpecificInfo by henrik.lundin@webrtc.org · 13 years ago
  50. ea05973 Fixing VCM tests for VP8 by henrik.lundin@webrtc.org · 13 years ago
  51. 73d6551 Adds reference counting to the ADM. by henrika@google.com · 13 years ago
  52. a027bed Handle a null local renderer for times when there's no local cam. by tommi@webrtc.org · 13 years ago
  53. 436289f Quick fix so ViE autotest doesn't terminate Linux windows twice on exit. by mflodman@webrtc.org · 13 years ago
  54. 2d9af90 Fix error when building Peerconnection in Chrome. by perkj@webrtc.org · 13 years ago
  55. e5ea752 New Peerconnection manager implementation. Ready for review. by perkj@google.com · 13 years ago
  56. b44172d Fix "braces recommended" warning in audio_conference_mixer. by andrew@webrtc.org · 13 years ago
  57. f647895 Fix "ignoring return value" in ViE tests. by andrew@webrtc.org · 13 years ago
  58. e4c4d4f Fix "unused variable" warning in release mode. by andrew@webrtc.org · 13 years ago
  59. c547ed9 Remove ViE auto test build warning. by mflodman@webrtc.org · 13 years ago
  60. 00a3ec5 Roll chromium 95033:98568. by andrew@webrtc.org · 13 years ago
  61. b69bb56 Remove 'using namespace' from ViE autotest files. by mflodman@webrtc.org · 13 years ago
  62. ac75cab Fix reference counting assert. by perkj@google.com · 13 years ago
  63. b361f3e Modify codereview.settings by henrik.lundin@webrtc.org · 13 years ago
  64. 269f8a1 Undoing change committed in r514 since it broke bandwidth estimation by stefan@webrtc.org · 13 years ago
  65. e0ed8b2 Fix "return value unused" warnings in voe_cmd_test release mode. by andrew@webrtc.org · 13 years ago
  66. b01a623 Fix "braces recommended" warning in video_engine. by andrew@webrtc.org · 13 years ago
  67. b875349 fixing a bug in GetPlayoutDeviceName, previously it returns name as guid. by xians@google.com · 13 years ago
  68. ea72c34 Temporary add dummy implementation to RefCountModule. The reason is so that ADM and VideoCapture implementations can change to refcounted versions before forcing them. by perkj@google.com · 13 years ago
  69. 1e53166 Fix VP8 tests by henrik.lundin@webrtc.org · 13 years ago
  70. 9d23ba0 Make test app work on android by leozwang@google.com · 13 years ago
  71. fb298d3 Modified path on speex lib by zakkhoyt@google.com · 13 years ago
  72. 413b993 Put some table size information in one place. by andrew@webrtc.org · 13 years ago
  73. d7a4177 header included twice. Review URL: http://webrtc-codereview.appspot.com/139013 by turajs@google.com · 13 years ago
  74. eb74a37 Matlab scripts useful for parsing the output from DataLog by stefan@webrtc.org · 13 years ago
  75. 88a0da8 Add ref_count.h to gyp file. by perkj@google.com · 13 years ago
  76. 9de5917 Add an implementation of reference count to webrtc. by perkj@google.com · 13 years ago
  77. 2641fd1 Remove warnings in vp8_test by henrik.lundin@webrtc.org · 13 years ago
  78. ef04cf4 Adding reference counted version of the module interface. by perkj@google.com · 13 years ago
  79. 563f658 Adding to wathclist. Review URL: http://webrtc-codereview.appspot.com/139010 by mflodman@webrtc.org · 13 years ago
  80. 5a15ab9 Move the WebRtcDeviceManager and WebRtcMediaEngine to libjingle. by wu@webrtc.org · 13 years ago
  81. 4d905f8 Fix clang warnings in rtp. by andrew@webrtc.org · 13 years ago
  82. f1f93d8 Remove warning settings more stringent than Chromium's common.gypi. by andrew@webrtc.org · 13 years ago
  83. a80d026 Fix clang warnings in voice engine. by andrew@webrtc.org · 13 years ago
  84. bbd8908 Fix clang warnings in video coding. by andrew@webrtc.org · 13 years ago
  85. 49e58da Fix release mode "unused variable" warnings in peerconnection. by andrew@webrtc.org · 13 years ago
  86. 20f7428 Temporarily switch to Chrome's hosted libvpx copy. by andrew@webrtc.org · 13 years ago
  87. 87c546e Remove peerconnectionimpl_callbacks.h from libjingle.gyp. by tommi@webrtc.org · 13 years ago
  88. fac55d5 I've added two watchlist definitions (NetEQ and video codecs), and added myself to be notified when something changes. by henrik.lundin@webrtc.org · 13 years ago
  89. c6e54a9 Update to the peerconnection sample app. by tommi@webrtc.org · 13 years ago
  90. 84519ec Fixing some inconsistencies in WebRTC audio coding module. I've added setup information for all codecs which are not part of WebRTC, but possible to hook in. by tina.legrand@webrtc.org · 13 years ago
  91. d9e11b4 by zakkhoyt@google.com · 13 years ago
  92. 777ef59 Fix clang warnings in video engine. by andrew@webrtc.org · 13 years ago
  93. 243db12 media_opt_util: Fixed an assert and some code cleanup for AvgRecoveryFEC function. by marpan@google.com · 13 years ago
  94. b15bfd3 * Add the time_stamp as one parameter to the ViE ExternalRenderer interface. by wu@webrtc.org · 13 years ago
  95. ebb2744 To fix warning for unused variable. And fix some warning in test. by turajs@google.com · 13 years ago
  96. eaf3185 Take care of unused variable. by turajs@google.com · 13 years ago
  97. 9562a36 Last fixes to build with gcc 4.6. by andrew@webrtc.org · 13 years ago
  98. cdefd42 Adding code review watchlist to automatically CC e-mail addresses when new CLs are created. by mflodman@webrtc.org · 13 years ago
  99. 830099e Add a gyp flag to disable video functionality from dependencies shared by voice and video engine. by andrew@webrtc.org · 13 years ago
  100. e9f0e2e Moved _rtpReceiver to protected by pwestin@webrtc.org · 13 years ago