1. 6590ec3 Teach webrtc/codereview.settings how to point at svn rev's so rietveld issues get a useful URL. by fischman@webrtc.org · 12 years ago
  2. f4b2617 Re-initialize enough state on "Stop Call" to be able to stop/start multiple calls in succession. by fischman@webrtc.org · 12 years ago
  3. b518017 Adding pacing module, will replace the transmission_bucket in the RTP module. by pwestin@webrtc.org · 12 years ago
  4. f875fd2 i420:verify image length by mikhal@webrtc.org · 12 years ago
  5. 701567a Capture module: Fixing size computation for u and v planes TEST=trybots by mikhal@webrtc.org · 12 years ago
  6. 06d72d8 Add Android OWNER files by leozwang@webrtc.org · 12 years ago
  7. e8ef807 Added possibility to run quality modes test. Added possibility to input arguments to the test. The test will (for each frame) log the values in contentMetrics to a txt-file. The txt-file can optionally be saved in a specific place. Fixed an issue where video_coding_test crashed if there weren't any parameter submitted to an input argument. by brykt@google.com · 12 years ago
  8. 9cb9fc1 Reformatted atomic32 files. by phoglund@webrtc.org · 12 years ago
  9. fa65c85 Optimized function AllpassFilter2FixDec16() in isac fix for Android Neon platforms. by kma@webrtc.org · 12 years ago
  10. b952a90 Remove an unused Shutdown method from the ThreadWrapper interface. by tommi@webrtc.org · 12 years ago
  11. 1401285 Can now fully control custom calls from the command line. by phoglund@webrtc.org · 12 years ago
  12. 2a749d3 Verify output frame timestamp in VideoProcessingModuleTest.Resampler. by wu@webrtc.org · 12 years ago
  13. 206532e Fix a bug in spatial_resampler where we should set the timestamp after Scale. by wu@webrtc.org · 12 years ago
  14. 1245402 Fixed and enabled ARM assembly code in AECM and NS. by kma@webrtc.org · 12 years ago
  15. 31eae47 Implemented a build system that generates offset header files for ARM assembly files, in Android. by kma@webrtc.org · 12 years ago
  16. 055663b Updating vp8 tests by mikhal@webrtc.org · 12 years ago
  17. c862f49 Move capture level computation after all processing. by andrew@webrtc.org · 12 years ago
  18. 7096fc0 Break out unittest helpers for remote_bitrate_estimator. by stefan@webrtc.org · 12 years ago
  19. ac993fe Adding codecType to OnIncomingCapturedEncodedFrame partially reverting r3013. by mikhal@webrtc.org · 12 years ago
  20. c66e8b3 pre-factor cleanup pre-work. by pwestin@webrtc.org · 12 years ago
  21. 4cebe6c Made TickTime immutable, rewrote tick utils to be fakeable. by phoglund@webrtc.org · 12 years ago
  22. 6e9890d Removed ViEBaseObserver. by mflodman@webrtc.org · 12 years ago
  23. 8d0cef3 Updating opus in .gitignore by kjellander@webrtc.org · 12 years ago
  24. 0ad3c1a Adding Opus stereo support to WebRTC by tina.legrand@webrtc.org · 12 years ago
  25. 6dddfe9 Fix for webrtc issue 1052 on windows with vie_auto_test. by vikasmarwaha@webrtc.org · 12 years ago
  26. ddcc942 Check the channels in receive-side processing frames. by andrew@webrtc.org · 12 years ago
  27. e5b49a0 Update timestamp offset for re-transmitted packets. by asapersson@webrtc.org · 12 years ago
  28. f17d7d1 Using proper GYP references for Strmiids.lib on Windows by kjellander@webrtc.org · 12 years ago
  29. f7fa627 Reformating files in audio coding module. by tina.legrand@webrtc.org · 12 years ago
  30. a56d759 Removing use of raw buffers for I420PSNR and I420SSIM functions by kjellander@webrtc.org · 12 years ago
  31. 5f9970f Refactor OpenSL audio driver by leozwang@webrtc.org · 12 years ago
  32. 737ed3b libyuv wrapper: 1. Updating rotation settings - in case of 90 or 270 degree rotations, width and height should be updated accordingly. 2. Test clean-up. by mikhal@webrtc.org · 12 years ago
  33. 1be46fc Change src/webrtc in WATCHLIST. by mflodman@webrtc.org · 12 years ago
  34. f3ffcce Adding default trybot names to PRESUBMIT.py. by kjellander@webrtc.org · 12 years ago
  35. ef62929 Landing http://review.webrtc.org/914006/ by niklas.enbom@webrtc.org · 12 years ago
  36. 1a2a6dd Fixes a bitrate mismatch between sender and receiver. by stefan@webrtc.org · 12 years ago
  37. e034f21 Remove video_capture/test/android by andrew@webrtc.org · 12 years ago
  38. 9841d92 Reorganize modules/video_render. by andrew@webrtc.org · 12 years ago
  39. 3c01316 Fix Android build after video_capture reorg. by andrew@webrtc.org · 12 years ago
  40. 94caca7 Reorganize modules/video_capture. by andrew@webrtc.org · 12 years ago
  41. 5ff091f Init capturePicture with GetCaptureDeviceSnapshot so that the SetRenderStartImage test won't depend on the previous test which may be disabled by the include_timing_dependent_tests flag. This is a fix for LinuxLargeTests. by wu@webrtc.org · 12 years ago
  42. 91a0340 Adding stride alignment by mikhal@webrtc.org · 12 years ago
  43. 6ab92ed Check if opus exists when build test app on Android by leozwang@webrtc.org · 12 years ago
  44. c381a84 Fix valgrind issue. Code was removed by mistake in r2983. by mikhal@webrtc.org · 12 years ago
  45. f6a4a49 Suppress the -Wno-address-of-array-temporary for linux clang. by wu@webrtc.org · 12 years ago
  46. 2f476ed Fix uninitialzed memory and cleanup. by pwestin@webrtc.org · 12 years ago
  47. ff137ed Work around with issue 971 (signal_processing_unittests fails memcheck when compiled with GCC 4.6). by kma@webrtc.org · 12 years ago
  48. 6dcef36 Follow-up CL for r3007. by stefan@webrtc.org · 12 years ago
  49. e83d311 Removing codecType from capture API by mikhal@webrtc.org · 12 years ago
  50. 6f19b1b Enable Opus by leozwang@webrtc.org · 12 years ago
  51. 8186534 Only reinitialize AudioProcessing when needed. by andrew@webrtc.org · 12 years ago
  52. e08adf0 fix print out in mirror test by mikhal@webrtc.org · 12 years ago
  53. 8d2f5c5 Fixing BWE estimation reordering issue by mikhal@webrtc.org · 12 years ago
  54. c947147 Roll libyuv to r438 to get vs2012 cleanup, NV12 to/from I420 and NV21. Added Unaligned unittests. by fbarchard@google.com · 12 years ago
  55. e341fd6 Fixes http://code.google.com/p/webrtc/issues/detail?id=1003 by henrike@webrtc.org · 12 years ago
  56. bc48b8c Fixes http://code.google.com/p/webrtc/issues/detail?id=1002 by henrike@webrtc.org · 12 years ago
  57. a5d4c31 Fixing IsZeroSize call by mikhal@webrtc.org · 12 years ago
  58. a3ae6dc Remove opus include path from opus.gypi. by andrew@webrtc.org · 12 years ago
  59. 9169b51 Fixing vpm valgrind issues introduced in r2893 by mikhal@webrtc.org · 12 years ago
  60. 5125350 Added buffer length when calling encrypt(). Write the extra two bytes. by xians@webrtc.org · 12 years ago
  61. 8dde197 Only remove encoder state feedback for send channels. by mflodman@webrtc.org · 12 years ago
  62. 1f8c02a Getting Opus from Chrome by tina.legrand@webrtc.org · 12 years ago
  63. d6ec386 Revert the revert in r2988 since that wasn't the issue. by mflodman@webrtc.org · 12 years ago
  64. cf21686 Fixes issues related to intra requests. by stefan@webrtc.org · 12 years ago
  65. d7ee10f Remove internal version of Opus by tina.legrand@webrtc.org · 12 years ago
  66. 8239ca5 Reverse Merged r2884 & r2888 from trunk. by vikasmarwaha@webrtc.org · 12 years ago
  67. 746721b Fixes the layer sync bit for temporal layer 0 by pwestin@webrtc.org · 12 years ago
  68. 1997ddb Fix valgrind issue introduced in r2983 by mikhal@webrtc.org · 12 years ago
  69. 8773672 Enable Opus for Chrome Review URL: https://webrtc-codereview.appspot.com/935005 by niklas.enbom@webrtc.org · 12 years ago
  70. 9fedff7 Switching to I420VideoFrame by mikhal@webrtc.org · 12 years ago
  71. 6392657 Remove third_party/opus/opus.gyp by tina.legrand@webrtc.org · 12 years ago
  72. c0ceb82 Adding possibility to set usage of temporal layers from outside of VP8 gyp file. by henrikg@webrtc.org · 12 years ago
  73. bfad0a7 Update svn:ignore for the codecs folder. by tommi@webrtc.org · 12 years ago
  74. c05c5fc Update svn:ignore. by tommi@webrtc.org · 12 years ago
  75. 2e40582 Roll libvpx to fd3078fd8fe7. by marpan@webrtc.org · 12 years ago
  76. 017ed5c Correct adb_shell runtime error on buildbot by leozwang@webrtc.org · 12 years ago
  77. 6b1ed94 Add device id to adb shell by leozwang@webrtc.org · 12 years ago
  78. 4828e4c Add adb_shell script for android by leozwang@webrtc.org · 12 years ago
  79. 8d40845 Generalized suppressions to cover issues found on bot. by phoglund@webrtc.org · 12 years ago
  80. c98048f Update version to 3.15. by vikasmarwaha@webrtc.org · 12 years ago
  81. 0cd4c1b Rollback r2962 from webrtc trunk. by vikasmarwaha@webrtc.org · 12 years ago
  82. 9eff74a Change android NDK library path by leozwang@webrtc.org · 12 years ago
  83. be8ec38 Fix a few include paths and update include TODO. by andrew@webrtc.org · 12 years ago
  84. 534e495 Qickly fixed android platform build breakage by leozwang@webrtc.org · 12 years ago
  85. 9699375 Fix file path in vie_auto_test. by andrew@webrtc.org · 12 years ago
  86. d02f0ba gitignore third_party/opus/source by andrew@webrtc.org · 12 years ago
  87. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago
  88. 24a419c Roll libvpx to 4cf4c94ad166. by marpan@webrtc.org · 12 years ago
  89. 21ab3ba Add external media hook for preprocessed audio. by andrew@webrtc.org · 12 years ago
  90. 9a5b904 Video engine - removing unused functionality. by mikhal@webrtc.org · 12 years ago
  91. 4ee29c6 Updating vp8 unit_test - fixing issue introduced in r2954 by mikhal@webrtc.org · 12 years ago
  92. bf0e560 Making fileutils test handle any checkout dir by kjellander@webrtc.org · 12 years ago
  93. 0e196e1 Updating VPM APi's to use VideoFrame by mikhal@webrtc.org · 12 years ago
  94. aa220bf Disable multi-stream BWE until send-side timing issues have been fixed. by stefan@webrtc.org · 12 years ago
  95. f1134e4 Updates to Codecs' tests by mikhal@webrtc.org · 12 years ago
  96. c0773fc Add a gyp variable to fully disable Opus. by andrew@webrtc.org · 12 years ago
  97. cd19707 Enable NACK by default by leozwang@webrtc.org · 12 years ago
  98. 89b5388 Removed the 00 API from the fuzz tests. by phoglund@webrtc.org · 12 years ago
  99. 0a02c38 Roll libyuv to r426 to pick up MJPGSize() for WebRTC, and Neon optimization changes for YUY2 and NV12. by fbarchard@google.com · 12 years ago
  100. 4eb3f13 Updating JPEG Decoder to Use LibYuv by mikhal@webrtc.org · 12 years ago