1. 4a19030 New VCM robustness API by henrik.lundin@webrtc.org · 13 years ago
  2. 697bc43 Restore item deletions in Windows UDP. by andrew@webrtc.org · 13 years ago
  3. 71571c5 Remove unneeded variables from windows UDP. by andrew@webrtc.org · 13 years ago
  4. 3192d65 Fix for devices lacking stereo support. by andrew@webrtc.org · 13 years ago
  5. 003044a Enable warnings-as-errors on Mac. by andrew@webrtc.org · 13 years ago
  6. d3131ed Roll Chrome to canary (114939) by andrew@webrtc.org · 13 years ago
  7. 173b7bb Integration test that tracks dropped frames and compares video output. by kjellander@webrtc.org · 13 years ago
  8. 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
  9. 7d8c72e Re-implement dependency injection of TickTime into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  10. 5490c71 Converted to gtest, writing output files properly and no longer uses exceptions. by kjellander@webrtc.org · 13 years ago
  11. b43d4b3 Continuous Build code for WebRTC. by ivinnichenko@webrtc.org · 13 years ago
  12. 1fe2ada Fixed Win bug introduced when refactoring ViECodecImpl. by mflodman@webrtc.org · 13 years ago
  13. c12686c Refactored ViEEncryptionImpl, ViECodecImpl and removed unused SRTP hooks/APIs in ViEEncrption. by mflodman@webrtc.org · 13 years ago
  14. 898f881 Make sure the next frame to be decoded is cleaned up if it's empty. by stefan@webrtc.org · 13 years ago
  15. 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
  16. 8c5d242 Fix VP8 layer 2 sync dependencies. by stefan@webrtc.org · 13 years ago
  17. 00e7307 Refactoring RtpFormatVp8Test by henrik.lundin@webrtc.org · 13 years ago
  18. b2c115c Forcing external transport to be on in Chrome. by niklas.enbom@webrtc.org · 13 years ago
  19. 61045a4 video_coding/jitter_buffer: Account for layer info when searching for the next frame by mikhal@webrtc.org · 13 years ago
  20. a38ce09 Fix last Mac/clang compile error. by andrew@webrtc.org · 13 years ago
  21. e858d13 Add a NOOP target for merge libs. by andrew@webrtc.org · 13 years ago
  22. 6f7fbc7 libyuv: Adding psnr/ssim to libyuv and updating unit tests according to latest conventions. by mikhal@webrtc.org · 13 years ago
  23. 061fa5b Changed handling of padding data. by pwestin@webrtc.org · 13 years ago
  24. dbba1f9 Packet waiting-time statistics by henrik.lundin@webrtc.org · 13 years ago
  25. 219acc6 Including Brighten function in namespace VideoProcessing by henrik.lundin@webrtc.org · 13 years ago
  26. c68f80a Refactoring vad_gmm.[c/h]. by bjornv@webrtc.org · 13 years ago
  27. 42d07f0 Render impl fix from refactoring. by mflodman@webrtc.org · 13 years ago
  28. 1bdf1df Refactored ViEImageProcess, ViEImpl and ViENetworkImpl. by mflodman@webrtc.org · 13 years ago
  29. 813b4ef Refactored ViEFileImpl and ViEExternalCodec. by mflodman@webrtc.org · 13 years ago
  30. 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
  31. 62fdc42 Fix build issue with clang. by stefan@webrtc.org · 13 years ago
  32. 8dc9e47 Fixes for selective NACKing. by stefan@webrtc.org · 13 years ago
  33. fda17c2 Rewrote NetEQ test, made standard suite run googletestified tests too. by phoglund@webrtc.org · 13 years ago
  34. 5efcad1 We used the wrong syntax for "new", which generated a warning/error building with clang. by tina.legrand@webrtc.org · 13 years ago
  35. b5b155b This CL introduces a new directory for WebRTC utility scripts for Valgrind: tools/valgrind-webrtc by kjellander@webrtc.org · 13 years ago
  36. 9e4f383 Removing vplib: Following the switch to Libyuv, this CL removes all vplib files. by mikhal@webrtc.org · 13 years ago
  37. 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
  38. 190e88a video_coding: When in hybrid mode, don't NACK non-base layer packets by mikhal@webrtc.org · 13 years ago
  39. 884d8e7 video_coding: Updating sync state based on the layer flag by mikhal@webrtc.org · 13 years ago
  40. 3031585 Revert "Inject TickTimeInterface into VCM and tests" by henrik.lundin@webrtc.org · 13 years ago
  41. e32c08a Removes usage of default parameters and fixes a bug which was found by henrika@webrtc.org · 13 years ago
  42. 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
  43. 8da2417 Refactored ViERenderImpl and ViERTP_RTCPImpl. by mflodman@webrtc.org · 13 years ago
  44. 7752d11 Fix test for external codec. by mflodman@webrtc.org · 13 years ago
  45. 86a9f9b Fixed build error. by phoglund@webrtc.org · 13 years ago
  46. b33f9dc Correction to how the VP8 wrapper generates picture ids. by stefan@webrtc.org · 13 years ago
  47. 188fc35 Rewrote the hold and netw-before-streaming tests. by phoglund@webrtc.org · 13 years ago
  48. 398af23 Solving issue 178, errorbuild warnings on Mac. by tina.legrand@webrtc.org · 13 years ago
  49. cf5bcd1 Removed usage of the deprecated critical section constructor in audio_conference_mixer. by henrike@webrtc.org · 13 years ago
  50. 8a44259 Move static consts out of class. by andrew@webrtc.org · 13 years ago
  51. 4119246 Switch enums to consts to fix gtest error. by andrew@webrtc.org · 13 years ago
  52. 105e071 Removed usage of the deprecated critical section constructor in modules/utility. by henrike@webrtc.org · 13 years ago
  53. 57353a3 FEC Receiver: Fix to how old packets (e.g., re-tranmitted packets in hybird NACK-FEC mode) are treated. by marpan@webrtc.org · 13 years ago
  54. e7d8c56 Fix for dual decoder in VCM receiver by henrik.lundin@webrtc.org · 13 years ago
  55. a70f945 Inject TickTimeInterface into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  56. 5249cc8 by asapersson@webrtc.org · 13 years ago
  57. 9775a30 Added variable to catch return value. by tina.legrand@webrtc.org · 13 years ago
  58. 08dec7f Now using fileutils.h OutputPath to write output to the right directory and ResourcePath to read resource files from the resource bundle. by kjellander@webrtc.org · 13 years ago
  59. 554ae1a Changes to solve warnings on Mac, issue #178. by tina.legrand@webrtc.org · 13 years ago
  60. 605972e Refactored ViECaptureImpl. by mflodman@webrtc.org · 13 years ago
  61. 352dcd8 Refactored vie_file_image. by mflodman@webrtc.org · 13 years ago
  62. ed716e4 Add java_files to WATCHLIST by leozwang@webrtc.org · 13 years ago
  63. 04f5cba Switch to new critsect interface for DataLog. by andrew@webrtc.org · 13 years ago
  64. 7136990 Removed usage of the deprecated critical section constructor in udp_transport. by henrike@webrtc.org · 13 years ago
  65. 986fab1 Clean up file wrapper a bit further. by andrew@webrtc.org · 13 years ago
  66. 0c839fe Add new source file to makefile by leozwang@webrtc.org · 13 years ago
  67. bfa80ce Removed usage of the deprecated critical section constructor in system_wrappers. by henrike@webrtc.org · 13 years ago
  68. 0a10e3c Fix order of include and guard in tick_time_interface.h by henrik.lundin@webrtc.org · 13 years ago
  69. 091029b Refactored ViEFileRecorder. by mflodman@webrtc.org · 13 years ago
  70. 03c0650 Refactored ViEChannel. by mflodman@webrtc.org · 13 years ago
  71. c74b286 Fix the include in fake_tick_timer_interface.h by henrik.lundin@webrtc.org · 13 years ago
  72. 610e90e Completed rewrite of codec test. by phoglund@webrtc.org · 13 years ago
  73. e8be22c Refactored ViEChannelManager ViEInputManager. by mflodman@webrtc.org · 13 years ago
  74. e0e07bb Change file name because of r1199 by leozwang@webrtc.org · 13 years ago
  75. ee36b95 corrected android makefile for isac build. by kma@webrtc.org · 13 years ago
  76. 59ccd5c Rename _windows.h -> _win.h in system_wrappers. by andrew@webrtc.org · 13 years ago
  77. 69eccc0 temporarily disable some modules from Android.mk by leozwang@webrtc.org · 13 years ago
  78. 6a17340 by kma@webrtc.org · 13 years ago
  79. 5fddbeb Build libyuv for webrtc Review URL: http://webrtc-codereview.appspot.com/322012 by leozwang@webrtc.org · 13 years ago
  80. eda2da7 Fix compilation errors Review URL: http://webrtc-codereview.appspot.com/322014 by leozwang@webrtc.org · 13 years ago
  81. a30093b Added one file associated with check in in r1192. by kma@webrtc.org · 13 years ago
  82. 9aa9f44 Add new source files because of r1174 by leozwang@webrtc.org · 13 years ago
  83. f0a964d Optimized WebRtcIsacfix_NormLatticeFilterMa() function for iSAC fix for ARM Neon by kma@webrtc.org · 13 years ago
  84. 02afbea Refactored ViERenderManager. by mflodman@webrtc.org · 13 years ago
  85. 6601902 Introduced WebRtcSpl_SatW32ToW16 to iSAC fix, for Android platforms. by kma@webrtc.org · 13 years ago
  86. f147bbc Change codec test app lib dependency from webrtc lib to codec library by leozwang@webrtc.org · 13 years ago
  87. 7e5ddf5 Restore behavior to FileWrapper::Read. by andrew@webrtc.org · 13 years ago
  88. 7cdcde3 Removed usage of the deprecated critical section constructor in media_file. by henrike@webrtc.org · 13 years ago
  89. 780a07a Fix infinite loop bug introduced in r1174. by stefan@webrtc.org · 13 years ago
  90. 9fe3d51 Set the new layer sync bit in the VP8 info struct. by pwestin@webrtc.org · 13 years ago
  91. 667eca6 Rewrote the hardware-before-streaming test. by phoglund@webrtc.org · 13 years ago
  92. fbf5af4 Adding a mockable wrapper class for TickTime in VCM by henrik.lundin@webrtc.org · 13 years ago
  93. ef5247b Fix session_info_unittest error. by stefan@webrtc.org · 13 years ago
  94. 0c40d33 Fixes an assert triggered in jitter_buffer_test and disables deblocking. by stefan@webrtc.org · 13 years ago
  95. 7991c05 Refactor ViEFilePlayer. by mflodman@webrtc.org · 13 years ago
  96. e6f6483 Refactored ViECapturer. by mflodman@webrtc.org · 13 years ago
  97. 9a8fa4e Refactored vie_manager_base.*. by mflodman@webrtc.org · 13 years ago
  98. 6d609b5 Fix crashes due to static_instance. by andrew@webrtc.org · 13 years ago
  99. 5a9c6f2 Fix max size and read-only errors in Write(). by andrew@webrtc.org · 13 years ago
  100. 5ae19de Fix error in RtpDump::Start due to r1156. by andrew@webrtc.org · 13 years ago