1. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/media/engine/videoencodersoftwarefallbackwrapper_unittest.cc]
  2. f52d34d Let VideoEncoderSoftwareFallbackWrapper own the wrapped encoder by magjed · 8 years ago
  3. 142fcc9 Move kMinPixelsPerFrame constant in VideoStreamEncoder to VideoEncoder::ScalingSettings. by asapersson · 8 years ago
  4. 22c76c4 Add support for a forced software encoder fallback. by asapersson · 8 years ago
  5. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  6. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  7. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  8. 7a721e8 Update webrtc/media and webrtc/modules to new VideoFrameBuffer interface by Magnus Jedvert · 8 years ago
  9. a8d8aad Refactor + enable GN check on video_coding_utility by kjellander · 8 years ago
  10. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  11. 876222f Move usage of QualityScaler to ViEEncoder. by kthelgason · 8 years ago
  12. 509e4fe Reland of Stop using hardcoded payload types for video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2513633002/ ) by magjed · 8 years ago
  13. eacbaea Revert of Stop using hardcoded payload types for video codecs (patchset #6 id:210001 of https://codereview.webrtc.org/2493133002/ ) by magjed · 8 years ago
  14. 42043b9 Stop using hardcoded payload types for video codecs by Magnus Jedvert · 8 years ago
  15. 08127a9 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  16. 614d5b7 Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ by magjed · 8 years ago[Renamed (98%) from webrtc/video/video_encoder_unittest.cc]
  17. 1369c83 Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  18. 647bf43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  19. 4bc98d4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 8 years ago
  20. 8f46c67 Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  21. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  22. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  23. 64ec8f8 Reland of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #1 id:1 of https://codereview.webrtc.org/2354223002/ ) by nisse · 9 years ago
  24. 776870a Revert of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #14 id:260001 of https://codereview.webrtc.org/2278883002/ ) by nisse · 9 years ago
  25. 5539ef6 Move MutableDataY{,U,V} methods to I420Buffer only. by nisse · 9 years ago
  26. 275afc5 Add codec name to CodecSpecificInfo and get the codec name stats from there instead. by perkj · 9 years ago
  27. 525df3f Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  28. 51db4dd Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  29. 4c7f4cd Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  30. ac4dc2c Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  31. ad34dbe Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  32. c9c142f Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ ) by nisse · 9 years ago
  33. d49c30c Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #2 id:290001 of https://codereview.webrtc.org/1963413004/ ) by tommi · 9 years ago
  34. d0dc66e Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ ) by nisse · 9 years ago
  35. 5b3c443 Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) by nisse · 9 years ago
  36. a0591b5 Delete webrtc::VideoFrame methods buffer and stride. by nisse · 9 years ago
  37. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  38. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago
  39. 49e196a Remove VideoFrameType aliases for FrameType. by Peter Boström · 9 years ago
  40. b1ce663 Allow encoders to fall back dynamically to software. by noahric · 9 years ago
  41. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  42. eb66e80 Re-land "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  43. 308d163 Revert "Convert native handles to buffers before encoding." by Peter Boström · 10 years ago
  44. a831dc3 Convert native handles to buffers before encoding. by Peter Boström · 10 years ago
  45. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  46. 4d71ede Add HW fallback option to software encoding. by Peter Boström · 10 years ago