1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  2. 626f7ff Update video_replay. by Sergey Silkin · 4 years, 11 months ago
  3. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  4. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  5. f689623 Fix compilation of video_replay. by Sergey Silkin · 5 years ago
  6. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 5 years ago
  7. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 5 years ago
  8. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 5 years ago
  9. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  10. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago[Renamed (85%) from video/replay.cc]
  11. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  12. e9bece3 Minor change to the Json Config format for the replay file. by Benjamin Wright · 6 years ago
  13. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  14. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  15. 2dfa998 Reland "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  16. c538fc7 Revert "Prefix flag macros with WEBRTC_." by Mirko Bonadei · 6 years ago
  17. 5ccdc13 Prefix flag macros with WEBRTC_. by Mirko Bonadei · 6 years ago
  18. b45bdb5 Move rtc_json code from API dir, enable unit test, unmark testonly by Sam Zackrisson · 6 years ago
  19. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  20. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  21. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  22. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  23. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  24. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 6 years ago
  25. 90ab76d Adds support for JSON config in video_replay. by Benjamin Wright · 6 years ago
  26. f1f363f Renames test::VideoCapturer to TestVideoCapturer. by Sebastian Jansson · 6 years ago
  27. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  28. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  29. f88a22c Delete pre_decode_callback. by Niels Möller · 6 years ago
  30. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  31. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  32. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 6 years ago
  33. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 6 years ago
  34. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 6 years ago
  35. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 6 years ago
  36. 02f0396 Fix video_replay tool to not accumulate error. by philipel · 7 years ago
  37. 292a73e Deliver packet to Call as rtc::CopyOnWriteBuffer by Danil Chapovalov · 7 years ago
  38. 752968e Added red_payload_type_rtx flag to the video_replay tool. by philipel · 7 years ago
  39. 3b3622f Delete member VideoReceiveStream::Config::Rtp::ulpfec. by nisse · 7 years ago
  40. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  41. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  42. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/replay.cc]
  43. ff19d35 Fix FrameConfigs used for VP8 with four temporal layers. by sprang · 7 years ago
  44. 6e09d87 Replace remaining gflags usages with rtc_base/flags by oprypin · 7 years ago
  45. d986d76 Update jpeg writer to compile on iOS and document it better by ilnik · 7 years ago
  46. 99b6345 Update video_replay tool to be able to dump .jpg files. by philipel · 7 years ago
  47. 26e3abb Reverse |rtx_payload_types| map, and rename. by nisse · 7 years ago
  48. 863f03b Fix video_replay tool to respect RTX stream and fix default parameters. by ilnik · 7 years ago
  49. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  50. 168794c Implement RTP keepalive in native stack. by sprang · 7 years ago
  51. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  52. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  53. 3dbfac3 Fix two simple type mismatches thay may cause compilation issues on win. by sprang · 7 years ago
  54. d60d06a Reland of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #1 id:1 of https://codereview.webrtc.org/2794033002/ ) by ilnik · 7 years ago
  55. 716d7ac Revert of Move video_encoder.h and video_decoder.h to /api and create GN targets for them (patchset #8 id:140001 of https://codereview.webrtc.org/2780943003/ ) by guidou · 7 years ago
  56. c42f540 Move video_encoder.h and video_decoder.h to /api and create GN targets for them by ilnik · 7 years ago
  57. e5ad5ca Reland of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #1 id:1 of https://codereview.webrtc.org/2784543002/ ) by nisse · 7 years ago
  58. 3a3bd50 Revert of Don't hardcode MediaType::ANY in FakeNetworkPipe. (patchset #4 id:60001 of https://codereview.webrtc.org/2774463003/ ) by lliuu · 7 years ago
  59. 9c47b00 Don't hardcode MediaType::ANY in FakeNetworkPipe. by nisse · 7 years ago
  60. 7b58960 replay: output rtp header elements for errors by philipp.hancke · 8 years ago
  61. 64427e5 Add back video_replay. Disappeared in the gn conversion. by stefan · 8 years ago
  62. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  63. b5f2c3f Rename FecConfig to UlpfecConfig in config.h. by brandtr · 8 years ago
  64. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  65. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  66. 733b547 Movable support for VideoReceiveStream::Config and avoid copies. by Tommi · 8 years ago
  67. 6f8d686 Remove use of RtpHeaderExtension and clean up by isheriff · 8 years ago
  68. 74f6e9e Replace NULL with nullptr in webrtc/video. by Peter Boström · 8 years ago
  69. 7ade7b3 Delete class webrtc::VideoRenderer and its header file. by nisse · 8 years ago
  70. eb83a1a This is an initial cleanup step, aiming to delete the by nisse · 8 years ago
  71. 27f982b Replace scoped_ptr with unique_ptr in webrtc/video/ by kwiberg · 8 years ago
  72. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  73. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  74. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  75. 68786d2 Wire up PacketTime to ReceiveStreams. by stefan · 9 years ago
  76. 4fbae2b Add send transports to individual webrtc::Call streams. by solenberg · 9 years ago
  77. bb36fdf Remove empty-string comparisons. by pbos · 9 years ago
  78. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  79. 23fba1f Add AudioReceiveStream to Call API. by Fredrik Solenberg · 9 years ago
  80. 2b4ce3a Convert webrtc/video/ abort/assert to CHECK/DCHECK. by pbos@webrtc.org · 9 years ago
  81. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  82. 48ac226 Add support for writing h264 decoder input to file and parsing interleaved length/packet RTP dumps. by stefan@webrtc.org · 9 years ago
  83. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  84. 0d852d5 Use VideoReceiveStream as an ExternalRenderer. by pbos@webrtc.org · 9 years ago
  85. 91d928e Rename RtpFileReader::Packet to RtpPacket and move out of RtpFileReader by henrik.lundin@webrtc.org · 10 years ago
  86. 776e6f2 Use external VideoDecoders in VideoReceiveStream. by pbos@webrtc.org · 10 years ago
  87. e8c84bf Fix so video_replay logs aren't spammed. by pbos@webrtc.org · 10 years ago
  88. 4b5625e RTP video playback tool using Call APIs. by pbos@webrtc.org · 10 years ago