Sign in
webrtc
/
src
/
0d526d558b0f7b677c43f83e64e67ad65a9639c0
/
webrtc
/
video_send_stream.h
a49cbd3
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
9fdbda6
Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ )
by perkj
· 8 years ago
95a226f
Replace VideoCapturerInput with VideoSinkInterface.
by perkj
· 8 years ago
26091b1
This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads.
by perkj
· 8 years ago
8eb37a3
Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ )
by perkj
· 8 years ago
cc16836
- Add task queue to Call with the intent of replacing the use of one of the process threads.
by perkj
· 8 years ago
2e5cfcd
Add periodic logging of video stats.
by asapersson
· 8 years ago
1ba8d39
Remove webrtc/stream.h and unutilized inheritance.
by pbos
· 9 years ago
a96b60b
Move frame_callback.h to common_video/include.
by pbos
· 9 years ago
d30a111
Change pre_encode_callback to get a const frame.
by nisse
· 9 years ago
7ade7b3
Delete class webrtc::VideoRenderer and its header file.
by nisse
· 9 years ago
905f8e7
Make ReconfigureVideoEncoder void.
by Peter Boström
· 9 years ago
e449915
Measure encoding time on encode callbacks.
by Peter Boström
· 9 years ago
b7d9a97
Expose codec implementation names in stats.
by Peter Boström
· 9 years ago
17821db
Wire up bandwidth limitation info to GetStats and adapt_reason.
by asapersson
· 9 years ago
1387149
Adding reduced size RTCP configuration down to the video stream level.
by deadbeef
· 9 years ago
8d15bd6
Reland of Collecting encode_time_ms for each frame (patchset #1 id:1 of https://codereview.webrtc.org/1383283005/ )
by ivica
· 9 years ago
8104479
Revert of Collecting encode_time_ms for each frame (patchset #13 id:220001 of https://codereview.webrtc.org/1374233002/ )
by kjellander
· 9 years ago
092b133
Collecting encode_time_ms for each frame.
by ivica
· 9 years ago
2d56668
Unify Transport and newapi::Transport interfaces.
by pbos
· 9 years ago
e526974
Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/
by solenberg
· 9 years ago
47d78cc
Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder
by sophiechang
· 9 years ago
4fbae2b
Add send transports to individual webrtc::Call streams.
by solenberg
· 9 years ago
cd67022
Define Stream base classes
by Jelena Marusic
· 10 years ago
4b91bd0
Move frame input (ViECapturer) to webrtc/video/.
by Peter Boström
· 10 years ago
78fb3b3
C++11 in-class member initialization in Call configs.
by Fredrik Solenberg
· 10 years ago
4765070
Rename I420VideoFrame to VideoFrame.
by Miguel Casas-Sanchez
· 10 years ago
af612d5
Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.""
by perkj@webrtc.org
· 10 years ago
d7452a0
Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame."
by magjed@webrtc.org
· 10 years ago
bcead30
Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.
by perkj@webrtc.org
· 10 years ago
891d483
Wire up target_media_bitrate in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
3e6e271
Implement CpuOveruseMetrics as callbacks.
by pbos@webrtc.org
· 10 years ago
09c77b9
Add decoder-timing stats to VideoReceiveStream.
by pbos@webrtc.org
· 10 years ago
32e8528
Log configs when creating video streams in Call.
by pbos@webrtc.org
· 10 years ago
742386a
Enable payload-based padding by default and remove the API.
by stefan@webrtc.org
· 10 years ago
273a414
Report encoded frame size in VideoSendStream.
by pbos@webrtc.org
· 10 years ago
0bae1fa
Wire up bandwidth stats to the new API and webrtcvideoengine2.
by stefan@webrtc.org
· 10 years ago
ad3b5a5
Move min transmit bitrate to VideoEncoderConfig.
by pbos@webrtc.org
· 10 years ago
bbe0a85
Config struct for VideoEncoder.
by pbos@webrtc.org
· 10 years ago
168f23f
Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.
by stefan@webrtc.org
· 11 years ago
4ef438e
Remove the send-side cname getter APIs from voice and video engine.
by stefan@webrtc.org
· 11 years ago
cb254aa
Enable pacing by default and remove the option to disable it from the new API.
by stefan@webrtc.org
· 11 years ago
fbb567d
Add APIs to enable padding with redundant payloads.
by stefan@webrtc.org
· 11 years ago
6ae48c6
Make VideoSendStream/VideoReceiveStream configs const.
by pbos@webrtc.org
· 11 years ago
ef92755
Have RTX be enabled by setting an RTX payload type instead of by setting an RTX SSRC.
by stefan@webrtc.org
· 11 years ago
1566ee2
Revert "Revert "Remove VideoSendStreamInput::PutFrame.""
by pbos@webrtc.org
· 11 years ago
2cdd433
Revert "Remove VideoSendStreamInput::PutFrame."
by pbos@webrtc.org
· 11 years ago
f3085e4
Remove VideoSendStreamInput::PutFrame.
by pbos@webrtc.org
· 11 years ago
1e92b0a
Add ToString() to VideoSendStream::Config.
by pbos@webrtc.org
· 11 years ago
a5c8d2c
Rename Start/Stop in Video{Send,Receive}Streams.
by pbos@webrtc.org
· 11 years ago
709e297
Simplify pacer interface.
by pbos@webrtc.org
· 11 years ago
f577ae9
Remove internal codecs from VideoSendStream.
by pbos@webrtc.org
· 11 years ago
b10363f3
Re-landing "Routing SuspendChange to VideoSendStream::Stats"
by henrik.lundin@webrtc.org
· 11 years ago
3349ae0
Implement minimum transmit bitrate.
by pbos@webrtc.org
· 11 years ago
be39470
Revert "Routing SuspendChange to VideoSendStream::Stats"
by henrik.lundin@webrtc.org
· 11 years ago
1598b80
Routing SuspendChange to VideoSendStream::Stats
by henrik.lundin@webrtc.org
· 11 years ago
0931570
Wire up statistics in video receive stream of new API
by sprang@webrtc.org
· 11 years ago
c279a5d
Wire up RTX in VideoReceiveStream.
by pbos@webrtc.org
· 11 years ago
ccd4284
Wire up statistics in video send stream of new video engine api
by sprang@webrtc.org
· 11 years ago
b429e51
cpplint cleaning new API and its implementation files.
by mflodman@webrtc.org
· 11 years ago
724947b
Add SwapFrame() to VideoSendStreamInput.
by pbos@webrtc.org
· 11 years ago
4070935
Implement and test EncodedImageCallback in new ViE API.
by sprang@webrtc.org
· 11 years ago
331d440
Connect pacer/padding to SuspendBelowMinBitrate
by henrik.lundin@webrtc.org
· 11 years ago
53c8573
Rename video streams' start/stop methods.
by pbos@webrtc.org
· 11 years ago
ce8e093
Rename AutoMute to SuspendBelowMinBitrate
by henrik.lundin@webrtc.org
· 11 years ago
6488761
Implement VideoSendStream::SetCodec().
by pbos@webrtc.org
· 11 years ago
16e03b7
Separate Call API/build files from video_engine/.
by pbos@webrtc.org
· 11 years ago
[Renamed (96%) from webrtc/video_engine/new_include/video_send_stream.h]
1a3a6e5
Removing the threshold from the auto-mute APIs
by henrik.lundin@webrtc.org
· 11 years ago
ba975e2
Porting auto mute to new ViE API
by henrik.lundin@webrtc.org
· 11 years ago
c11148b
Compound/reduced-size RTCP in VideoReceiveStream.
by pbos@webrtc.org
· 11 years ago
25fce9a
Fixed issue with how MTU is calculated.
by sprang@webrtc.org
· 11 years ago
5d957e2
Wired up max packet size and added simple test.
by sprang@webrtc.org
· 11 years ago
74fa489
Remove newapi:: namespace for typenames without overlap.
by pbos@webrtc.org
· 11 years ago
360e376
Adds two tests for verifying padding and ramp-up behavior.
by stefan@webrtc.org
· 11 years ago
7f1b0ae
Fix init list for VideoSendStream::Config::Rtp.
by pbos@webrtc.org
· 12 years ago
025f4f1
Stats+Config moved into VideoSend/ReceiveStreams.
by pbos@webrtc.org
· 12 years ago
1ecee9a
Break video_engine/new_include/common.h into smaller parts.
by pbos@webrtc.org
· 12 years ago
eceb532
Default constructors for new VideoEngine structs.
by pbos@webrtc.org
· 12 years ago
9b30348
FrameGenerator class for future fake capture device.
by pbos@webrtc.org
· 12 years ago
65f995a
New ViE interface.
by mflodman@webrtc.org
· 12 years ago