1. 3021162 Fix "field '_testNo' is uninitialized" warnings. by pbos@webrtc.org · 11 years ago
  2. 84350a9 Remove empty VideoCodecGeneric struct. by pbos@webrtc.org · 11 years ago
  3. 8b6867b Make code simpler on VCMEncodedCallback. by andresp@webrtc.org · 11 years ago
  4. 88ece35 Isolate register post encode callback in video coding module to simplify code and critical sections. by andresp@webrtc.org · 11 years ago
  5. 093b960 Isolate debug recording from video sender into a thread safe small class. by andresp@webrtc.org · 11 years ago
  6. 9edcdb0 Refactoring MediaOptimization so it can easily be turned into a thread-safe class. by andresp@webrtc.org · 11 years ago
  7. c33d37c Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago
  8. 5fdd10a Add send frame rate statistics callback by sprang@webrtc.org · 11 years ago
  9. 2e98d45 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  10. 4590177 Rename AutoMute to SuspendBelowMinBitrate by henrik.lundin@webrtc.org · 11 years ago
  11. 9965e3a Remove ".." from include_dirs in build/common. by pbos@webrtc.org · 11 years ago
  12. b4d7835 Fix for video_processor_intergration_tests to run in parallel. by marpan@webrtc.org · 11 years ago
  13. 991d66a Adding tl0idx consideration for continuity by mikhal@webrtc.org · 11 years ago
  14. 4ce7590 Removing the threshold from the auto-mute APIs by henrik.lundin@webrtc.org · 11 years ago
  15. ecfef19 Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrome://webrtc-internals. by fischman@webrtc.org · 11 years ago
  16. 221798a Upgrade scoped_ptr to Chromium's latest version. by andrew@webrtc.org · 11 years ago
  17. 45b5167 Add CurrentLayerId() to temporal layers. by marpan@webrtc.org · 11 years ago
  18. 3f02f98 Revert r4913 that reverts r4911. Original CL description: by andresp@webrtc.org · 11 years ago
  19. e98a3de Revert 4911 "Adding temporal layer strategy that keeps base laye..." by turaj@webrtc.org · 11 years ago
  20. b576a69 Reformatting VPM: First step - No functional changes. by mikhal@webrtc.org · 11 years ago
  21. 03ced52 Adding temporal layer strategy that keeps base layer framerate at an acceptable value. by andresp@webrtc.org · 11 years ago
  22. 76238f6 Propagate AutoMuter interface out to VideoCodingModule by henrik.lundin@webrtc.org · 11 years ago
  23. 2b35b95 Change the parameters of calculating maximum decode time. by wuchengli@chromium.org · 11 years ago
  24. 44f030c Implemented AutoMuter in MediaOptimization by henrik.lundin@webrtc.org · 11 years ago
  25. 1fc4659 Remove include_dirs from video_coding. by pbos@webrtc.org · 11 years ago
  26. 4b067da Disable some VP8 tests on Android. by andrew@webrtc.org · 11 years ago
  27. da6d2a2 MediaOptimization: Converting a few members to scoped_ptrs by henrik.lundin@webrtc.org · 11 years ago
  28. a6665e7 Reformatting media_optimization.cc and .h by henrik.lundin@webrtc.org · 11 years ago
  29. 84afa19 Adding unit tests for default temporal layer strategy. by andresp@webrtc.org · 11 years ago
  30. 51d53aa Avoid recursively taking critical section. by stefan@webrtc.org · 11 years ago
  31. c2c8e6a Fix races in vcm::Process(). by stefan@webrtc.org · 11 years ago
  32. 0277aa4 Fix typo in r4765. by pbos@webrtc.org · 11 years ago
  33. 54bc776 Fix dangling pointer _encoder in video_sender.cc. by pbos@webrtc.org · 11 years ago
  34. e8fdc9d Split video coding module unit tests into sender and receiver unit tests. by andresp@webrtc.org · 11 years ago
  35. 42a65a2 Split VideoCodingModuleImpl into VideoSender and VideoReceiver. by andresp@webrtc.org · 11 years ago
  36. a26a7f6 Moving test-only code (stream_generator) out of vcm implemention. by andresp@webrtc.org · 11 years ago
  37. f2982c9 Remove FrameForStorage:Follow up on r4688 by mikhal@webrtc.org · 11 years ago
  38. f0adedc Reset jitter buffer and timing if frames are getting too much delay. by stefan@webrtc.org · 11 years ago
  39. 6b4698e Lock use of _packetRequestCallback in VCM. by pbos@webrtc.org · 11 years ago
  40. 618a0ec ExternalVideoDecoder for new VideoEngine API. by pbos@webrtc.org · 11 years ago
  41. db74c61 Adds support for combining RTX and FEC/RED. by stefan@webrtc.org · 11 years ago
  42. 4014302 Add temporal layer factory. by andresp@webrtc.org · 11 years ago
  43. 31a8ce7 Removing FrameForStorage by mikhal@webrtc.org · 11 years ago
  44. 06eaa54 Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  45. 0987043 Don't force cont' when enabling kWithErrors by mikhal@webrtc.org · 11 years ago
  46. 4dae3c6 Removing non decodable count from session info: This value isn't used, and therfore can be removed. This is a step towards the refactor of the session info to use maps. by mikhal@webrtc.org · 11 years ago
  47. d9416e6 VCM:Accounting for bounds when inserting packets. We currently receive indicators to the first and last packets of the frame, but not have any sanity to verify that all packets are indeed within the bounds (when available). This cl attempts to fix that, by mikhal@webrtc.org · 11 years ago
  48. e2e033a Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 11 years ago
  49. f83a872 Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 11 years ago
  50. c5fc6e0 Don't force key frame when decoding with errors by mikhal@webrtc.org · 11 years ago
  51. 9e8a66c Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 11 years ago
  52. 7fc75bb Update talk to 50918584. by wu@webrtc.org · 11 years ago
  53. 1e817c3 Roll chromium_revision 214260:217707 and gflags 45:84 by fischman@webrtc.org · 11 years ago
  54. d893b3f Avoid acquiring VCM::_receiveCritSect during decode callback. by wuchengli@chromium.org · 11 years ago
  55. 03931c6 Remove unused unreferenced code in webrtc/ by pbos@webrtc.org · 11 years ago
  56. e915174 Allowing decoding with errors, when disabling nack. by mikhal@webrtc.org · 11 years ago
  57. 7b0ab2a Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests. by agalusza@google.com · 11 years ago
  58. cda8ac1 Added Decoding with errors API to video_coding.h and removed unused DecodeError enum. by agalusza@google.com · 11 years ago
  59. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  60. acb00f5 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  61. 7b2147f Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers). by agalusza@google.com · 11 years ago
  62. 6907050 Fix some chromium-style warnings in webrtc/modules/video_coding/ by pbos@webrtc.org · 11 years ago
  63. 99199e5 Sets up framework for decoding with errors: collects frame sizes (in number of packets) in JB and passes this information to VCMSessionInfo with rtt_ms as FrameData. by agalusza@google.com · 11 years ago
  64. f03fa34 Undo libvpx include changes in r4348 to fix build. by tnakamura@webrtc.org · 11 years ago
  65. 0ba496b Revert r4301 by tnakamura@webrtc.org · 11 years ago
  66. a557f43 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 11 years ago
  67. 9c0f14d Cleanup WebRTC tracing by hclam@chromium.org · 11 years ago
  68. 7537dde Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 11 years ago
  69. a32d18f Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the by stefan@webrtc.org · 11 years ago
  70. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  71. af60a80 Suppress excessive logging in video_coding by hclam@chromium.org · 11 years ago
  72. 8148118 Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame. by stefan@webrtc.org · 11 years ago
  73. 0be9202 Do basic parsing of RTCP headers in PcapFileReader to enable log filtering. by solenberg@webrtc.org · 11 years ago
  74. 44050b2 VCM: removing max jitter estimate by mikhal@webrtc.org · 11 years ago
  75. c9cb798 Use 3 threads for higher than 720p resolutions by fbarchard@google.com · 11 years ago
  76. 5b9adb0 Add a log message to see video delay break down by hclam@chromium.org · 11 years ago
  77. 67ca2b4 Revert r4145 "Revert 4127 "Switch frame list implementation to std::map."" by stefan@webrtc.org · 11 years ago
  78. 376ae3e Revert r4146 "Revert 4104 "Refactor jitter buffer to use separate lists for de..."" by stefan@webrtc.org · 11 years ago
  79. 8dbc8ab Merge more tests into modules_{unit,integration}tests. by kjellander@webrtc.org · 11 years ago
  80. 695ff2a Add support for padding in pacer. by stefan@webrtc.org · 11 years ago
  81. 3b35ec6 Do not hold a lock when calling VCMReceiveCallback::FrameToRender. by fischman@webrtc.org · 11 years ago
  82. 40954f0 Prevent excessive logging in jitter buffer by hclam@chromium.org · 11 years ago
  83. 8bf7456 Revert 4104 "Refactor jitter buffer to use separate lists for de..." by tnakamura@webrtc.org · 11 years ago
  84. 884ff69 Revert 4127 "Switch frame list implementation to std::map." by tnakamura@webrtc.org · 11 years ago
  85. e477574 VCM/Timing: Setting clear names to members & methods by mikhal@webrtc.org · 11 years ago
  86. 9f62516 Fixes the frameRate stats by grouping the frames by timestamp. by jiayl@webrtc.org · 11 years ago
  87. 6696fba Breaking out RTP header parsing from the RTP module. by stefan@webrtc.org · 11 years ago
  88. afe587e Switch frame list implementation to std::map. by stefan@webrtc.org · 11 years ago
  89. bb771bb Refactor jitter buffer to use separate lists for decodable and incomplete frames. by stefan@webrtc.org · 11 years ago
  90. eef4fd5 Adds integration test for RTX and fixes bugs found. by stefan@webrtc.org · 11 years ago
  91. 2e37985 Log the type of recycled frames. by stefan@webrtc.org · 11 years ago
  92. 9de67da Log a message when a key frame packet is received by hclam@chromium.org · 11 years ago
  93. 389bb40 Refactor VCM/Timing. No changes in functionality. by mikhal@webrtc.org · 11 years ago
  94. 3740808 Consolidate GetFrame and InsertPacket and move NACK list processing to after a packet has been successfully inserted. by stefan@webrtc.org · 11 years ago
  95. c7979e0 Improve wraparound handling in the render time extrapolator. by stefan@webrtc.org · 11 years ago
  96. de93f2c Moved command line parsing to internal tools and moved back the mic volume thingie. by phoglund@webrtc.org · 11 years ago
  97. 673f50d Add one unit test for NACKing a key frame by hclam@chromium.org · 11 years ago
  98. 5a22c40 Cleanup traces in WebRTC by hclam@chromium.org · 11 years ago
  99. f6cb4b6 Avoid resetting encoder on identical settings. by pbos@webrtc.org · 11 years ago
  100. d434891 Bugfix: VCM would report wrong sentBitrate by marpan@webrtc.org · 11 years ago