Sign in
webrtc
/
src
/
webrtc
/
1b9b5778ad350cccb83b1f7b9bdcfec86f55ac36
/
common_video
/
incoming_video_stream.cc
48dee58
Delete static method TaskQueue::IsCurrent.
by nisse
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
82efb01
Delete unneeded includes of deprecated system_wrappers include files.
by nisse
· 8 years ago
33ecc1a
Add performance tracing for PlatformThread and parts of the video code.
by tommi
· 8 years ago
14e74e8
Reland of Use TaskQueue in IncomingVideoStream (patchset #1 id:1 of https://codereview.webrtc.org/2714393003/ )
by tommi
· 8 years ago
779eabb
Revert of Use TaskQueue in IncomingVideoStream (patchset #10 id:320001 of https://codereview.webrtc.org/2716473002/ )
by tommi
· 8 years ago
701e9e9
Use TaskQueue in IncomingVideoStream instead of the PlatformThread + event timer approach.
by tommi
· 8 years ago
25435fe
Introduce a new constructor to PlatformThread.
by tommi
· 8 years ago
8702e0e
Add a race-checking mechanism.
by Peter Boström
· 9 years ago
b665ea9
Fixing race condition in IncomingVideoStream.
by Taylor Brandstetter
· 9 years ago
105bb15
Remove a thread checker for a decoder thread from IncomingVideoStream.
by Tommi
· 9 years ago
4edf3cd
Reland of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #1 id:1 of https://codereview.webrtc.org/2084873002/ )
by tommi
· 9 years ago
8578468
Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #5 id:340001 of https://codereview.webrtc.org/2078873002/ )
by sakal
· 9 years ago
5d7493a
Reland of IncomingVideoStream refactoring.
by Tommi
· 9 years ago
896b6c5
Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #4 id:290001 of https://codereview.webrtc.org/2071473002/ )
by tommi
· 9 years ago
c289ab1
Reland of Split IncomingVideoStream into two implementations, with smoothing and without.
by tommi
· 9 years ago
36500f5
Revert of Split IncomingVideoStream into two implementations, with smoothing and without. (patchset #23 id:430001 of https://codereview.webrtc.org/2035173002/ )
by tommi
· 9 years ago
4f834e9
Split IncomingVideoStream into two implementations, with smoothing and without.
by tommi
· 9 years ago
0348543
Remove dead code in IncomingVideoStream that's just causing contention.
by tommi
· 9 years ago
f444108
Remove unused render callback method+pointer in IncomingVideoStream.
by mflodman
· 9 years ago
f2c58af
Let VideoRenderFrames::FrameToRender return a rtc::Optional.
by nisse
· 9 years ago
7738985
Delete all use of tick_util.h.
by Niels Möller
· 9 years ago
07254e3
This cl deletes the class webrtc::VideoRendererCallback.
by nisse
· 9 years ago
c5ce6dc
Delete unused methods SetStartImage and SetTimeoutImage.
by nisse
· 9 years ago
a2761a5
Delete class webrtc::VideoRenderer and its header file.
by nisse
· 9 years ago
c961c78
Cleanup of webrtc::VideoFrame.
by Niels Möller
· 9 years ago
12c9c87
Revert of Cleanup of webrtc::VideoFrame. (patchset #6 id:100001 of https://codereview.webrtc.org/1679323002/ )
by kjellander
· 9 years ago
c937f30
Cleanup of webrtc::VideoFrame.
by nisse
· 9 years ago
7339d4a
Switch to rtc::CriticalSection in IncomingVideoStream and remove one lock.
by tommi
· 9 years ago
daf1aa4
Clean up PlatformThread.
by Peter Boström
· 9 years ago
7ad8fc8
Remove frame time scheduing in IncomingVideoStream
by qiangchen
· 9 years ago
9410e01
Move ThreadWrapper to ProcessThread in base.
by pbos
· 9 years ago
cd66254
common_video: rename interface -> include
by kjellander
· 9 years ago
78f65d0
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
3ca60f3
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
8e2cae4
Move IncomingVideoFrames to common_video/.
by Peter Boström
· 10 years ago
[Renamed (97%) from modules/video_render/incoming_video_stream.cc]
2bd2176
Cleanup inside IncomingVideoStream.
by Peter Boström
· 10 years ago
a8c4f43
Revert "Revert "Split EventWrapper in twain.""
by Peter Boström
· 10 years ago
a5b531b
Revert "Split EventWrapper in twain."
by Minyue
· 10 years ago
7c14951
VideoRenderCallback::RenderFrame: Make I420VideoFrame& ref const.
by Magnus Jedvert
· 10 years ago
1f00000
Split EventWrapper in twain.
by tommi@webrtc.org
· 10 years ago
01c1481
Re-land 8810 "- Add a SetPriority method to ThreadWr..."
by tommi@webrtc.org
· 10 years ago
eb2730e
Revert 8810 "- Add a SetPriority method to ThreadWrapper"
by tommi@webrtc.org
· 10 years ago
be8dbba
- Add a SetPriority method to ThreadWrapper
by tommi@webrtc.org
· 10 years ago
0e57be8
Use scoped_ptr for ThreadWrapper::CreateThread.
by tommi@webrtc.org
· 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
04d511c
Remove thread id from ThreadWrapper::Start().
by pbos@webrtc.org
· 10 years ago
f487b8e
Clean up VideoRenderFrames
by magjed@webrtc.org
· 10 years ago
8a6f765
Remove GetLastRenderedFrame
by magjed@webrtc.org
· 10 years ago
1e7ab6c
Remove EnableMirroring and MirrorRenderStream
by magjed@webrtc.org
· 10 years ago
99dd85f
Signal threads for faster receiver destruction.
by pbos@webrtc.org
· 10 years ago
22b04fa
Remove SetNotAlive method from the thread class.
by tommi@webrtc.org
· 10 years ago
d18fd94
Fix double backslashes in incoming_video_stream.cc
by perkj@webrtc.org
· 10 years ago
52c5c70
Replace MapWrapper with std::map<>.
by pbos@webrtc.org
· 12 years ago
ea7b33e
* Update libjingle to 50389769.
by wu@webrtc.org
· 12 years ago
3f45c2e
Switch C++-style C headers with their C equivalents.
by pbos@webrtc.org
· 12 years ago
7e5dc87
Include files from webrtc/.. paths in video_render/.
by pbos@webrtc.org
· 12 years ago
e1ca446
WebRtc_Word32 -> int32_t in video_render/
by pbos@webrtc.org
· 12 years ago
5815b7c
Thread safety issue fix in incoming_video_stream.cc. See issue 1465.
by vikasmarwaha@webrtc.org
· 12 years ago
07e96da
Reorganize modules/video_render.
by andrew@webrtc.org
· 12 years ago
[Renamed (98%) from modules/video_render/main/source/incoming_video_stream.cc]
3bbed74
Switching to I420VideoFrame
by mikhal@webrtc.org
· 12 years ago
b015cbe
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago