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