1. 65573f2 Removed usage of the deprecated critical section constructor in rtp_rtcp. by henrike@webrtc.org · 13 years ago
  2. 2a61e15 PortAllocator is now passed to PeerConnection instead of PeerConnectionFactory in new libjingle release. by mallinath@webrtc.org · 13 years ago
  3. f4c8286 Pass NACK and FEC overhead rates through the ProtectionCallback to VCM. by stefan@webrtc.org · 13 years ago
  4. 1ced840 Fixing a nit in the unittest by henrik.lundin@webrtc.org · 13 years ago
  5. eda86dc Adding a LayerSync bit to VP8 RTP header by henrik.lundin@webrtc.org · 13 years ago
  6. 4aae0e4 Shaping up formatting of rtp_utility_test.cc by henrik.lundin@webrtc.org · 13 years ago
  7. 0edb25d Removed valgrind warnings in resampler_unittest. by bjornv@webrtc.org · 13 years ago
  8. 076fa6e The second step towards a list based SessionInfo. by stefan@webrtc.org · 13 years ago
  9. c28e798 exclude trace_windows.cc and trace_posix.cc when building with Chromium. by wjia@webrtc.org · 13 years ago
  10. 71d6391 libyuv: fixing a bug in RotateI420 and updating test by mikhal@webrtc.org · 13 years ago
  11. 352ade7 video_coding: Allocating encoded buffer based on length and not size by mikhal@webrtc.org · 13 years ago
  12. fe61bc3 Merge branch 'master' into voe_create_test by phoglund@webrtc.org · 13 years ago
  13. 6418a24 Rewrote hardware-before-init and rtp-rtcp-before-streaming test code to gtest. by phoglund@webrtc.org · 13 years ago
  14. 1480f02 Fix VCM test build warnings on Mac with clang. by stefan@webrtc.org · 13 years ago
  15. 7889a9b Remove use of CriticalSectionScoped(CriticalSectionWrapper& critsect) in VCM. by stefan@webrtc.org · 13 years ago
  16. 981d74d Roll libyuv to r101. by andrew@webrtc.org · 13 years ago
  17. ea71440 video_coding: Adding the non reference flag to the receive side logic. by mikhal@webrtc.org · 13 years ago
  18. 114c790 Remove character limit in WriteText(). by andrew@webrtc.org · 13 years ago
  19. 2f47b5a Fixes a build error when disabling trace (which is done when building with chrome flag is set). by henrike@webrtc.org · 13 years ago
  20. c6b286f add correct include paths for both chrome build and standalone build. by wjia@webrtc.org · 13 years ago
  21. 6073de6 Fix libjingle Win source paths in peerconnection. by andrew@webrtc.org · 13 years ago
  22. 5410ef8 Rolling back to libyuv r98. by andrew@webrtc.org · 13 years ago
  23. bbea716 Workaround for libyuv libjingle breakage. by andrew@webrtc.org · 13 years ago
  24. 315282c Fixes a compiler warning related to dynamically allocated static memory. the fix is to leak the memory since the OS will clean it up anyways. This will not add noise to memory tools so it's ok. The issue is reported here: http://code.google.com/p/webrtc/issues/detail?id=147. by henrike@webrtc.org · 13 years ago
  25. 480352e Fixing paths to Video engine Android.mk files. by kjellander@webrtc.org · 13 years ago
  26. d5651b9 Refactored ViEFrameProviderBase. by mflodman@webrtc.org · 13 years ago
  27. 0744ee5 Disable API tests on ALSA since the tests don't work for all the alsa devices. by xians@webrtc.org · 13 years ago
  28. 6198624 Remove warnings on Mac (Issue 178) by henrik.lundin@webrtc.org · 13 years ago
  29. 5cc4dc9 Remove warnings in VideoEngine, capture module and render module. by mflodman@webrtc.org · 13 years ago
  30. b19582b Add pointer constructor to CriticalSectionScoped. by mflodman@webrtc.org · 13 years ago
  31. af225d6 The change http://webrtc-codereview.appspot.com/299001 (commit 1062) does not do what it intends (exclude codecs from Chromium build). This is a fix for that. webrtc.gyp is not pulled in Chromium, hence it has no effect putting a define there. Moving it to src/build/common.gypi. by henrikg@webrtc.org · 13 years ago
  32. 5885a41 Refactored ViERenderer. by mflodman@webrtc.org · 13 years ago
  33. 7fb5d46 Give peerconnection its own gyp and disable. by andrew@webrtc.org · 13 years ago
  34. 2ab104e Switching WebRtc to LibYuv. by mikhal@webrtc.org · 13 years ago
  35. ffa0a9e updating libyuv to latest version (98). by mikhal@webrtc.org · 13 years ago
  36. 7766e2a - This issue raised by the chromium team when clang compiler is used. This was not an error as in this case we were accessing IPV6 address with IPV4 struct which is defined as 14 bytes in the header file, but we had the runtime check to determine the address space. by mallinath@webrtc.org · 13 years ago
  37. c853aa1 Swap colheaders for textdata in parseLog.m. by andrew@webrtc.org · 13 years ago
  38. b0be7aa Remove deprecated OS X Core Audio APIs. by andrew@webrtc.org · 13 years ago
  39. 63b50f6 test_fec: Fix to valgrind warnings. by marpan@webrtc.org · 13 years ago
  40. f5ee1dc video_coding: Adding temporal layer info support to receive side by mikhal@webrtc.org · 13 years ago
  41. 832d7c6 Disable typing detection for chromium since CGEventSourceKeyState is violating chromium sandbox. by xians@webrtc.org · 13 years ago
  42. dd094fd Started extracting methods out of the main test. by phoglund@webrtc.org · 13 years ago
  43. d03718d Use ResourcePath in NetEQ unittest by henrik.lundin@webrtc.org · 13 years ago
  44. d2ee5d9 Changed sync bug introduced in refactoring. by mflodman@webrtc.org · 13 years ago
  45. c78209c Add log when transport fails to send packet. by mflodman@webrtc.org · 13 years ago
  46. 7de6e10 Fixing compilation error on Linux 64-bit by kjellander@webrtc.org · 13 years ago
  47. 5b97b12 Splitted FileHandler into FrameReader and FrameWriter classes and moved them to testsupport in test.gyp. by kjellander@webrtc.org · 13 years ago
  48. 441b3fe Made some global statics have function scope so that the global static count is 0 for the rtp_rtcp module. by henrike@webrtc.org · 13 years ago
  49. 80b2661 Fixing invalid check for existing file. by kjellander@webrtc.org · 13 years ago
  50. cc7b649 Add trace for the situation when the min bitrate > available bandwidth. by stefan@webrtc.org · 13 years ago
  51. 693240f Fixed many formatting and indentation problems in voe_auto_test. by phoglund@webrtc.org · 13 years ago
  52. 598ad06 Fixing compiler warning in NetEQ by henrik.lundin@webrtc.org · 13 years ago
  53. b3bd1cd Fixes Valgrind warnings in the default VCM tests. by stefan@webrtc.org · 13 years ago
  54. bf86c33 Removing OutputDebugString from rtp_rtcp module by henrik.lundin@webrtc.org · 13 years ago
  55. 44ef377 Fixing a compiler error in NetEQ by henrik.lundin@webrtc.org · 13 years ago
  56. 5b343ae Added missing .h files to .gypi files so they will show up in xcode / vc projects. by phoglund@webrtc.org · 13 years ago
  57. 58927e8 Disable deblocking temporarily due to Valgrind warnings. by stefan@webrtc.org · 13 years ago
  58. ca583bf Fix typo in build_files rule. by andrew@webrtc.org · 13 years ago
  59. 498ae78 Add build_files WATCHLIST. by andrew@webrtc.org · 13 years ago
  60. 1d34212 FEC: Update to packets masks (FEC generator matrix) in fec_private_tables.h by marpan@webrtc.org · 13 years ago
  61. 4a8b1ea In NS, replaced a divide calculatoin by shifting, and thus saved the MIPS by 5%(ARMv7) and 10%(ARMv7-Neon). Bit is not exact with the original. Quality is similar. by kma@webrtc.org · 13 years ago
  62. b6e58eb Fix formatting of rtp_format_vp8* by henrik.lundin@webrtc.org · 13 years ago
  63. c7e2bff Fix header/lib mismatch caused by a constant not defined for header file. by stefan@webrtc.org · 13 years ago
  64. 048b037 Fixed vie_auto_test shutdown race conditions. by phoglund@webrtc.org · 13 years ago
  65. eff3c89 this patch fixes the valgrind warnings in the adm api test for pulseaudio in linux. by xians@webrtc.org · 13 years ago
  66. cae0101 libyuv unit test: adding check for fread return value by mikhal@webrtc.org · 13 years ago
  67. a5e980a Updating jitter buffer test following latest changes. by mikhal@webrtc.org · 13 years ago
  68. 4ed4f24 New fileutils.h method for managing resources on different platforms by kjellander@webrtc.org · 13 years ago
  69. 418bce5 Added displaying of configurations at the top of the page. by kjellander@webrtc.org · 13 years ago
  70. 23e1c0a File handling in vie_auto_test now uses fileutils so input and output file end up in a good place. by phoglund@webrtc.org · 13 years ago
  71. 82d91ae Fixing crash when calculating SSIM and PSNR with empty video files in video_metrics.cc by kjellander@webrtc.org · 13 years ago
  72. ec7759a Fix broken vie_capture_module_test on mac. by perkj@webrtc.org · 13 years ago
  73. 8627adc Refactored Video capture Unit test to use gtest. Fix Valgrind warnings on Linux. by perkj@webrtc.org · 13 years ago
  74. 0ae71b9 Disable temporal layers when building with Chromium. by stefan@webrtc.org · 13 years ago
  75. af71f0e Fixes two minor issues reported by the Coverty Integration Manager. by henrika@webrtc.org · 13 years ago
  76. c9cc375 Add missing system_wrappers dependency. by andrew@webrtc.org · 13 years ago
  77. b59c031 For Android ARMv7 platforms, added a feature of dynamically detecting the existence of Neon, by kma@webrtc.org · 13 years ago
  78. ae7017d Fix missing dependency in audioproc. by andrew@webrtc.org · 13 years ago
  79. 7bf2646 Make protobuf use optional. by andrew@webrtc.org · 13 years ago
  80. 626fbfd Correcting vie_encoder nits. by mflodman@webrtc.org · 13 years ago
  81. 6b1bfd6 Changed webrtc::ACMCodecDB::neteq_decoders_ to a const array. by perkj@webrtc.org · 13 years ago
  82. db221d2 Fixes to temporal layers, Henrika please review src/common_types.h by pwestin@webrtc.org · 13 years ago
  83. 6aed73d Fixed release compilation error. by phoglund@webrtc.org · 13 years ago
  84. e26aad4 Disable NetEQ unittest for Windows by henrik.lundin@webrtc.org · 13 years ago
  85. 9cb2b56 Corrected a fread verification. by stefan@webrtc.org · 13 years ago
  86. b956b48 vie_auto_test may now be run in automated mode on all three platforms. by phoglund@webrtc.org · 13 years ago
  87. 38ca4f2 Fix code review comments. by perkj@webrtc.org · 13 years ago
  88. d3eac41 Fixed webrtc::perm variable. by perkj@webrtc.org · 13 years ago
  89. 1b72fcd Fix symbol RTPFILE_VERSION. by perkj@webrtc.org · 13 years ago
  90. 772d70b Fix release build error. by stefan@webrtc.org · 13 years ago
  91. a4a88f9 Implemented NACK based reference picture selection. by stefan@webrtc.org · 13 years ago
  92. 4b00560 Fixes build error in rtp_rtc module introduced in r1076. by henrike@webrtc.org · 13 years ago
  93. c1ed876 Adding some error handling functionality in the windows audio core implementation to by punyabrata@webrtc.org · 13 years ago
  94. c618291 Fix vie_encoder.cc. by mflodman@webrtc.org · 13 years ago
  95. 84d1783 Refactored ViEEncoder. by mflodman@webrtc.org · 13 years ago
  96. 5f4f69a Removing sleeps from vp8_test. by kjellander@webrtc.org · 13 years ago
  97. 0644b1d Introduce a mockable RtpRtcpClock interface replacing ModuleRTPUtility time functions by pwestin@webrtc.org · 13 years ago
  98. 132feb1 Made tables static. by bjornv@webrtc.org · 13 years ago
  99. 4c4b7f5 Converting vp8_test to use fileutils and gtest by kjellander@webrtc.org · 13 years ago
  100. f64162c Adding const to a number of constant tables. Setting some tables to static. by tina.legrand@webrtc.org · 13 years ago