1. cd8cea5 Fix decode error in NACK/FEC mode after network glitch. by stefan@webrtc.org · 13 years ago
  2. 684c7b7 Fixed vie_defines.h typo. by mflodman@webrtc.org · 13 years ago
  3. 5007056 Added REMB option to custom call. by mflodman@webrtc.org · 13 years ago
  4. ce5990c Fix defect http://code.google.com/p/webrtc/issues/detail?id=222 by perkj@webrtc.org · 13 years ago
  5. 01530a2 Rewrote the rcp_rtcp test. by phoglund@webrtc.org · 13 years ago
  6. 6b6ff55 Implementation if mono-to-stereo and vice versa in ACM. by tina.legrand@webrtc.org · 13 years ago
  7. df9866f Bugfix mac pid_t Review URL: http://webrtc-codereview.appspot.com/350004 by pwestin@webrtc.org · 13 years ago
  8. b54d727 Changed thread Id handling in trace. by pwestin@webrtc.org · 13 years ago
  9. e3eaf44 one logical enhancement in CoreAudio error handler. It should never happen, but so far the only suspect to a rare crash report. by braveyao@webrtc.org · 13 years ago
  10. 681172e Add libsrtp to .gitignore. by andrew@webrtc.org · 13 years ago
  11. c5b73e3 Further cleanup of OverUseDetector. Removed member no longer used. by stefan@webrtc.org · 13 years ago
  12. e1fe433 Comment out one more component which is forgot in last CL by leozwang@webrtc.org · 13 years ago
  13. a178359 Bugfix for clang. Review URL: http://webrtc-codereview.appspot.com/351001 by pwestin@webrtc.org · 13 years ago
  14. 5d35ceb Bugfix array length in test. by pwestin@webrtc.org · 13 years ago
  15. 8281e7d Added RTX to ViE. Review URL: http://webrtc-codereview.appspot.com/336001 by pwestin@webrtc.org · 13 years ago
  16. ac4eb04 Added registration of RED and CNG to NetEq slave. by tina.legrand@webrtc.org · 13 years ago
  17. d1f148d Refactor vad_filterbank: Some restructuring. by bjornv@webrtc.org · 13 years ago
  18. d4e8c0b Fixing Issue 218 by henrik.lundin@webrtc.org · 13 years ago
  19. caf39f3 Re-enabled RTP-RTCP test since it's not flaky anymore. by phoglund@webrtc.org · 13 years ago
  20. c5a1cee by asapersson@webrtc.org · 13 years ago
  21. 35ac983 by niklas.enbom@webrtc.org · 13 years ago
  22. 727e161 Removes debug file writing. by stefan@webrtc.org · 13 years ago
  23. b07aa40 Fixes issue 210. Removes diff between two different arrays. by stefan@webrtc.org · 13 years ago
  24. e21a8cf Fix issue 211: Make sure we always generate at least one FEC packet per frame if we need protection. by stefan@webrtc.org · 13 years ago
  25. df55166 Adding libsrtp in libjingle.gyp and changing DEPS to retrieve libsrtp code from chromium repository. by mallinath@webrtc.org · 13 years ago
  26. 2dad3fb Media-opt: Added a filter type mode for the filtering of the received packet loss. This makes the filter selection explicit and easier to modify/test. by marpan@webrtc.org · 13 years ago
  27. 84ba606 Disable some modules to have a constant green build by leozwang@webrtc.org · 13 years ago
  28. 0ab8ba3 We now require a manually set sender to send REMB packets. by mflodman@webrtc.org · 13 years ago
  29. d9c87b2 Refactor vad_filterbank: Local functions made static. by bjornv@webrtc.org · 13 years ago
  30. d8d8571 Temporarily disabled the standard rtp-rtcp test because of flakiness. by phoglund@webrtc.org · 13 years ago
  31. 0aa7b32 Finished rewriting the codec test. by phoglund@webrtc.org · 13 years ago
  32. dc9536d Made vie_auto_test more robust in Linux when the X environment is broken. by phoglund@webrtc.org · 13 years ago
  33. 0c0216f Correcting typo in libyuv.h. by mflodman@webrtc.org · 13 years ago
  34. e6471ba VAD unittest updates. by bjornv@webrtc.org · 13 years ago
  35. 267b877 Add possibility to set HTML element values (e.g. server and name) in the URL for the test web page. by henrikg@webrtc.org · 13 years ago
  36. b0abbd3 Optimized spl function WebRtcSpl_CrossCorrelation for ARM Neon platforms. by kma@webrtc.org · 13 years ago
  37. bccac66 Use a more common macro to get thread id by leozwang@webrtc.org · 13 years ago
  38. a2026ba libyuv: Removing old unused functionality by mikhal@webrtc.org · 13 years ago
  39. 12d97f6 Made send pad data generic (audio and video) by pwestin@webrtc.org · 13 years ago
  40. 8f4a4ce Refactoring vad_filterbank: Style changes. by bjornv@webrtc.org · 13 years ago
  41. 3aa25de Bugfix OnNetworkChanged not triggered for RTCP compund messages if TMMBR is higher than last value. by pwestin@webrtc.org · 13 years ago
  42. 401045a Resources are now always downloaded if version differs. by kjellander@webrtc.org · 13 years ago
  43. d6b827a Fix for the build broken on Windows. by wu@webrtc.org · 13 years ago
  44. a0211c3 Updating video revision Review URL: http://webrtc-codereview.appspot.com/335016 by punyabrata@webrtc.org · 13 years ago
  45. a58888d Updating capture module following latest libyuv api changes by mikhal@webrtc.org · 13 years ago
  46. 7d5ca2b Updating render module following latest libyuv api changes. by mikhal@webrtc.org · 13 years ago
  47. d61e1ca Updating video engine following latest libyuv api changes by mikhal@webrtc.org · 13 years ago
  48. 746f9e3 Changed build settings for ARMv5 in Android. by kma@webrtc.org · 13 years ago
  49. 6c1d415 Fix for RTP extension audio level. by pwestin@webrtc.org · 13 years ago
  50. d77a661 Consts can't be used as C array size initializers. by andrew@webrtc.org · 13 years ago
  51. d047b2e Enabling NetEQ unittest for more platforms by henrik.lundin@webrtc.org · 13 years ago
  52. 3905b0c Protect against divide-by-zeros in AGC. by andrew@webrtc.org · 13 years ago
  53. c450a19 Removed Version function from all modules. by pwestin@webrtc.org · 13 years ago
  54. 94558d8 Fixing Valgrind warnings caused by open files and undeleted memory. by kjellander@webrtc.org · 13 years ago
  55. d439870 Adding two new network metrics to NetEQ by henrik.lundin@webrtc.org · 13 years ago
  56. 80d28b2 Changed to new ring buffer in AECM. by bjornv@webrtc.org · 13 years ago
  57. 226c5a1 Refactoring of vad_sp.[h/c] by bjornv@webrtc.org · 13 years ago
  58. cc33737 Changing all PSNR/SSIM calculations to use libyuv. by kjellander@webrtc.org · 13 years ago
  59. ec0f549 Roll resources to 5. by andrew@webrtc.org · 13 years ago
  60. a574b1c The inline implementation of WebRtcIsac_lrint(), which was implemented in several files, is now os_specific_inline.h. Define guards are modified according to WebRtc OS macros. by turaj@webrtc.org · 13 years ago
  61. cd64886 video_coding: Updating NACK functions naming by mikhal@webrtc.org · 13 years ago
  62. 8fa31bc Truncated messages, need a %S instead of $s for a double byte TCHAR by punyabrata@webrtc.org · 13 years ago
  63. adec927 Correcting VieChannelManager bug. by mflodman@webrtc.org · 13 years ago
  64. de5a10a Added in setting the minimum bit rate of a codec to ViE Custom Call by amyfong@webrtc.org · 13 years ago
  65. 77c425b video_coding: Checking/updating seq num for an old packet regardless of size. by mikhal@webrtc.org · 13 years ago
  66. c00f91d Adding BGRA as a video type. by mikhal@webrtc.org · 13 years ago
  67. 877c54e Fix unused-variable warning in Release. by andrew@webrtc.org · 13 years ago
  68. f175125 Refactoring vad_filterbank: Style changes. by bjornv@webrtc.org · 13 years ago
  69. 9c0aedc Removed constraint for changing resolution when using default encoder and added VP8 log. by mflodman@webrtc.org · 13 years ago
  70. 6c87736 Fix formatting for some NetEQ test tools by henrik.lundin@webrtc.org · 13 years ago
  71. 60c9bbd Fix GetReceivedRTCPStatistics and GetSendRTCPStatistics. by perkj@webrtc.org · 13 years ago
  72. d5a4d9b First refactoring of ViE interface. by mflodman@webrtc.org · 13 years ago
  73. a643d5c Integration test for videoprocessor by kjellander@webrtc.org · 13 years ago
  74. 62665b8 video_coding: Adding a unit test to the decodableState class by mikhal@webrtc.org · 13 years ago
  75. 9eeafbe Updating the frame buffer return value in InsertPacket: Return NoError when a packet is inserted to a frame which is being decoded. by mikhal@webrtc.org · 13 years ago
  76. bed34a3 video_coding: Updating seq number for old zero size packets. Updating function name to reflect zero size packets and not empty packets. by mikhal@webrtc.org · 13 years ago
  77. 70adcd4 Delay estimator improvements. by bjornv@webrtc.org · 13 years ago
  78. efd0a48 Add error resilient mode options to the VP8 specific VideoCodec struct. by stefan@webrtc.org · 13 years ago
  79. 67f294a Adding a return value to ConvertRotationMode by mikhal@webrtc.org · 13 years ago
  80. 6d6a43d Use char as ring-buffer data type. by andrew@webrtc.org · 13 years ago
  81. e264249 libyuv: Updating API to use latest ConvertFrom/To functionality by mikhal@webrtc.org · 13 years ago
  82. e58112a Updating libyuv version to latest (121) by mikhal@webrtc.org · 13 years ago
  83. 267d013 Fixed pointer operations on void. by bjornv@webrtc.org · 13 years ago
  84. 7270a6b Merged apm-buffer branch [r1293] back to trunk. by bjornv@webrtc.org · 13 years ago
  85. e39de16 Moving video type convert functionality to libyuv. deleting vplibConversions as it is no longer needed. by mikhal@webrtc.org · 13 years ago
  86. 9b377aa Added interface-changes@webrtc.org group to WATCHLIST for monitoring changes to interfaces in WebRTC. If you wish to subscribe to this group, please contact by amyfong@webrtc.org · 13 years ago
  87. f6c6b1c Include the media packet FEC headers in the video bitrate. by stefan@webrtc.org · 13 years ago
  88. 39670f6 Only reset the last decoded sequence number after flushing until key frame. by stefan@webrtc.org · 13 years ago
  89. 1ce66e4 Don't report error when failing to send RTCP BYE. by mflodman@webrtc.org · 13 years ago
  90. ee2924c Added vp8 codec temporal layer changing option to ViE AutoTest custom call. by amyfong@webrtc.org · 13 years ago
  91. d32c447 Changed constructor used for CriticalSectionScoped in ViE. by mflodman@webrtc.org · 13 years ago
  92. 6a4bef4 Implements selective retransmissions. by stefan@webrtc.org · 13 years ago
  93. 51faeed Fixed REMB unit test on Windows. by mflodman@webrtc.org · 13 years ago
  94. f4d3b9d Cleaned up leaky symbols in NS. by pwestin@webrtc.org · 13 years ago
  95. ebcb642 Cleaned up leaky symbols in G722. by pwestin@webrtc.org · 13 years ago
  96. d8f8b32 Cleaned up leaky symbols in iSAC. by pwestin@webrtc.org · 13 years ago
  97. 2ae4c8c Disable temporal toggling by default. by stefan@webrtc.org · 13 years ago
  98. 84dc3d1 Add REMB functionality to ViE. by mflodman@webrtc.org · 13 years ago
  99. 093ffad Removed unused function messing up the symbols. by pwestin@webrtc.org · 13 years ago
  100. 43761be Bugfix get thread ID for linux. by pwestin@webrtc.org · 13 years ago