Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
645f24cb868f1377ea949e7020240d2d40796874
/
modules
/
video_coding
/
receiver.cc
b2b2031
Concatenate string literals at compile time.
by Jonas Olsson
· 4 years, 10 months ago
45b01c7
Delete some dead code in vcm::VideoReceiver and VCMReceiver
by Niels Möller
· 5 years ago
a4d8737
Format almost everything.
by Jonas Olsson
· 5 years ago
50150a1
Delete VCMJitterBuffer::UpdateRtt and related unused code
by Niels Möller
· 6 years ago
691f62c
Make VCMJitterBuffer::SetNackMode(kNack, -1, -1) the only mode
by Niels Möller
· 6 years ago
10aac06
Delete VCMJitterBuffer::IncomingRateStatistics
by Niels Möller
· 6 years ago
db64d99
Delete unused constructor arguments from VCMJitterBuffer
by Niels Möller
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
b8fffa1
Delete method VCMJitterBuffer::RegisterStatsCallback
by Niels Möller
· 6 years ago
375b346
Delete all logic related to VCMDecodeErrorMode
by Niels Möller
· 6 years ago
3e70781
[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.
by Yves Gerey
· 6 years ago
689983f
Deprecate EventFactory and delete all usage.
by Niels Möller
· 6 years ago
2377588
Add accessor methods for RTP timestamp of EncodedImage.
by Niels Möller
· 6 years ago
4eb4b05
Delete unused method VideoReceiver::SetMinReceiverDelay
by Niels Möller
· 6 years ago
52f53d5
Revert "Add Timestamp accessor methods to the EncodedImage class."
by Björn Terelius
· 6 years ago
f34d467
Add Timestamp accessor methods to the EncodedImage class.
by Niels Möller
· 6 years ago
8c4fe16
Make Frame buffer not drop frames unnecessary
by Ilya Nikolaevskiy
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 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/modules/video_coding/receiver.cc]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 7 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 7 years ago
d701dfd
remove more CriticalSectionWrappers.
by kthelgason
· 8 years ago
05e908b
Delete unused method VideoCodingModule::DiscardedPackets().
by tommi
· 8 years ago
8513029
Remove old WebRTC-NewVideoJitterBuffer used for testing the NackModule.
by philipel
· 8 years ago
31b2ec4
Remove unused output parameter in VCMReceiver::FrameForDecoding().
by Johan Ahlers
· 8 years ago
95348f7
Remove unused parameters from VCMReceiver::InsertPacket().
by Johan Ahlers
· 8 years ago
6b4b5f3
Add sender controlled playout delay limits
by isheriff
· 8 years ago
16ac328
Remove VCMRenderBufferSizeCallback.
by Peter Boström
· 9 years ago
0b25072
Use vcm::VideoReceiver on the receive side.
by Peter Boström
· 9 years ago
83f831a
Experiment for the nack module.
by philipel
· 9 years ago
3f55dea
Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/
by kwiberg
· 9 years ago
9d3ab61
Lint fix for webrtc/modules/video_coding PART 2!
by philipel
· 9 years ago
0eb15ed
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector
by kwiberg
· 9 years ago
796cfaf
Add VideoCodec::PreferDecodeLate
by perkj
· 9 years ago
2557b86
modules/video_coding refactorings
by Henrik Kjellander
· 9 years ago
[Renamed (97%) from webrtc/modules/video_coding/main/source/receiver.cc]
854e84c
Use webrtc/base/logging.h for video coding/processing.
by pbos
· 9 years ago
98f5351
system_wrappers: rename interface -> include
by Henrik Kjellander
· 9 years ago
e4f9650
Remove system_wrappers/interface/trace_event.h
by tommi
· 9 years ago
d4cec15
Resolved Rebase Conflicts
by Qiang Chen
· 9 years ago
b1825a4
Change JitterBuffer::GetNackList to return a std::vector<uint16_t>.
by Wan-Teh Chang
· 9 years ago
b4c5eaa
Fix a time control bug, that the VCMReceiver::FrameForDecoding may over sleep.
by Niklas Enbom
· 9 years ago
92d9489
Miscellaneous cleanups in VCMReceiver and its unit tests.
by Wan-Teh Chang
· 9 years ago
5464a6e
Remove VideoCodingModule::InitializeReceiver.
by Peter Boström
· 10 years ago
4dd40d6
Signal threads for faster receiver destruction.
by pbos@webrtc.org
· 10 years ago
d5ce2e6
Remove EventWrapper::Reset().
by pbos@webrtc.org
· 10 years ago
16825b1
Use int64_t more consistently for times, in particular for RTT values.
by pkasting@chromium.org
· 10 years ago
5570769
Remove the last getters from VideoReceiveStream stats.
by pbos@webrtc.org
· 10 years ago
ce4e9a3
Refactor some receive-side stats.
by pbos@webrtc.org
· 10 years ago
4f16c87
Simplifying VideoReceiver and JitterBuffer.
by pbos@webrtc.org
· 10 years ago
34c5da6
Cleaned up logging in video_coding.
by stefan@webrtc.org
· 11 years ago
3f655aa
Add #include <cstdlib> for std::abs.
by pbos@webrtc.org
· 11 years ago
b5f3029
Replace labs with std::abs.
by pbos@webrtc.org
· 11 years ago
0117d1c
Fix compilation errors under clang 3.5.
by pbos@webrtc.org
· 11 years ago
71f055f
Add send frame rate statistics callback
by sprang@webrtc.org
· 11 years ago
4f3624d
Avoid recursively taking critical section.
by stefan@webrtc.org
· 11 years ago
554d158
Reset jitter buffer and timing if frames are getting too much delay.
by stefan@webrtc.org
· 11 years ago
dbf6a81
Follow-up changes to kSelectiveErrors
by mikhal@webrtc.org
· 11 years ago
a7e360e
Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers).
by agalusza@google.com
· 11 years ago
1a7b9b9
Cleanup WebRTC tracing
by hclam@chromium.org
· 11 years ago
9ca7360
VCM: removing max jitter estimate
by mikhal@webrtc.org
· 11 years ago
adc64a7
VCM/Timing: Setting clear names to members & methods
by mikhal@webrtc.org
· 11 years ago
a7dc37d
Log the type of recycled frames.
by stefan@webrtc.org
· 11 years ago
8c49c1e
Log a message when a key frame packet is received
by hclam@chromium.org
· 11 years ago
3417eb4
Consolidate GetFrame and InsertPacket and move NACK list processing to after a packet has been successfully inserted.
by stefan@webrtc.org
· 11 years ago
9f557c1
Improve wraparound handling in the render time extrapolator.
by stefan@webrtc.org
· 11 years ago
ef14488
Trigger a PLI if the duration of non-decodable frames exceeds a threshold.
by stefan@webrtc.org
· 12 years ago
8f86cc8
VCM/Receiver: Return null when can't extract frame.
by mikhal@webrtc.org
· 12 years ago
759b041
Relanding r3952: VCM: Updating receiver logic BUG=r1734 R=stefan@webrtc.org
by mikhal@webrtc.org
· 12 years ago
4ce19b1
Revert r3952 "VCM: Updating receiver logic"
by stefan@webrtc.org
· 12 years ago
d3cd565
VCM: Updating receiver logic
by mikhal@webrtc.org
· 12 years ago
6faba6e
VCM: Setting buffering delay in timing
by mikhal@webrtc.org
· 12 years ago
5b7120c
Fix two issues where we might end up busy looping in decoder_render mode.
by stefan@webrtc.org
· 12 years ago
381da4b
VCM: Adding API for the size(duration) of the jitter buffer.
by mikhal@webrtc.org
· 12 years ago
dc3cd21
VCM/JB: FrameForDecoding->IncompleteFrameForDecoding
by mikhal@webrtc.org
· 12 years ago
e0e029e
Revert 3876
by mikhal@webrtc.org
· 12 years ago
ee184b9
VCM/Receiver: Only update render time when decoding
by mikhal@webrtc.org
· 12 years ago
dbd6a6d
Updating delay for first value
by mikhal@webrtc.org
· 12 years ago
bdb9b97
Change receive statistics bitrate to be provided in bps instead of kbps.
by stefan@webrtc.org
· 12 years ago
c2a3aa7
Partial revert of r3844
by mikhal@webrtc.org
· 12 years ago
d6bd7cd
removing redundant calls to cleanframes
by mikhal@webrtc.org
· 12 years ago
806dc3b
More trace events
by hclam@chromium.org
· 12 years ago
2baf5f5
Refactor webrtc specific Event implementation to an EventFactory.
by stefan@webrtc.org
· 12 years ago
a64300a
Refactor NACK list creation to build the NACK list as packets arrive.
by stefan@webrtc.org
· 12 years ago
ef9f76a
Adding a receive side API for buffering mode.
by mikhal@webrtc.org
· 12 years ago
becf9c8
Fix mismatch between different NACK list lengths and packet buffers.
by stefan@webrtc.org
· 12 years ago
a678a3b
Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests.
by stefan@webrtc.org
· 12 years ago
1ea4b50
Refactor receiver.h/.cc.
by stefan@webrtc.org
· 12 years ago
14b43be
Move src/ -> webrtc/
by andrew@webrtc.org
· 12 years ago
[Renamed from src/modules/video_coding/main/source/receiver.cc]
912981f
Refactoring jitter_buffer.h/.cc to Google style.
by stefan@webrtc.org
· 12 years ago
91c6308
Fix potential VCMReceiver crash.
by stefan@webrtc.org
· 13 years ago
8e50693
Fixes for code analysis warnings.
by stefan@webrtc.org
· 13 years ago
7d8c72e
Re-implement dependency injection of TickTime into VCM and tests
by henrik.lundin@webrtc.org
· 13 years ago
3031585
Revert "Inject TickTimeInterface into VCM and tests"
by henrik.lundin@webrtc.org
· 13 years ago
e7d8c56
Fix for dual decoder in VCM receiver
by henrik.lundin@webrtc.org
· 13 years ago
a70f945
Inject TickTimeInterface into VCM and tests
by henrik.lundin@webrtc.org
· 13 years ago
7889a9b
Remove use of CriticalSectionScoped(CriticalSectionWrapper& critsect) in VCM.
by stefan@webrtc.org
· 13 years ago
932ab18
Default to always NACKing residual losses when having both FEC and NACK.
by stefan@webrtc.org
· 13 years ago
f13388f
video_coding: Requesting a key frame after a JB flush
by mikhal@webrtc.org
· 13 years ago
Next »