1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/common_video/i420_buffer_pool.cc]
  3. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  4. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  5. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  6. 0098357 Replace Check for too many pending frames in I420_buffer_pool with returning nullptr. Added histograms for when this happens in VP8Impl. by Per · 9 years ago
  7. 5f8ebae Add limitations of number of frames that can be created in I420BufferPool::CreateBuffer. by perkj · 9 years ago
  8. 7fd9286 I420BufferPool: Replace SequencedTaskChecker with RaceChecker by Magnus Jedvert · 9 years ago
  9. 4e417b2 Reland of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 9 years ago
  10. efd902c Revert of Switch to use SequencedTaskChecker instead of ThreadChecker where needed. (patchset #1 id:1 of https://codereview.webrtc.org/2149553002/ ) by perkj · 9 years ago
  11. ec7cef8 Switch to use SequencedTaskChecker instead of ThreadChecker where needed. by perkj · 9 years ago
  12. d591e3f Delete IsMutable and IsExclusive methods. by nisse · 9 years ago
  13. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  14. 06176e4 Added new VideoFrameBuffer methods Data[YUV]() etc. by nisse · 9 years ago
  15. 47fe34c Introduce an IsMutable method on VideoFrameBuffer. by Niels Möller · 9 years ago
  16. dad23d0 Revert of Introduce an IsMutable method on VideoFrameBuffer. (patchset #1 id:1 of https://codereview.webrtc.org/1881933004/ ) by guidou · 9 years ago
  17. 6bd10f2 Introduce an IsMutable method on VideoFrameBuffer. by nisse · 9 years ago
  18. 900f975 H264: Improve FFmpeg decoder performance by using I420BufferPool. by hbos · 10 years ago
  19. 6f8ce06 common_video: rename interface -> include by kjellander · 10 years ago
  20. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  21. 3318f98 VideoFrameBuffer: Make non-const data access explicit by Magnus Jedvert · 10 years ago
  22. eb66e80 Re-land "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  23. 308d163 Revert "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  24. a831dc3 Convert native handles to buffers before encoding. by Peter Boström · 10 years ago
  25. 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 10 years ago
  26. e41d774 Revert "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection." by Per · 10 years ago
  27. 75db861 Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection. by Per · 10 years ago
  28. a3209a2 Release buffer pool in Vp8DecoderImpl::Release(). by pbos@webrtc.org · 10 years ago
  29. 73d763e Add I420 buffer pool to avoid unnecessary allocations by magjed@webrtc.org · 10 years ago