1. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  2. a67d960 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  3. ae2f9a7 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  4. 5acd6fa Update I420Buffer to new VideoFrameBuffer interface by magjed · 8 years ago
  5. 11ffe50 Add unit tests for qp parser. by jianj · 8 years ago
  6. 4afdce2 Reland of Don't reinit encoder when rotation changes. (patchset #1 id:1 of https://codereview.webrtc.org/2861633003/ ) by brandtr · 8 years ago
  7. 7e4ec01 Revert of Don't reinit encoder when rotation changes. (patchset #3 id:40001 of https://codereview.webrtc.org/2853463004/ ) by brandtr · 8 years ago
  8. f42fed4 Don't reinit encoder when rotation changes. by brandtr · 8 years ago
  9. 5b5d7e1 Don't re-randomize picture_id/tl0_pic_idx when re-initializing internal encoders. by brandtr · 8 years ago
  10. 8d238fb Delete RawVideoType enum, use the VideoType enum instead. by nisse · 8 years ago
  11. fcb0e5d Add QP for libvpx VP8 decoder. by sakal · 8 years ago
  12. 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
  13. 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
  14. f2d1765 Add QP sum stats for received streams. by sakal · 8 years ago
  15. f0daa06 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  16. 0e41e0d Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) by nisse · 8 years ago
  17. d8cd9cc Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) by nisse · 8 years ago
  18. 6dab241 Delete VideoFrame default constructor, and IsZeroSize method. by nisse · 8 years ago
  19. fafcfc0 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  20. d1d9db1 Update VideoFrameBuffer-related methods to not use references to scoped_refptr. by nisse · 8 years ago
  21. 46ee7fa Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  22. fce0c43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  23. 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
  24. 69dd53c Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  25. 9ef440a Delete ShallowCopy, in favor of copy construction and assignment. by nisse · 8 years ago
  26. 078cd6c Refactoring: Hide VideoCodec.codecSpecific as "private" by hta · 8 years ago
  27. fc5a723 Reland of Delete webrtc::VideoFrame::CopyFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2397943003/ ) by nisse · 8 years ago
  28. a9dfbee Revert of Delete webrtc::VideoFrame::CopyFrame. (patchset #2 id:20001 of https://codereview.webrtc.org/2371363003/ ) by ivoc · 8 years ago
  29. f2bdbba Delete webrtc::VideoFrame::CopyFrame. by nisse · 8 years ago
  30. 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  31. cc1422c New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 9 years ago
  32. 15b966d Enable the -Wundef warning for clang by kwiberg · 9 years ago
  33. 652c67c 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
  34. 0ee04da 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
  35. 53b1960 Move MutableDataY{,U,V} methods to I420Buffer only. by nisse · 9 years ago
  36. 83a148b Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  37. 55b005a Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #14 id:300001 of https://codereview.chromium.org/2089773002/ ) by sergeyu · 9 years ago
  38. 568d3f1 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  39. f285d3d Revert of Add EncodedImageCallback::OnEncodedImage(). (patchset #13 id:280001 of https://codereview.webrtc.org/2089773002/ ) by sergeyu · 9 years ago
  40. 8238976 Add EncodedImageCallback::OnEncodedImage(). by Sergey Ulanov · 9 years ago
  41. d366104 Delete unused code in webrtc_libyuv.cc. by nisse · 9 years ago
  42. 7738985 Delete all use of tick_util.h. by Niels Möller · 9 years ago
  43. 7c6513a Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  44. 3913313 Deprecate VideoDecoder::Reset() and remove calls. by Peter Boström · 9 years ago
  45. 98836c0 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  46. b6b6998 Add DecodedImageCallback::Decoded() function with custom decode time value. by Per · 9 years ago
  47. 78f65d0 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  48. 9511e46 Remove VideoFrameType aliases for FrameType. by Peter Boström · 9 years ago
  49. 3ca60f3 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 10 years ago
  50. 32ec590 Revert "Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*." by magjed@webrtc.org · 10 years ago
  51. c0b6816 Changed argument occurences of const I420VideoFrame* to const I420VideoFrame& and non-const I420VideoFrame& to I420VideoFrame*. by hbos@webrtc.org · 10 years ago
  52. 41df154 Remove VideoRotationMode to VideoRotation. by guoweis@webrtc.org · 10 years ago
  53. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  54. 3e907c2 Remove no longer used video codec test framework. by stefan@webrtc.org · 10 years ago
  55. ee9497c Report encoded frame size in VideoSendStream. by pbos@webrtc.org · 10 years ago
  56. 0ab923a Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
  57. 0797c72 Disable TestVp8Impl.BaseUnitTest on MSan. by pbos@webrtc.org · 10 years ago
  58. ba47616 Replace scoped_array<T> with scoped_ptr<T[]>. by andrew@webrtc.org · 11 years ago
  59. 9d10769 Propagate capture ntp timestamp from rtp to renderer. by wu@webrtc.org · 11 years ago
  60. 4b067da Disable some VP8 tests on Android. by andrew@webrtc.org · 12 years ago
  61. e2e033a Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 12 years ago
  62. f83a872 Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 12 years ago
  63. c5fc6e0 Don't force key frame when decoding with errors by mikhal@webrtc.org · 12 years ago
  64. acb00f5 Adds all unittests to android NDK-APK framework. by henrike@webrtc.org · 12 years ago
  65. a557f43 Include files from webrtc/.. paths in video_coding/. by pbos@webrtc.org · 12 years ago
  66. 210c145 Set qpMax to 56 in for all VP8 tests. Fixes buildbot breakage. by stefan@webrtc.org · 12 years ago
  67. 076aa84 Vp8 tests: Removing legacy unused tests and reorganization of existing ones. by mikhal@webrtc.org · 12 years ago
  68. 07d98c8 vp8 test: Updating creation of enc/dec by mikhal@webrtc.org · 12 years ago
  69. 867e025 Updating vp8 test structure by mikhal@webrtc.org · 12 years ago[Renamed from modules/video_coding/codecs/vp8/vp8_unittest.cc]
  70. 9dda8f5 Updating Vp8 unit tests - Initiating the switch to gtest-based tests, and adding a stride test. by mikhal@webrtc.org · 12 years ago