1. da6d2a2 MediaOptimization: Converting a few members to scoped_ptrs by henrik.lundin@webrtc.org · 11 years ago
  2. a6665e7 Reformatting media_optimization.cc and .h by henrik.lundin@webrtc.org · 11 years ago
  3. 84afa19 Adding unit tests for default temporal layer strategy. by andresp@webrtc.org · 11 years ago
  4. 51d53aa Avoid recursively taking critical section. by stefan@webrtc.org · 11 years ago
  5. c2c8e6a Fix races in vcm::Process(). by stefan@webrtc.org · 11 years ago
  6. 0277aa4 Fix typo in r4765. by pbos@webrtc.org · 11 years ago
  7. 54bc776 Fix dangling pointer _encoder in video_sender.cc. by pbos@webrtc.org · 11 years ago
  8. e8fdc9d Split video coding module unit tests into sender and receiver unit tests. by andresp@webrtc.org · 11 years ago
  9. 42a65a2 Split VideoCodingModuleImpl into VideoSender and VideoReceiver. by andresp@webrtc.org · 11 years ago
  10. a26a7f6 Moving test-only code (stream_generator) out of vcm implemention. by andresp@webrtc.org · 11 years ago
  11. f2982c9 Remove FrameForStorage:Follow up on r4688 by mikhal@webrtc.org · 11 years ago
  12. f0adedc Reset jitter buffer and timing if frames are getting too much delay. by stefan@webrtc.org · 11 years ago
  13. 6b4698e Lock use of _packetRequestCallback in VCM. by pbos@webrtc.org · 11 years ago
  14. 618a0ec ExternalVideoDecoder for new VideoEngine API. by pbos@webrtc.org · 11 years ago
  15. db74c61 Adds support for combining RTX and FEC/RED. by stefan@webrtc.org · 11 years ago
  16. 4014302 Add temporal layer factory. by andresp@webrtc.org · 11 years ago
  17. 31a8ce7 Removing FrameForStorage by mikhal@webrtc.org · 11 years ago
  18. 06eaa54 Restore severity precondition to logging.h. by andrew@webrtc.org · 11 years ago
  19. 0987043 Don't force cont' when enabling kWithErrors by mikhal@webrtc.org · 11 years ago
  20. 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
  21. 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
  22. e2e033a Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 11 years ago
  23. f83a872 Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 11 years ago
  24. c5fc6e0 Don't force key frame when decoding with errors by mikhal@webrtc.org · 11 years ago
  25. 9e8a66c Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 11 years ago
  26. 7fc75bb Update talk to 50918584. by wu@webrtc.org · 11 years ago
  27. 1e817c3 Roll chromium_revision 214260:217707 and gflags 45:84 by fischman@webrtc.org · 11 years ago
  28. d893b3f Avoid acquiring VCM::_receiveCritSect during decode callback. by wuchengli@chromium.org · 11 years ago
  29. 03931c6 Remove unused unreferenced code in webrtc/ by pbos@webrtc.org · 11 years ago
  30. e915174 Allowing decoding with errors, when disabling nack. by mikhal@webrtc.org · 11 years ago
  31. 7b0ab2a Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests. by agalusza@google.com · 11 years ago
  32. cda8ac1 Added Decoding with errors API to video_coding.h and removed unused DecodeError enum. by agalusza@google.com · 11 years ago
  33. 3f45c2e Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 11 years ago
  34. acb00f5 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 11 years ago
  35. 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
  36. 6907050 Fix some chromium-style warnings in webrtc/modules/video_coding/ by pbos@webrtc.org · 11 years ago
  37. 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
  38. f03fa34 Undo libvpx include changes in r4348 to fix build. by tnakamura@webrtc.org · 11 years ago
  39. 0ba496b Revert r4301 by tnakamura@webrtc.org · 11 years ago
  40. a557f43 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 11 years ago
  41. 9c0f14d Cleanup WebRTC tracing by hclam@chromium.org · 11 years ago
  42. 7537dde Disables unit tests that don't work on Android for Android. by henrike@webrtc.org · 11 years ago
  43. a32d18f Breaking out receive-stats, rtp-payload-registry and rtp-receiver from the by stefan@webrtc.org · 11 years ago
  44. 3b89e10 Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 11 years ago
  45. af60a80 Suppress excessive logging in video_coding by hclam@chromium.org · 11 years ago
  46. 8148118 Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame. by stefan@webrtc.org · 11 years ago
  47. 0be9202 Do basic parsing of RTCP headers in PcapFileReader to enable log filtering. by solenberg@webrtc.org · 11 years ago
  48. 44050b2 VCM: removing max jitter estimate by mikhal@webrtc.org · 11 years ago
  49. c9cb798 Use 3 threads for higher than 720p resolutions by fbarchard@google.com · 11 years ago
  50. 5b9adb0 Add a log message to see video delay break down by hclam@chromium.org · 11 years ago
  51. 67ca2b4 Revert r4145 "Revert 4127 "Switch frame list implementation to std::map."" by stefan@webrtc.org · 11 years ago
  52. 376ae3e Revert r4146 "Revert 4104 "Refactor jitter buffer to use separate lists for de..."" by stefan@webrtc.org · 11 years ago
  53. 8dbc8ab Merge more tests into modules_{unit,integration}tests. by kjellander@webrtc.org · 11 years ago
  54. 695ff2a Add support for padding in pacer. by stefan@webrtc.org · 11 years ago
  55. 3b35ec6 Do not hold a lock when calling VCMReceiveCallback::FrameToRender. by fischman@webrtc.org · 11 years ago
  56. 40954f0 Prevent excessive logging in jitter buffer by hclam@chromium.org · 11 years ago
  57. 8bf7456 Revert 4104 "Refactor jitter buffer to use separate lists for de..." by tnakamura@webrtc.org · 11 years ago
  58. 884ff69 Revert 4127 "Switch frame list implementation to std::map." by tnakamura@webrtc.org · 11 years ago
  59. e477574 VCM/Timing: Setting clear names to members & methods by mikhal@webrtc.org · 11 years ago
  60. 9f62516 Fixes the frameRate stats by grouping the frames by timestamp. by jiayl@webrtc.org · 11 years ago
  61. 6696fba Breaking out RTP header parsing from the RTP module. by stefan@webrtc.org · 11 years ago
  62. afe587e Switch frame list implementation to std::map. by stefan@webrtc.org · 11 years ago
  63. bb771bb Refactor jitter buffer to use separate lists for decodable and incomplete frames. by stefan@webrtc.org · 11 years ago
  64. eef4fd5 Adds integration test for RTX and fixes bugs found. by stefan@webrtc.org · 11 years ago
  65. 2e37985 Log the type of recycled frames. by stefan@webrtc.org · 11 years ago
  66. 9de67da Log a message when a key frame packet is received by hclam@chromium.org · 11 years ago
  67. 389bb40 Refactor VCM/Timing. No changes in functionality. by mikhal@webrtc.org · 11 years ago
  68. 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
  69. c7979e0 Improve wraparound handling in the render time extrapolator. by stefan@webrtc.org · 11 years ago
  70. de93f2c Moved command line parsing to internal tools and moved back the mic volume thingie. by phoglund@webrtc.org · 11 years ago
  71. 673f50d Add one unit test for NACKing a key frame by hclam@chromium.org · 11 years ago
  72. 5a22c40 Cleanup traces in WebRTC by hclam@chromium.org · 11 years ago
  73. f6cb4b6 Avoid resetting encoder on identical settings. by pbos@webrtc.org · 11 years ago
  74. d434891 Bugfix: VCM would report wrong sentBitrate by marpan@webrtc.org · 11 years ago
  75. 069f626 Log too long non-decodable duration events. by stefan@webrtc.org · 11 years ago
  76. 9c94651 VCM/JB: Bug fix in ExtractAndSetDecode BUG=1771 R=stefan@webrtc.org by mikhal@webrtc.org · 11 years ago
  77. 5ba433c Fixes a bug where the render buffer size (and indirectly the non-continuous duration) was computed incorrectly. by stefan@webrtc.org · 11 years ago
  78. d474c13 Add more tracing for key frames. by justinlin@chromium.org · 11 years ago
  79. 99616fa Revert 4008 "Avoid resetting video encoder for similar configs." by phoglund@webrtc.org · 11 years ago
  80. 0dd675d Avoid resetting video encoder for similar configs. by pbos@webrtc.org · 11 years ago
  81. 238aa38 Use 2 threads for HD, or 1 for VGA or less. by fbarchard@google.com · 11 years ago
  82. 9ccfe46 Fix VCMProcessTimer::TimeUntilProcess() unsigned-integer underflow problem. by stefan@webrtc.org · 11 years ago
  83. 06ad384 Trigger a PLI if the duration of non-decodable frames exceeds a threshold. by stefan@webrtc.org · 11 years ago
  84. 38fb7b0 VCM/Receiver: Return null when can't extract frame. by mikhal@webrtc.org · 11 years ago
  85. 957f938 Relanding 3962: VCM/JB: Porting jitter_buffer_test to gtest by mikhal@webrtc.org · 11 years ago
  86. 933f885 Relanding r3952: VCM: Updating receiver logic BUG=r1734 R=stefan@webrtc.org by mikhal@webrtc.org · 11 years ago
  87. 2fc86ee VCM/JB: Break and skip to key if possible by mikhal@webrtc.org · 11 years ago
  88. 98b2011 Fix clang errors in non-GYP_DEFINES=clang=1 build by pbos@webrtc.org · 11 years ago
  89. 7bdebfd Fix jitter buffer unittest. by stefan@webrtc.org · 11 years ago
  90. 73631c9 Correctly add packets to nack list when sequence number wraps. by stefan@webrtc.org · 11 years ago
  91. 20eb558 Revert r3952 "VCM: Updating receiver logic" by stefan@webrtc.org · 11 years ago
  92. a9fc587 Revert r3956 "VCM/JB: Porting jitter_buffer_test to gtest." by stefan@webrtc.org · 11 years ago
  93. 9215af6 VCM/JB: Porting jitter_buffer_test to gtest. by mikhal@webrtc.org · 11 years ago
  94. b842af8 VCM: Updating receiver logic by mikhal@webrtc.org · 11 years ago
  95. 52b2ee5 Revert 3934 "Revert 3933 "Remove traces of deprecated WebRtc_Wor..." by pbos@webrtc.org · 11 years ago
  96. 2d6f0df Revert 3933 "Remove traces of deprecated WebRtc_Word types." by pbos@webrtc.org · 11 years ago
  97. e422d12 Remove traces of deprecated WebRtc_Word types. by pbos@webrtc.org · 11 years ago
  98. 9137e98 Fixes two bugs in receive statistics. by stefan@webrtc.org · 11 years ago
  99. 4d4ba47 Fixing AV sync. Increased 2 const to allow for a bigger difference in AV sync. by pwestin@webrtc.org · 11 years ago
  100. 2725aa0 VCM: Setting buffering delay in timing by mikhal@webrtc.org · 11 years ago