Sign in
webrtc
/
src
/
bd9e4a95eb6b3d0a4e686f32b1fe5a0bf433fa02
/
media
/
base
/
video_broadcaster.cc
8ef1d7b
Add a missing lock in VideoBroadcaster::OnDiscardedFrame().
by Mirta Dvornicic
· 4 years ago
1e257ca
Migrate media/ to webrtc::Mutex.
by Markus Handell
· 4 years, 8 months ago
5cad55b
Signal requested resolution alignment requirements from sinks to sources.
by Rasmus Brandt
· 5 years ago
9560d7d
Make update_rect optional in VideoFrame
by Ilya Nikolaevskiy
· 5 years ago
71aee3a
Reland "Propagate VideoFrame::UpdateRect to encoder"
by Ilya Nikolaevskiy
· 6 years ago
429b67d
Revert "Propagate VideoFrame::UpdateRect to encoder"
by Mirko Bonadei
· 6 years ago
efa72a1
Propagate VideoFrame::UpdateRect to encoder
by Ilya Nikolaevskiy
· 6 years ago
fd5d473
Revert "Partial frame capture API part 6"
by Ilya Nikolaevskiy
· 6 years ago
7752ad6
Partial frame capture API part 6
by Ilya Nikolaevskiy
· 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 media/base/videobroadcaster.cc]
1ebfb6a
Introduce VideoFrame::id to keep track of frames inside application.
by Artem Titov
· 6 years ago
3793bb4
Refactor TestVideoCapturer to support multiple sinks.
by Niels Möller
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
a680a6a
Enable and fix chromium clang warnings in sdk/android targets.
by Paulina Hensman
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
d79314f
Reland "Add fine grained dropped video frames counters on sending side"
by Ilya Nikolaevskiy
· 7 years ago
1c1a681
Revert "Add fine grained dropped video frames counters on sending side"
by Ilya Nikolaevskiy
· 7 years ago
4b1a363
Add fine grained dropped video frames counters on sending side
by Ilya Nikolaevskiy
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/media/base/videobroadcaster.cc]
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
c5d62e2
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2783183003/ )
by sprang
· 8 years ago
f9ed235
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #8 id:410001 of https://codereview.webrtc.org/2781433002/ )
by lliuu
· 8 years ago
3ea3c77
Reland of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #1 id:1 of https://codereview.webrtc.org/2764133002/ )
by sprang
· 8 years ago
8b45b11
Revert of Add framerate to VideoSinkWants and ability to signal on overuse (patchset #14 id:250001 of https://codereview.webrtc.org/2716643002/ )
by skvlad
· 8 years ago
72acf25
Add framerate to VideoSinkWants and ability to signal on overuse
by sprang
· 8 years ago
84a3759
Change rtc::VideoSinkWants to have target and a max pixel count
by sprang
· 8 years ago
af91689
Move VideoFrame and related declarations to webrtc/api/video.
by nisse
· 8 years ago
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
0934785
Reland of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2402853002/ )
by nisse
· 8 years ago
d36dd49
Revert of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #9 id:160001 of https://codereview.webrtc.org/2315663002/ )
by kjellander
· 8 years ago
dda6ec0
Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete
by nisse
· 8 years ago
6f5a6c3
New class AdaptedVideoTrackSource.
by nisse
· 8 years ago
19ee1e6eb
Add cricket::VideoFrame::transport_frame_id() and set it to RTP timestamp.
by Sergey Ulanov
· 9 years ago
efec590
Reland of New method I420Buffer::SetToBlack. (patchset #1 id:1 of https://codereview.webrtc.org/2049023002/ )
by nisse
· 9 years ago
271d740
Revert of New static method I420Buffer::SetToBlack. (patchset #4 id:60001 of https://codereview.webrtc.org/2029273004/ )
by nisse
· 9 years ago
663f9e2
New static method I420Buffer::SetToBlack.
by nisse
· 9 years ago
c82d090
Don't do a thread jump for incoming frames.
by nisse
· 9 years ago
b17712f
Use microsecond timestamp in cricket::VideoFrame.
by nisse
· 9 years ago
09eabcb
Revert of Use microsecond timestamp in cricket::VideoFrame. (patchset #13 id:240001 of https://codereview.webrtc.org/1865283002/ )
by niklas.enbom
· 9 years ago
f30ba11
Use microsecond timestamp in cricket::VideoFrame.
by nisse
· 9 years ago
f386876
Rename some cricket::VideoFrame methods, to align with webrtc::VideoFrame.
by nisse
· 9 years ago
71a0c2f
Deprecate GetWidth() and GetHeight() methods. Replaced by width() and height().
by nisse
· 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
2d5f091
Move direct use of VideoCapturer::VideoAdapter to VideoSinkWants.
by perkj
· 9 years ago
a509241
This reland https://codereview.webrtc.org/1655793003/ with the change that cricket::VideoCapturer::SignalVideoFrame is added back and used for frame forwarding. It is used in Chrome remoting.
by Per
· 9 years ago
8e16e61
Added empty files for VideoBroadcaster so adding them don't break Chrome.
by Per
· 9 years ago
162c339
Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #14 id:300001 of https://codereview.webrtc.org/1655793003/ )
by perkj
· 9 years ago
4d19c5b
This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it.
by Per
· 9 years ago
4b2a5a8
Revert of Make cricket::VideoCapturer implement VideoSourceInterface (patchset #12 id:260001 of https://codereview.webrtc.org/1655793003/ )
by perkj
· 9 years ago
2f21789
This cl introduce a VideoSourceInterface and let cricket::VideoCapturer implement it.
by perkj
· 9 years ago