1. 746f9e3 Changed build settings for ARMv5 in Android. by kma@webrtc.org · 13 years ago
  2. 6c1d415 Fix for RTP extension audio level. by pwestin@webrtc.org · 13 years ago
  3. d77a661 Consts can't be used as C array size initializers. by andrew@webrtc.org · 13 years ago
  4. d047b2e Enabling NetEQ unittest for more platforms by henrik.lundin@webrtc.org · 13 years ago
  5. 3905b0c Protect against divide-by-zeros in AGC. by andrew@webrtc.org · 13 years ago
  6. c450a19 Removed Version function from all modules. by pwestin@webrtc.org · 13 years ago
  7. 94558d8 Fixing Valgrind warnings caused by open files and undeleted memory. by kjellander@webrtc.org · 13 years ago
  8. d439870 Adding two new network metrics to NetEQ by henrik.lundin@webrtc.org · 13 years ago
  9. 80d28b2 Changed to new ring buffer in AECM. by bjornv@webrtc.org · 13 years ago
  10. 226c5a1 Refactoring of vad_sp.[h/c] by bjornv@webrtc.org · 13 years ago
  11. cc33737 Changing all PSNR/SSIM calculations to use libyuv. by kjellander@webrtc.org · 13 years ago
  12. ec0f549 Roll resources to 5. by andrew@webrtc.org · 13 years ago
  13. 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
  14. cd64886 video_coding: Updating NACK functions naming by mikhal@webrtc.org · 13 years ago
  15. 8fa31bc Truncated messages, need a %S instead of $s for a double byte TCHAR by punyabrata@webrtc.org · 13 years ago
  16. adec927 Correcting VieChannelManager bug. by mflodman@webrtc.org · 13 years ago
  17. de5a10a Added in setting the minimum bit rate of a codec to ViE Custom Call by amyfong@webrtc.org · 13 years ago
  18. 77c425b video_coding: Checking/updating seq num for an old packet regardless of size. by mikhal@webrtc.org · 13 years ago
  19. c00f91d Adding BGRA as a video type. by mikhal@webrtc.org · 13 years ago
  20. 877c54e Fix unused-variable warning in Release. by andrew@webrtc.org · 13 years ago
  21. f175125 Refactoring vad_filterbank: Style changes. by bjornv@webrtc.org · 13 years ago
  22. 9c0aedc Removed constraint for changing resolution when using default encoder and added VP8 log. by mflodman@webrtc.org · 13 years ago
  23. 6c87736 Fix formatting for some NetEQ test tools by henrik.lundin@webrtc.org · 13 years ago
  24. 60c9bbd Fix GetReceivedRTCPStatistics and GetSendRTCPStatistics. by perkj@webrtc.org · 13 years ago
  25. d5a4d9b First refactoring of ViE interface. by mflodman@webrtc.org · 13 years ago
  26. a643d5c Integration test for videoprocessor by kjellander@webrtc.org · 13 years ago
  27. 62665b8 video_coding: Adding a unit test to the decodableState class by mikhal@webrtc.org · 13 years ago
  28. 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
  29. 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
  30. 70adcd4 Delay estimator improvements. by bjornv@webrtc.org · 13 years ago
  31. efd0a48 Add error resilient mode options to the VP8 specific VideoCodec struct. by stefan@webrtc.org · 13 years ago
  32. 67f294a Adding a return value to ConvertRotationMode by mikhal@webrtc.org · 13 years ago
  33. 6d6a43d Use char as ring-buffer data type. by andrew@webrtc.org · 13 years ago
  34. e264249 libyuv: Updating API to use latest ConvertFrom/To functionality by mikhal@webrtc.org · 13 years ago
  35. e58112a Updating libyuv version to latest (121) by mikhal@webrtc.org · 13 years ago
  36. 267d013 Fixed pointer operations on void. by bjornv@webrtc.org · 13 years ago
  37. 7270a6b Merged apm-buffer branch [r1293] back to trunk. by bjornv@webrtc.org · 13 years ago
  38. e39de16 Moving video type convert functionality to libyuv. deleting vplibConversions as it is no longer needed. by mikhal@webrtc.org · 13 years ago
  39. 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
  40. f6c6b1c Include the media packet FEC headers in the video bitrate. by stefan@webrtc.org · 13 years ago
  41. 39670f6 Only reset the last decoded sequence number after flushing until key frame. by stefan@webrtc.org · 13 years ago
  42. 1ce66e4 Don't report error when failing to send RTCP BYE. by mflodman@webrtc.org · 13 years ago
  43. ee2924c Added vp8 codec temporal layer changing option to ViE AutoTest custom call. by amyfong@webrtc.org · 13 years ago
  44. d32c447 Changed constructor used for CriticalSectionScoped in ViE. by mflodman@webrtc.org · 13 years ago
  45. 6a4bef4 Implements selective retransmissions. by stefan@webrtc.org · 13 years ago
  46. 51faeed Fixed REMB unit test on Windows. by mflodman@webrtc.org · 13 years ago
  47. f4d3b9d Cleaned up leaky symbols in NS. by pwestin@webrtc.org · 13 years ago
  48. ebcb642 Cleaned up leaky symbols in G722. by pwestin@webrtc.org · 13 years ago
  49. d8f8b32 Cleaned up leaky symbols in iSAC. by pwestin@webrtc.org · 13 years ago
  50. 2ae4c8c Disable temporal toggling by default. by stefan@webrtc.org · 13 years ago
  51. 84dc3d1 Add REMB functionality to ViE. by mflodman@webrtc.org · 13 years ago
  52. 093ffad Removed unused function messing up the symbols. by pwestin@webrtc.org · 13 years ago
  53. 43761be Bugfix get thread ID for linux. by pwestin@webrtc.org · 13 years ago
  54. a4863db Moved video_engine/main/interface to video_engine/include. by mflodman@webrtc.org · 13 years ago
  55. 1e28d3c Change VP8 packetizer to use a single max payload size by henrik.lundin@webrtc.org · 13 years ago
  56. f5edb92 Remove unused variable. by stefan@webrtc.org · 13 years ago
  57. 5c43b1b Updated resampler unit test with stereo. by tina.legrand@webrtc.org · 13 years ago
  58. 8edb39d Prevent sending empty RTCP packet. by pwestin@webrtc.org · 13 years ago
  59. 4a19030 New VCM robustness API by henrik.lundin@webrtc.org · 13 years ago
  60. 697bc43 Restore item deletions in Windows UDP. by andrew@webrtc.org · 13 years ago
  61. 71571c5 Remove unneeded variables from windows UDP. by andrew@webrtc.org · 13 years ago
  62. 3192d65 Fix for devices lacking stereo support. by andrew@webrtc.org · 13 years ago
  63. 003044a Enable warnings-as-errors on Mac. by andrew@webrtc.org · 13 years ago
  64. d3131ed Roll Chrome to canary (114939) by andrew@webrtc.org · 13 years ago
  65. 173b7bb Integration test that tracks dropped frames and compares video output. by kjellander@webrtc.org · 13 years ago
  66. 03532b5 Fixing the double delete problem in UdpSocket2ManagerWindow. PopFront deletes the items, to there is no need to delete item explicitly. by mallinath@webrtc.org · 13 years ago
  67. 7d8c72e Re-implement dependency injection of TickTime into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  68. 5490c71 Converted to gtest, writing output files properly and no longer uses exceptions. by kjellander@webrtc.org · 13 years ago
  69. b43d4b3 Continuous Build code for WebRTC. by ivinnichenko@webrtc.org · 13 years ago
  70. 1fe2ada Fixed Win bug introduced when refactoring ViECodecImpl. by mflodman@webrtc.org · 13 years ago
  71. c12686c Refactored ViEEncryptionImpl, ViECodecImpl and removed unused SRTP hooks/APIs in ViEEncrption. by mflodman@webrtc.org · 13 years ago
  72. 898f881 Make sure the next frame to be decoded is cleaned up if it's empty. by stefan@webrtc.org · 13 years ago
  73. 6c9be12 Letting strncpy do its job. Landing and extending http://webrtc-codereview.appspot.com/329010/ on behalf of tbreisacher. by niklas.enbom@webrtc.org · 13 years ago
  74. 8c5d242 Fix VP8 layer 2 sync dependencies. by stefan@webrtc.org · 13 years ago
  75. 00e7307 Refactoring RtpFormatVp8Test by henrik.lundin@webrtc.org · 13 years ago
  76. b2c115c Forcing external transport to be on in Chrome. by niklas.enbom@webrtc.org · 13 years ago
  77. 61045a4 video_coding/jitter_buffer: Account for layer info when searching for the next frame by mikhal@webrtc.org · 13 years ago
  78. a38ce09 Fix last Mac/clang compile error. by andrew@webrtc.org · 13 years ago
  79. e858d13 Add a NOOP target for merge libs. by andrew@webrtc.org · 13 years ago
  80. 6f7fbc7 libyuv: Adding psnr/ssim to libyuv and updating unit tests according to latest conventions. by mikhal@webrtc.org · 13 years ago
  81. 061fa5b Changed handling of padding data. by pwestin@webrtc.org · 13 years ago
  82. dbba1f9 Packet waiting-time statistics by henrik.lundin@webrtc.org · 13 years ago
  83. 219acc6 Including Brighten function in namespace VideoProcessing by henrik.lundin@webrtc.org · 13 years ago
  84. c68f80a Refactoring vad_gmm.[c/h]. by bjornv@webrtc.org · 13 years ago
  85. 42d07f0 Render impl fix from refactoring. by mflodman@webrtc.org · 13 years ago
  86. 1bdf1df Refactored ViEImageProcess, ViEImpl and ViENetworkImpl. by mflodman@webrtc.org · 13 years ago
  87. 813b4ef Refactored ViEFileImpl and ViEExternalCodec. by mflodman@webrtc.org · 13 years ago
  88. f3cea23 Added an empty voice engine unit test binary in order to get correct coverage measurements. This will make the voice engine show up in the coverage measurements. The empty test is necessary to get the coverage tool to pick it up (and it will be easier to start writing unit tests for the voice engine later). by phoglund@webrtc.org · 13 years ago
  89. 62fdc42 Fix build issue with clang. by stefan@webrtc.org · 13 years ago
  90. 8dc9e47 Fixes for selective NACKing. by stefan@webrtc.org · 13 years ago
  91. fda17c2 Rewrote NetEQ test, made standard suite run googletestified tests too. by phoglund@webrtc.org · 13 years ago
  92. 5efcad1 We used the wrong syntax for "new", which generated a warning/error building with clang. by tina.legrand@webrtc.org · 13 years ago
  93. b5b155b This CL introduces a new directory for WebRTC utility scripts for Valgrind: tools/valgrind-webrtc by kjellander@webrtc.org · 13 years ago
  94. 9e4f383 Removing vplib: Following the switch to Libyuv, this CL removes all vplib files. by mikhal@webrtc.org · 13 years ago
  95. 0e7d9d8 Adding layer info consideration when applying FEC protection. In this first version, we hard code protection zero for non-base layer frames. As a future enhancement, an array should be passed from mediaOpt to set the protection per layer. A TODO was added in MediaOpt. by mikhal@webrtc.org · 13 years ago
  96. 190e88a video_coding: When in hybrid mode, don't NACK non-base layer packets by mikhal@webrtc.org · 13 years ago
  97. 884d8e7 video_coding: Updating sync state based on the layer flag by mikhal@webrtc.org · 13 years ago
  98. 3031585 Revert "Inject TickTimeInterface into VCM and tests" by henrik.lundin@webrtc.org · 13 years ago
  99. e32c08a Removes usage of default parameters and fixes a bug which was found by henrika@webrtc.org · 13 years ago
  100. 4158c35 Removed the WEBRTC_NO_TRACE macro since the style guide wants us to stear clear of macros and this one doesn't seem to have a purpose at this point. by henrike@webrtc.org · 13 years ago