1. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  2. 8d56088 Do not call OnDecoderTiming before timing values are set. by asapersson · 8 years ago
  3. 721d402 Create VideoReceiver with external VCMTiming object. by philipel · 8 years ago
  4. 266f0a4 Now run EndToEndTest with the WebRTC-NewVideoJitterBuffer experiment. by philipel · 8 years ago
  5. fd5a20f New jitter buffer experiment. by philipel · 8 years ago
  6. 2cb155a Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  7. 91b957d Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by kjellander · 8 years ago
  8. c681250 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  9. 43a9dc0 Revert of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #1 id:1 of https://codereview.webrtc.org/2467373003/ ) by ehmaldonado · 8 years ago
  10. a1d6cd6 Reland of move deprected functions from EncodedImageCallback and RtpRtcp (patchset #2 id:240001 of https://codereview.webrtc.org/2474433008/ ) by ehmaldonado · 8 years ago
  11. 6c78307 Revert of Remove deprected functions from EncodedImageCallback and RtpRtcp (patchset #4 id:100001 of https://codereview.webrtc.org/2405173006/ ) by ehmaldonado · 8 years ago
  12. fa56584 Remove deprected functions from EncodedImageCallback and RtpRtcp by sergeyu · 8 years ago
  13. 8513029 Remove old WebRTC-NewVideoJitterBuffer used for testing the NackModule. by philipel · 9 years ago
  14. f5b2e51 Fix stats for encoder target bitrate when target rate is zero. by perkj · 9 years ago
  15. 31b2ec4 Remove unused output parameter in VCMReceiver::FrameForDecoding(). by Johan Ahlers · 9 years ago
  16. 95348f7 Remove unused parameters from VCMReceiver::InsertPacket(). by Johan Ahlers · 9 years ago
  17. ae28408 Jitter delay now depend on protection mode (FEC/NACK). by philipel · 9 years ago
  18. 16ac328 Remove VCMRenderBufferSizeCallback. by Peter Boström · 9 years ago
  19. 3911c26 Add support for writing raw encoder output to .ivf files. by sprang · 9 years ago
  20. 98bb664 Added log messages for some important call setup events: by skvlad · 9 years ago
  21. 83f831a Experiment for the nack module. by philipel · 9 years ago
  22. a26ac92 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
  23. da33a8a Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
  24. f14c47a Remove ignored return code from modules. by Peter Boström · 9 years ago
  25. ed3277b Deprecate VideoDecoder::Reset() and remove calls. by Peter Boström · 9 years ago
  26. 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 9 years ago
  27. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  28. 796cfaf Add VideoCodec::PreferDecodeLate by perkj · 9 years ago
  29. 395c7c6 Re-add missing return in RegisterExternalDecoder. by Peter Boström · 9 years ago
  30. e997a7d Call InitDecode with proper resolution. by Peter Boström · 9 years ago
  31. 795dbe4 Remove RegisterExternal{De,En}coder error codes. by Peter Boström · 9 years ago
  32. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (97%) from webrtc/modules/video_coding/main/source/video_receiver.cc]
  33. 854e84c Use webrtc/base/logging.h for video coding/processing. by pbos · 9 years ago
  34. 4f5db11 Make VCMEncodedFrameCallback const. by Peter Boström · 9 years ago
  35. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  36. 86b0160 Add stats for average QP per frame for VP8 (for received video streams): by asapersson · 9 years ago
  37. e4f9650 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  38. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  39. 081af25 Remove kProtectionKey* and VCMKeyRequestMode. by pbos · 10 years ago
  40. ba8c15b Merge methods for configuring NACK/FEC/hybrid. by pbos · 10 years ago
  41. b1825a4 Change JitterBuffer::GetNackList to return a std::vector<uint16_t>. by Wan-Teh Chang · 10 years ago
  42. 92d9489 Miscellaneous cleanups in VCMReceiver and its unit tests. by Wan-Teh Chang · 10 years ago
  43. 5464a6e Remove VideoCodingModule::InitializeReceiver. by Peter Boström · 10 years ago
  44. 3949e86 Prevent decoder busy loop for send-only channels. by Peter Boström · 10 years ago
  45. cade82c Refactor MediaOptimization protection methods. by pbos@webrtc.org · 10 years ago
  46. 891d483 Wire up target_media_bitrate in VideoSendStream. by pbos@webrtc.org · 10 years ago
  47. 4dd40d6 Signal threads for faster receiver destruction. by pbos@webrtc.org · 10 years ago
  48. f31f56d Remove default arguments in EncodedImageCallback. by changbin.shao@webrtc.org · 10 years ago
  49. 7d2b6a9 Enable Clang warning implicit-fallthrough and annotate the code. by kjellander@webrtc.org · 10 years ago
  50. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  51. 5570769 Remove the last getters from VideoReceiveStream stats. by pbos@webrtc.org · 10 years ago
  52. ce4e9a3 Refactor some receive-side stats. by pbos@webrtc.org · 10 years ago
  53. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
  54. 4f16c87 Simplifying VideoReceiver and JitterBuffer. by pbos@webrtc.org · 10 years ago
  55. 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  56. 776e6f2 Use external VideoDecoders in VideoReceiveStream. by pbos@webrtc.org · 10 years ago
  57. 20c1f56 Configure RTX send status on new modules. by pbos@webrtc.org · 11 years ago
  58. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  59. 0e65fda Fix "unreachable code" warnings (MSVC warning 4702) in webrtc. by pbos@webrtc.org · 11 years ago
  60. f7c6e74 Fix deadlock in video_receiver.cc. by stefan@webrtc.org · 11 years ago
  61. 4070935 Implement and test EncodedImageCallback in new ViE API. by sprang@webrtc.org · 11 years ago
  62. 37bb497 Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrome://webrtc-internals. by fischman@webrtc.org · 11 years ago
  63. 8db81c5 Fix races in vcm::Process(). by stefan@webrtc.org · 12 years ago
  64. f7eb75b Split VideoCodingModuleImpl into VideoSender and VideoReceiver. by andresp@webrtc.org · 12 years ago