1. 0221b78 Added run time ARM-Neon detection feature in SPL functions. by kma@webrtc.org · 12 years ago
  2. 706a546 Change include path by leozwang@webrtc.org · 12 years ago
  3. 1a4abae Fixes an issue where we setting wrong padding bitrates. by stefan@webrtc.org · 12 years ago
  4. 7692239 Work around bot filesystem flakiness in MixingTest. by andrew@webrtc.org · 12 years ago
  5. f3b65db Remove WEBRTC_MAC_INTEL. by andrew@webrtc.org · 12 years ago
  6. b3b158d Put output files in the output directory. by andrew@webrtc.org · 12 years ago
  7. 3c1f96f Fixed several places for compiler warnings. by kma@webrtc.org · 12 years ago
  8. 0b3ee39 Relaxing the rate control test. by stefan@webrtc.org · 12 years ago
  9. de8db4e Roll libvpx to c6fd0a5d to get MFQE and denoising improvements. by stefan@webrtc.org · 12 years ago
  10. ead3005 Making Java headless to save execution time by kjellander@webrtc.org · 12 years ago
  11. 3be5863 Adding a class receiving key frame requests and relying to corresponding ViEEncoder. This CL adds the new class and unittest, but doesn't wire up th efunctionality. That will come in a follow soon after. by mflodman@webrtc.org · 12 years ago
  12. dcc30f8 Add a script that can build a single voice engine library by leozwang@webrtc.org · 12 years ago
  13. 9ae5348 Remove ARM_WINM and related unused defines. by andrew@webrtc.org · 12 years ago
  14. be322d1 Correct wrong function name by leozwang@webrtc.org · 12 years ago
  15. 770d06b Add libns which was added recently by leozwang@webrtc.org · 12 years ago
  16. 618ab3f Add a real FFT wrapper around the complex FFT. by andrew@webrtc.org · 12 years ago
  17. 56ef8ca Bug fix for issue in building ARM neon device. by kma@webrtc.org · 12 years ago
  18. 9b1cf54 Change the dependency of ARM code from on Android to on ARM. by kma@webrtc.org · 12 years ago
  19. c81a801 Adding critsect to VCM::StartDebugRecording. by mflodman@webrtc.org · 12 years ago
  20. 03b2b85 Enable multi-res encoding feature in libvpx. by stefan@webrtc.org · 12 years ago
  21. d84d111 Add WEBRTC_POSIX and remove unneeded defines. by andrew@webrtc.org · 12 years ago
  22. 1e68577 Update the 3 layer temporal pattern and apply the current fix to issue 6992310. by marpan@webrtc.org · 12 years ago
  23. 31eac60 Disabled one more flaky test on Linux. by phoglund@webrtc.org · 12 years ago
  24. 992da29 A tool that crops the top pixel rows of a YUV video. by vspasova@webrtc.org · 12 years ago
  25. 6307dbf Updates the PRESUBMIT.py to allow years from 2011 to the current year. by kjellander@webrtc.org · 12 years ago
  26. 3baa8a2 Roll libyuv to r338 which includes more complete unittests, lint fixes, and a bug fix for YUY2ToARGB which was oversampling by 1 row for UV channels. This should help with setting up build bots for libyuv and keeps the version in sync with chromium. by fbarchard@google.com · 12 years ago
  27. 8a9f0f4 * Update to the peerconnection client to use jsep01. (Chromium 153489.) by wu@webrtc.org · 12 years ago
  28. 1b0a02e Fixing a path and Ant invocation issue in build_zxing.py and delete_file issue in helper_functions.py by vspasova@webrtc.org · 12 years ago
  29. 16cfbe2 Fix a potential Chrome crash in audioproc. by andrew@webrtc.org · 12 years ago
  30. 4436fce Disabled audio device tests on mac so we can launch the test on the bots. by phoglund@webrtc.org · 12 years ago
  31. cc53b7c Disable test causing race conditions. by andrew@webrtc.org · 12 years ago
  32. b935228 Trivial fix for memcheck error. by andrew@webrtc.org · 12 years ago
  33. 55c0d4a Add support for clock drift compensation. by andrew@webrtc.org · 12 years ago
  34. 954cf80 Adding the video debug api to vie test record by mikhal@webrtc.org · 12 years ago
  35. 12dbcd9 Roll Chromium 143348:152335. by andrew@webrtc.org · 12 years ago
  36. a4fa461 Bump libyuv version to 331 which includes clang build fixes. by fbarchard@google.com · 12 years ago
  37. e41bbdf Adding an API that allows recording of video data by mikhal@webrtc.org · 12 years ago
  38. 7b2e919 Add pinned dep for cygwin. by andrew@webrtc.org · 12 years ago
  39. 715faaf Change so that capture_time_ms == 0 is considered invalid. by stefan@webrtc.org · 12 years ago
  40. 94771cb Change preprocessor define WEBRTC_ANDROID into WEBRTC_ARCH_ARM, for ARM platform depended code. by kma@webrtc.org · 12 years ago
  41. 7611791 Added unit tests for several SPL macros/functions, and detailed all factors by kma@webrtc.org · 12 years ago
  42. 2bea040 Fix ia32 sse2 error in libvpx. by andrew@webrtc.org · 12 years ago
  43. afdcc2c Added unit test for a filter bank function in iSAC-Fix, with some optimization by kma@webrtc.org · 12 years ago
  44. 36b95b4 Adding a recording tool to vie autottest by mikhal@webrtc.org · 12 years ago
  45. 36d0baf Fixes in preparation for next Chromium roll. by andrew@webrtc.org · 12 years ago
  46. 6b84b61 Disabling flaky tests in preparation of launching test on bots. by phoglund@webrtc.org · 12 years ago
  47. ac410e2 A small tool to run PSNR and SSIM between two I420 videos. by vspasova@webrtc.org · 12 years ago
  48. 4368c26 Changing to use SleepMs throughout audio_device module. by hta@webrtc.org · 12 years ago
  49. f7884f9 Revert 2660 - updating cl by henrike@webrtc.org · 12 years ago
  50. 3387b88 Makes it possible to disable frame dropping in the VP8 codec. by henrike@webrtc.org · 12 years ago
  51. 6a6121c updating cl by mikhal@webrtc.org · 12 years ago
  52. 2a74de1 Bump version number to 3.11 by elham@webrtc.org · 12 years ago
  53. 727a9f5 Roll libvpx to c522217d. by stefan@webrtc.org · 12 years ago
  54. 1ec2b38 VP8 config tunings for improved quality. by stefan@webrtc.org · 12 years ago
  55. 8a2fc88 Adds new GetRemoteRTCPSenderInfo() and GetRemoteRTCPReportBlocks APIs to VoE. by henrika@webrtc.org · 12 years ago
  56. f61dc9b Moving frame_analyzer and rgba_to_i420_converter to src/tools. by vspasova@webrtc.org · 12 years ago
  57. 2143c60 Roll libvpx to 8bec177d. by stefan@webrtc.org · 12 years ago
  58. d81d906 Fixed a bug in the C code in a filterbank function in iSAC-fix, and further optimized ARM code. by kma@webrtc.org · 12 years ago
  59. d6fcf7f Add debug options to test app by leozwang@webrtc.org · 12 years ago
  60. bdb03d4 Fix for issue 420 in TransmitMixer::SetTypingDetectionParameters. by vikasmarwaha@webrtc.org · 12 years ago
  61. 510c1e3 Read ptypes.txt from /sdcard on android by leozwang@webrtc.org · 12 years ago
  62. 969d5f3 Reduce the PSNR threshold so that always having MFQE enabled doesn't trigger. by stefan@webrtc.org · 12 years ago
  63. 4ff8a9a Print out more audio codec information in vie_auto_test by leozwang@webrtc.org · 12 years ago
  64. 4e8eaba Properly handle switching between simulcast and unicast streams. by stefan@webrtc.org · 12 years ago
  65. 3994e03 ADM no longer reads PCM files from data/audio_device. Now uses the resource folder instead. by henrika@webrtc.org · 12 years ago
  66. 6f90983 Remove data files from data/audio_coding by tina.legrand@webrtc.org · 12 years ago
  67. 617e23c In AVI file header, 'cbSize' might be omitted for PCM audio types. by braveyao@webrtc.org · 12 years ago
  68. f7a58f8 Fixes VP8 issue with sending simulcast->non simulcast->simulcast. by henrike@webrtc.org · 12 years ago
  69. 6620c68 Changed test case for r2629. by mflodman@webrtc.org · 12 years ago
  70. 21c822c Use the Linear Texture Filtering as the magnification, minification, or mipmapping filter to reduce the blurriness when the texture needs to be magnified or minified. by wu@webrtc.org · 12 years ago
  71. 9ea1be8 Remove unnecessary failure on changing CN payload type while sending. by andrew@webrtc.org · 12 years ago
  72. 42a4891 Fixed issue for rtp extension. by mflodman@webrtc.org · 12 years ago
  73. 154dbbe Make VP8 timestamp int64_t to be represented with the same type as in libvpx. by stefan@webrtc.org · 12 years ago
  74. a51e766 land 728008 Review URL: https://webrtc-codereview.appspot.com/708014 by xians@webrtc.org · 12 years ago
  75. 1c80d79 Fix libvpx ARM builds. by stefan@webrtc.org · 12 years ago
  76. ba46804 Moving to use data files in resources, for ACM. by tina.legrand@webrtc.org · 12 years ago
  77. c311583 Changes to upgrade libvpx to head of master. by stefan@webrtc.org · 12 years ago
  78. ee508e5 Enabled ARMv7 code in Android NDK build. by kma@webrtc.org · 12 years ago
  79. a15ea49 Added isac WebRtcIsacfix_CalculateResidualEnergy() into dynamic Neon detection for by kma@webrtc.org · 12 years ago
  80. fd80070 A tool to do PSNR and SSIM analysis over frames. by vspasova@webrtc.org · 12 years ago
  81. 6b01bfd Remove version function from ACM codec database. by tina.legrand@webrtc.org · 12 years ago
  82. 5dffebc Remove disabling of warning 4351 from non-interface files. by andrew@webrtc.org · 12 years ago
  83. 620a256 Fixed a bug in Coverity (fileInstanceId=1323160). by kma@webrtc.org · 12 years ago
  84. 2865542 Removed barcode_tools.gyp and added build_zxing.py by vspasova@webrtc.org · 12 years ago
  85. 8327c85 Fixing a syntax error in barcode_tools DEPS. by vspasova@webrtc.org · 12 years ago
  86. 8ee2750 Fixes after TBR comments in http://review.webrtc.org/675005 by kjellander@webrtc.org · 12 years ago
  87. 400e7da Created a barcode encoder and decoder Python tools. by vspasova@webrtc.org · 12 years ago
  88. 8e221ee Making the RGBA to I420 tool more useful. Did the following changes: by vspasova@webrtc.org · 12 years ago
  89. 425e680 Enable PLI as the default. by leozwang@webrtc.org · 12 years ago
  90. 88b8b0d Disable "new behavior: elements of array will be default initialized" warning. by andrew@webrtc.org · 12 years ago
  91. 8e75e60 Separated WebRtcIsacfix_PitchFilterCore() out from isac-fix pitch_filter.c into its by kma@webrtc.org · 12 years ago
  92. c839f08 In SPL, replacing the C version of sqrt_floor with assembly version for Android platform by kma@webrtc.org · 12 years ago
  93. 65bc254 Fix integer division truncation bug. by thakis@chromium.org · 12 years ago
  94. 81d110b Remove iSAC and resampler from platform build by leozwang@webrtc.org · 12 years ago
  95. 90071dd Added API to set RTP timestamp offset extension. by mflodman@webrtc.org · 12 years ago
  96. 1fb39ba REMB changes, cloned from issue 722011. by mflodman@webrtc.org · 12 years ago
  97. 1281dc0 Fixes issue 555 by replacing the bitrate/observer map with a list. by stefan@webrtc.org · 12 years ago
  98. 52ce651 Fix the auido noise issue with FEC enabled by braveyao@webrtc.org · 12 years ago
  99. 1d9521e Fix AudioDeviceWindowsCore::DoCaptureThread() crash under some rare circumstance. by braveyao@webrtc.org · 12 years ago
  100. a112996 Retrieve data from input by leozwang@webrtc.org · 12 years ago