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