Sign in
webrtc
/
src
/
/
33122cfde617af5f175e8bfce09761db27b4892d
/
pc
/
video_track_unittest.cc
6a489f2
Fully qualify googletest symbols.
by Mirko Bonadei
· 6 years ago
dd6633b
Refactor VideoTrackTest to not depend on cricket::VideoCapturer
by Niels Möller
· 6 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 6 years ago
1c05765
(3) Rename files to snake_case: move the files
by Steve Anton
· 6 years ago
[Renamed from pc/videotrack_unittest.cc]
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
5d67f82
Refactor VideoTrackSource, without raw pointer injection.
by Niels Möller
· 7 years ago
8595993
Update several tests: FakeVideoCapturer -> FakeVideoCapturerWithTaskQueue.
by Tommi
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/pc/videotrack_unittest.cc]
773be36
Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt
by perkj
· 8 years ago
539d104
Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ )
by mbonadei
· 8 years ago
f1377f7
Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread.
by perkj
· 8 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
[Renamed (95%) from webrtc/api/videotrack_unittest.cc]
acd935b
Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ )
by nisse
· 8 years ago
7341ab8
Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ )
by nisse
· 8 years ago
45c8b89
Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame.
by nisse
· 8 years ago
d1fe281
Replace scoped_ptr with unique_ptr in webrtc/api/
by kwiberg
· 9 years ago
5b68ab5
Extended proxy abstraction, to call certain methods to the worker thread.
by nisse
· 9 years ago
8f59762
Delete VideoRendererInterface.
by Niels Möller
· 9 years ago
c8f952d
Propagate MediaStreamSource state to video tracks the same way as audio.
by perkj
· 9 years ago
d6c3954
Refactor VideoTracks to forward all sinks to its source
by perkj
· 9 years ago
f0dcfe2
Change VideoRtpReceiver to create remote VideoTrack and VideoTrackSource.
by perkj
· 9 years ago
a3ede6c
Renamed VideoSourceInterface to VideoTrackSourceInterface.
by perkj
· 9 years ago
0f13ec1
Removed VideoSource dependency to ChannelManager.
by Per
· 9 years ago
db25d2e
Make VideoTrack and VideoTrackRenderers implement rtc::VideoSourceInterface.
by nisse
· 9 years ago
9b8df25
Move talk/session/media -> webrtc/pc
by kjellander@webrtc.org
· 9 years ago
5ad1297
Rename webrtc/media/webrtc -> webrtc/media/engine
by kjellander@webrtc.org
· 9 years ago
b24317b
Fix license headers in webrtc/api.
by kjellander
· 9 years ago
15583c1
Move talk/app/webrtc to webrtc/api
by Henrik Kjellander
· 9 years ago
[Renamed (95%) from talk/app/webrtc/videotrack_unittest.cc]
8e8908a
Delete FrameInput method and FrameInputWrapper class.
by nisse
· 9 years ago
a96e2d7
Move talk/media to webrtc/media
by kjellander
· 9 years ago
8cb910d
Delete backwards compatibility cruft from cricket::VideoFrame and VideoSourceInterface.
by nisse
· 9 years ago
81354f5
Added mute logic to VideoTrackRenderers.
by nisse
· 9 years ago
8b1e431
Delete remnants of non-square pixel support from cricket::VideoFrame.
by nisse
· 9 years ago
268493a
Revert of Delete remnants of non-square pixel support from cricket::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/1586613002/ )
by nisse
· 9 years ago
709513d
Delete remnants of non-square pixel support from cricket::VideoFrame.
by nisse
· 9 years ago
6eca7e3
Add a 'remote' property to MediaSourceInterface. Also adding an implementation to the relevant sources we have (audio/video) and an extra check where we're casting a source into a local audio source :(
by tommi
· 9 years ago
b09b660
Remove cricket::VideoFrame::Set/GetElapsedTime()
by magjed
· 9 years ago
facbbec
Remove use of DeviceManager from ChannelManager.
by solenberg
· 9 years ago
c2db810
Remove VideoRendererInterface::CanApplyRotation()
by Magnus Jedvert
· 10 years ago
00c509a
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
f9a75d9
Revert "Add concept of whether video renderer supports rotation."
by guoweis@webrtc.org
· 10 years ago
0ad4893
Add concept of whether video renderer supports rotation.
by guoweis@webrtc.org
· 10 years ago
5f93d0a
Update libjingle license statements at top of talk files for consistency
by jlmiller@webrtc.org
· 10 years ago
a09a999
(Auto)update libjingle 73222930-> 73226398
by buildbot@webrtc.org
· 11 years ago
d4e598d
(Auto)update libjingle 72097588-> 72159069
by buildbot@webrtc.org
· 11 years ago
967bfff
Update talk to 52534915.
by wu@webrtc.org
· 11 years ago
28e2075
Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk
by henrike@webrtc.org
· 12 years ago