Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. 8f7678f Move rest of rtc namespace except ios and clashes to webrtc namespace by Evan Shrubsole · 8 months ago
  2. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 1 year, 2 months ago
  3. a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 2 years ago
  4. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 9 months ago
  5. 2e0f4f0 ZeroHertzAdapterMode: handle key frame requests. by Markus Handell · 3 years, 11 months ago
  6. 6fa9e68 Route min/max FPS constraints to VideoStreamEncoder. by Markus Handell · 4 years, 1 month ago
  7. 3d46d0b Proxy: solve event tracing with compile time strings. by Markus Handell · 4 years, 6 months ago
  8. a1b8201 Move proxies into pc/. by Markus Handell · 4 years, 6 months ago[Renamed (86%) from api/video_track_source_proxy.h]
  9. 9d9b8de Reland "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  10. 07a01d0 Revert "Rename SIGNALING and WORKER to PRIMARY and SECONDARY" by Mirko Bonadei · 4 years, 9 months ago
  11. a37f2bd Rename SIGNALING and WORKER to PRIMARY and SECONDARY by Harald Alvestrand · 4 years, 9 months ago
  12. fc83cdc Avoid proxy thread hops for reading const properties. by Tomas Gunnarsson · 5 years ago
  13. d5e2f21 VideoRtpTrackSource: implement encoded source methods. by Markus Handell · 6 years ago
  14. 9982efa MediaStreamInterface: introduce encoded sinks. by Markus Handell · 6 years ago
  15. 428dcb2 Remove SetLatency/GetLatency from MediaSourceInterface API level by Ruslan Burakov · 7 years ago
  16. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 7 years ago
  17. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  18. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from api/videosourceproxy.h]
  19. 0bc58cf Replace rtc::Optional with absl::optional in api by Danil Chapovalov · 7 years ago
  20. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  21. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  22. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/api/videosourceproxy.h]
  23. b10f32f Adding more comments to every header file in api/ subdirectory. by deadbeef · 9 years ago
  24. d99a200 Adding some features to proxy.h, and restructuring the macros. by deadbeef · 9 years ago
  25. acd935b Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ ) by nisse · 9 years ago
  26. 7341ab8 Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 9 years ago
  27. 45c8b89 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 9 years ago
  28. 859e861 Remove stop method from VideoTrackSourceInterface. by sakal · 9 years ago
  29. a973f95 Remove restart method from VideoTrackSourceInterface. by sakal · 9 years ago
  30. 72c8d2b Rename BEGIN_PROXY_MAP --> BEGIN_SIGNALLING_PROXY_MAP. by nisse · 10 years ago
  31. 2ded9b1 Replace SetCapturer and SetCaptureDevice by SetSource. Drop return value. by nisse · 10 years ago
  32. 5b68ab5 Extended proxy abstraction, to call certain methods to the worker thread. by nisse · 10 years ago
  33. fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 10 years ago
  34. c0d31e9 Change VideoSourceInterface::needs_denoising() to return rtc::Optional<bool> by Per · 10 years ago
  35. 9e083d2 Reland of Delete empty API files and cleaned up includes. (patchset #1 id:1 of https://codereview.webrtc.org/1813083002/ ) by perkj · 10 years ago
  36. 246b527 Revert of Delete empty API files and cleaned up includes. (patchset #2 id:20001 of https://codereview.webrtc.org/1809053002/ ) by deadbeef · 10 years ago
  37. c9022f5 Delete empty API files and cleaned up includes. by perkj · 10 years ago
  38. 0d3eef2 Add implementation of VideoTrackSource and make VideoCapturerTrackSource inherit from it. by perkj · 10 years ago
  39. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 10 years ago
  40. f2880a0 Change webrtc::VideoSourceInterface to inherit rtc::VideoSourceInterface. by perkj · 10 years ago
  41. b24317b Fix license headers in webrtc/api. by kjellander · 10 years ago
  42. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 10 years ago[Renamed (90%) from talk/app/webrtc/videosourceproxy.h]
  43. 8e8908a Delete FrameInput method and FrameInputWrapper class. by nisse · 10 years ago
  44. e73afba New rtc::VideoSinkInterface. by nisse · 10 years ago
  45. 2098fca Revert of New rtc::VideoSinkInterface. (patchset #7 id:120001 of https://codereview.webrtc.org/1594973006/ ) by nisse · 10 years ago
  46. a862d45 New rtc::VideoSinkInterface. by Niels Möller · 10 years ago
  47. 6eca7e3 Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :( by tommi · 10 years ago
  48. 8f605e8 Add VideoSource::Stop and Restart methods. by [email protected] · 11 years ago
  49. 5f93d0a Update libjingle license statements at top of talk files for consistency by [email protected] · 11 years ago
  50. 967bfff Update talk to 52534915. by [email protected] · 12 years ago
  51. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by [email protected] · 12 years ago