1. a5b6c52 Remove webrtc::VideoEncoderFactory by magjed · 8 years ago[Renamed (98%) from modules/video_coding/codecs/vp8/simulcast_unittest.h]
  2. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  3. a67d960 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  4. ae2f9a7 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  5. 39e693a Implement timing frames. by ilnik · 8 years ago
  6. d0cf29a Revert "Revert "Update video_coding/codecs to new VideoFrameBuffer interface"" by Magnus Jedvert · 8 years ago
  7. 1eb8512 Revert "Update video_coding/codecs to new VideoFrameBuffer interface" by Guido Urdaneta · 8 years ago
  8. a473972 Update video_coding/codecs to new VideoFrameBuffer interface by Magnus Jedvert · 8 years ago
  9. a24bcce Move webrtc/video_frame to common_video/include. by nisse · 8 years ago
  10. 34282b9 Delete VP8 feedback mode. by nisse · 8 years ago
  11. 05bd7c9 Refactor + enable GN check on video_coding_utility by kjellander · 8 years ago
  12. fcb0e5d Add QP for libvpx VP8 decoder. by sakal · 8 years ago
  13. bc6405b Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ ) by sakal · 8 years ago
  14. a8773b4 Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ ) by skvlad · 8 years ago
  15. f2d1765 Add QP sum stats for received streams. by sakal · 8 years ago
  16. f0daa06 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  17. fafcfc0 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  18. 46ee7fa Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  19. fce0c43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  20. f30ffe4 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
  21. 69dd53c Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  22. 078cd6c Refactoring: Hide VideoCodec.codecSpecific as "private" by hta · 8 years ago
  23. 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  24. 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
  25. 59505d3 Delete method webrtc::VideoFrame::allocated_size and enum PlaneType. by nisse · 8 years ago
  26. 652c67c Reland of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #1 id:1 of https://codereview.webrtc.org/2354223002/ ) by nisse · 8 years ago
  27. 0ee04da Revert of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #14 id:260001 of https://codereview.webrtc.org/2278883002/ ) by nisse · 8 years ago
  28. 53b1960 Move MutableDataY{,U,V} methods to I420Buffer only. by nisse · 8 years ago
  29. 83a148b Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  30. 55b005a Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 8 years ago
  31. 568d3f1 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  32. f285d3d Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 8 years ago
  33. 8238976 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 8 years ago
  34. 671d805 Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ ) by nisse · 9 years ago
  35. e5d98bc Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #2 id:290001 of https://codereview.webrtc.org/1963413004/ ) by tommi · 9 years ago
  36. fe1461a Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ ) by nisse · 9 years ago
  37. 44dc40f Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  38. 5d9726a Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) by nisse · 9 years ago
  39. dd62c69 Delete webrtc::VideoFrame methods buffer and stride. by nisse · 9 years ago
  40. 0b54e5a Reland "Add check_deps rules in DEPS files." by kjellander@webrtc.org · 9 years ago
  41. de82d23 Revert of Add check_deps rules in DEPS files. (patchset #2 id:60001 of https://codereview.webrtc.org/1796413002/ ) by kjellander · 9 years ago
  42. 181e867 Add check_deps rules in DEPS files. by kjellander@webrtc.org · 9 years ago
  43. 7c6513a Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  44. 487ee59 Reallocate encoded buffer size if needed for VP8. Initially set to the input image size. by asapersson · 9 years ago
  45. d146002 Remove extra_options from VideoCodec. by Peter Boström · 9 years ago
  46. 20a9801 Lint fix for webrtc/modules/video_coding PART 1! by philipel · 9 years ago
  47. fe7633e modules/video_coding refactorings by Henrik Kjellander · 9 years ago
  48. b6b6998 Add DecodedImageCallback::Decoded() function with custom decode time value. by Per · 9 years ago
  49. 9511e46 Remove VideoFrameType aliases for FrameType. by Peter Boström · 9 years ago
  50. b63d8ad Unify FrameType and VideoFrameType. by pbos · 9 years ago
  51. 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  52. 286eb6e Remove kSkipFrame usage. by Peter Boström · 9 years ago
  53. cdb553b Remove webrtc::Config from ViEChannelGroup. by pbos · 9 years ago
  54. 92d730a In screenshare mode, suppress VP8 bitrate overshoot and increase quality by Erik Språng · 10 years ago
  55. 3ca60f3 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  56. e69323b Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
  57. 8c2ce2a Remove I420VideoFrame::SwapFrame by magjed@webrtc.org · 10 years ago
  58. 9eee22e VP8/9EncoderImpl::Encode: Check resolution of input I420VideoFrame by magjed@webrtc.org · 10 years ago
  59. 32ec590 Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." by magjed@webrtc.org · 10 years ago
  60. c0b6816 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. by hbos@webrtc.org · 10 years ago
  61. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  62. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  63. 866b22b Merge VP8 changes. by pbos@webrtc.org · 10 years ago