1. 177bb52 Fixing system_wrappers unittests. by kjellander@webrtc.org · 14 years ago
  2. 066f9e5 Ray, please verify that this cl fixes the issue. Once the verification has been made, please review: by henrike@webrtc.org · 14 years ago
  3. 731ecba by henrike@webrtc.org · 14 years ago
  4. 1f6d740 This CL is about to manually reset the ShutdownRenderEvent at StopPlayout(). by braveyao@webrtc.org · 14 years ago
  5. 88e0a34 Remove duplicated code. Review URL: http://webrtc-codereview.appspot.com/251001 by wu@webrtc.org · 14 years ago
  6. f960211 Fixes two jitter buffer bugs related to NACK. by stefan@webrtc.org · 14 years ago
  7. 35a12cd Fix comment. by perkj@webrtc.org · 14 years ago
  8. 8129752 Add refcount and scoped_refptr. by perkj@webrtc.org · 14 years ago
  9. 94cfde7 Removed scoped_refptr from libjingle.gyp by perkj@webrtc.org · 14 years ago
  10. 7e08613 Move refcount and scoped_refptr to merge with libjingle. Deleted scoped_refptr_msg.h. by perkj@webrtc.org · 14 years ago
  11. 250cd6f Added a VAD unit test to common_audio. At this stage it runs through the API calls, but should later be complemented with tests on a file. by bjornv@webrtc.org · 14 years ago
  12. eb65860 Reverts the workaround in r823 and solves a macro bug. by stefan@webrtc.org · 14 years ago
  13. 8b1f621 Updated gypi for tests to work on osx. by tina.legrand@webrtc.org · 14 years ago
  14. dfbebb9 Add a documented_interfaces watchlist. by andrew@webrtc.org · 14 years ago
  15. ca4666b vie wintest added hybrid protection mode by amyfong@webrtc.org · 14 years ago
  16. 1e7e60b Fixed issue build failling due to vie_autotest_custom_call calling GetBandwidthUsage, which was by amyfong@webrtc.org · 14 years ago
  17. 51e1bb4 vie_autotest_customcall added encoder/decoder observer, maxBitrate set, print call statistics, enable kTraceAll by amyfong@webrtc.org · 14 years ago
  18. 5200a05 video_coding/jitter_buffer Updating condition on which we return a frame. by mikhal@webrtc.org · 14 years ago
  19. 30f6376 VP8: Updating codec version: VP8 version will now return the libvpx version used. by mikhal@webrtc.org · 14 years ago
  20. 2d28aff Workaround for an issue where frames are grabbed for decoding prematurely. by stefan@webrtc.org · 14 years ago
  21. fbea4e5 Solves two bandwidth estimation issues and measures the sent video bitrate. by stefan@webrtc.org · 14 years ago
  22. 7e4269e Changed VP8 qp min and added noise reduction. by mflodman@webrtc.org · 14 years ago
  23. 8fc663b Don't trigger false ViE SetReceiveCodec warning. by mflodman@webrtc.org · 14 years ago
  24. 6b77990 Fixing build errors on Windows platform. Minor changes... by kjellander@webrtc.org · 14 years ago
  25. fdde8b3 Add references to src/ copies for LICENSE etc. by andrew@webrtc.org · 14 years ago
  26. cb18121 Add an unpacker tool for audioproc debug files. by andrew@webrtc.org · 14 years ago
  27. fc9bcef Data alignment fix for SSIM. by frkoenig@google.com · 14 years ago
  28. 78c767f Rewrote codec test to use fake camera. by phoglund@webrtc.org · 14 years ago
  29. d855c1a Reverts r807 and fixes the real issue in the VCM. by stefan@webrtc.org · 14 years ago
  30. bdb55c8 This CL is an attempt to remove a crash we can see when closing down VoiceEgine. by henrika@webrtc.org · 14 years ago
  31. a6c2335 Solves crash in ADM API unit test for Core Audio on Windows by henrika@webrtc.org · 14 years ago
  32. 5423bc2 Adds correct absolute paths to all input files in ADM functional unit tests. by henrika@webrtc.org · 14 years ago
  33. 5b5c31d Update fixed point audio processing output. by andrew@webrtc.org · 14 years ago
  34. ca325ec Corrected a linux build error introduced in issue 246005. by kma@webrtc.org · 14 years ago
  35. f0cd394 Put fwrite calls under corresponding macros since they shouldn't show up in release build. by wjia@webrtc.org · 14 years ago
  36. f31826e adding a wait on the decode thread when no frames are available by mikhal@webrtc.org · 14 years ago
  37. a412924 VP8:Setting number of cores based on image size by mikhal@webrtc.org · 14 years ago
  38. 913644b For commiting changes in CL 277002, due to file structure changes introduced during by kma@webrtc.org · 14 years ago
  39. 0d0037c Return cached data instead of sleeping in CpuWrapperMac (shaves 2s off WebrtcMediaEngine creation time on Mac). by henrike@webrtc.org · 14 years ago
  40. 0a9c318 The fread result is no longer ignored. by phoglund@webrtc.org · 14 years ago
  41. 537096a Remove unnecessary objective-c compiler flags. by andrew@webrtc.org · 14 years ago
  42. c63f788 Added fake camera, rewrote one test to use it. by phoglund@webrtc.org · 14 years ago
  43. bf478fa Ensures that ADM unit tests builds on all platforms. by henrika@webrtc.org · 14 years ago
  44. 58b4f1c Fixes broken build in peerconnection unit tests by mallinath@webrtc.org · 14 years ago
  45. 4e4c939 Upgrade libvpx to e529a825 by mikhal@webrtc.org · 14 years ago
  46. f1a605c Update DEPS to support Mac clang build. by andrew@webrtc.org · 14 years ago
  47. 5eb64f0 Fix BitrateSent() API when having a default RTP module. by stefan@webrtc.org · 14 years ago
  48. 158f496 Fixes a rate control bug in the VP8 wrapper. by stefan@webrtc.org · 14 years ago
  49. aa32319 Implement unittest for proxies of MediaStreamTrackInterface and MediaStreamInterface. by perkj@webrtc.org · 14 years ago
  50. ca8b3a3 kind() method in track interface is changed to std::string to keep uniformity with other get methods by mallinath@webrtc.org · 14 years ago
  51. 96ba190 ref_count.h file name changed to refcount.h to keep as other ( most ) files are named in libjingle. by mallinath@webrtc.org · 14 years ago
  52. ead87b5 Fix potential issue where frame buffers might be freed while being decoded. by stefan@webrtc.org · 14 years ago
  53. 2b0f094 Avoid reallocating the decodedImage for every decoded frame. by stefan@webrtc.org · 14 years ago
  54. ee3dfa6 by mikhal@webrtc.org · 14 years ago
  55. 1af915d video_coding: vp8: Updating error propagation threshold by mikhal@webrtc.org · 14 years ago
  56. 11330b0 Added myself to rtp module watch by pwestin@webrtc.org · 14 years ago
  57. d75889e Change of Android makefiles to build latest video coding code. by kma@webrtc.org · 14 years ago
  58. 7cf8937 by henrika@webrtc.org · 14 years ago
  59. cedbb03 [Issue 101] Solves memory leak on Windows by henrika@webrtc.org · 14 years ago
  60. 2ebc9ce Fix broken PeerConnection Dev build. by perkj@webrtc.org · 14 years ago
  61. c4d1983 Changes in rtp_format_vp8_unittest to match the changes in CL 774. by stefan@webrtc.org · 14 years ago
  62. f553ec7 Notifier and RefCount interface and implementation class name changed according to the naming convention. by mallinath@webrtc.org · 14 years ago
  63. ae499a2 Set correct codec info before sending frame to VCM. by mflodman@webrtc.org · 14 years ago
  64. 81f25f9 Fixing build errors on Windows platform. Minor changes... by kjellander@webrtc.org · 14 years ago
  65. f3f2f6a * Add include_internal_video_capture and include_internal_video_render to include/exclude the internal VCM and VRM. by wu@webrtc.org · 14 years ago
  66. 509c9c5 operator + is evaluated before ?: by henrike@webrtc.org · 14 years ago
  67. 4df8c9a by henrike@webrtc.org · 14 years ago
  68. 7ecdf58 Enable chromium_code:1 in the Chrome build. by andrew@webrtc.org · 14 years ago
  69. ffd28f9 Request key frames to battle error propagation. by stefan@webrtc.org · 14 years ago
  70. d0752c3 video_coding: Update to hybrid mode: Set FEC values for zero below a threshold. by mikhal@webrtc.org · 14 years ago
  71. c693bac Only start ViEPerformanceMonitor when needed. by mflodman@webrtc.org · 14 years ago
  72. b5475d0 vie_auto_test will now obey the Mac .mm rules for files including objective-c code. by phoglund@webrtc.org · 14 years ago
  73. 4c63676 Updated the AEC delay logging to output values in ms. PB output updated. by bjornv@webrtc.org · 14 years ago
  74. cc412c1 Remove second instance of ViE PerformanceMonitor. by mflodman@webrtc.org · 14 years ago
  75. ce8813d Using id instead of name when setting Mac/QTKit capture device. by mflodman@webrtc.org · 14 years ago
  76. 4d5d5c1 Reorganize the audio_processing source. by andrew@webrtc.org · 14 years ago
  77. 5d3bdf7 Fix clang warnings in ViE autotest. by andrew@webrtc.org · 14 years ago
  78. 8fd93d4 Move DeliverCapturedFrame from private to protected. by wu@webrtc.org · 14 years ago
  79. 1305a1d Fix rendering in new PeerConnection API. by perkj@webrtc.org · 14 years ago
  80. 52eddf7 Made Tina, Andrew and Jan as OWNERS to entire common_audio and removed the sub-OWNERS files. Let me know if that's fine. by bjornv@webrtc.org · 14 years ago
  81. 5b15cfc Fix BWE unit test build issue by stefan@webrtc.org · 14 years ago
  82. 61f07c3 I have made a small fix so it will execute properly from the default working directory location (trunk), finding its resource files. by kjellander@webrtc.org · 14 years ago
  83. 5dedd0e Handling of white-space in DataLog::Combine by henrik.lundin@webrtc.org · 14 years ago
  84. 929789b vie_auto_test - moved custom call specific functions to be static, added video protect method to custom call by amyfong@webrtc.org · 14 years ago
  85. 76aea65 When _audioConfigured, should not try to use the _video. by wu@webrtc.org · 14 years ago
  86. 0d55c8f Adding peerconnection_unittest. by henrike@webrtc.org · 14 years ago
  87. 5cb3064 The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. by mallinath@webrtc.org · 14 years ago
  88. 63257d4 Implement proxy for both audio and video tracks. by perkj@webrtc.org · 14 years ago
  89. 3765bd2 Added AEC delay logging metrics to VoE. Echo metrics and delay logging metrics are enabled simultaneously through the SetEcMetricsStatus(). Updated standard and extended VoE tests. by bjornv@webrtc.org · 14 years ago
  90. f10ea31 Add IncomingFrameI420 to ViEExternalCapture interface to take captured video frame buffer as 3 planes. by wu@webrtc.org · 14 years ago
  91. 14aaaf1 Some re-organization of the fec-uep code: updated protection modes, comments, and some variable/function re-naming. by marpan@webrtc.org · 14 years ago
  92. 55c39f0 Add mallinath@webrtc.org and wu@webrtc.org as the capture owner for US office. by wu@webrtc.org · 14 years ago
  93. 58691eb Remove the DestroyDeviceInfo for mac video capture. (This is missed in r731.) by wu@webrtc.org · 14 years ago
  94. d0bdab0 Adding API to get sent total bitrate, FEC bitrate and NACK bitrate. by stefan@webrtc.org · 14 years ago
  95. e698eb7 Make the sanity check test a little more robust, and add a README file. by hta@webrtc.org · 14 years ago
  96. 26c0416 Added more tests, fixed a bug and refactored. by phoglund@webrtc.org · 14 years ago
  97. 2111d3b Removed the vad_const files and added the constants to the files where they are by bjornv@webrtc.org · 14 years ago
  98. a59d80d Updated fixed point output data file after changes in nsx. Verified bitexactness before that CL and the CLs afterwards towards the new file. by bjornv@webrtc.org · 14 years ago
  99. c01c358 session/phone/channel.cc updates after new push of libjingle revision. by mallinath@webrtc.org · 14 years ago
  100. ebc0a00 One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. by mallinath@webrtc.org · 14 years ago