Sign in
webrtc
/
src
/
/
de17252e8e697172023262e0000c2c615968428e
/
video
/
buffered_frame_decryptor_unittest.cc
105711e
Move rtc::make_ref_counted to api/
by Niels Möller
· 2 years, 9 months ago
8ca0613
WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf
by Jonas Oreland
· 3 years ago
806083b
Update video/ to not use implicit T* --> scoped_refptr<T> conversion
by Niels Möller
· 3 years, 2 months ago
c1d5891
Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files
by Tomas Gunnarsson
· 3 years, 10 months ago
ca18809
Move RtpFrameObject and EncodedFrame out of video_coding namespace.
by philipel
· 4 years ago
e209fe6
Do not propagate generic descriptor on receiving frame
by Danil Chapovalov
· 5 years ago
bc1750d
Revert "Do not propagate generic descriptor on receiving frame"
by Danil Chapovalov
· 5 years ago
abf73de
Do not propagate generic descriptor on receiving frame
by Danil Chapovalov
· 5 years ago
ce1ffcd
change PacketBuffer to return it's result rather that use callback
by Danil Chapovalov
· 5 years ago
fc35874
Use new RtpFrameObject ctor for unittests.
by philipel
· 5 years ago
f7457e5
Store PacketBuffer by value instead of as reference counted object
by Danil Chapovalov
· 5 years ago
0cff4fc
Removed unused frame_size param from RtpFrameObject ctor.
by philipel
· 5 years ago
b5e4785
RtpFrameObject now takes an EncodedImageBuffer in its ctor.
by philipel
· 5 years ago
f0be5b5
Make GetBitstream non-virtual since it is no longer needed for testing.
by philipel
· 5 years ago
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 5 years ago
a370556
Refactor to free up PacketBuffer as soon as possible
by Johannes Kron
· 6 years ago
f00bf42
Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker.
by Chen Xing
· 6 years ago
abbc50e
Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader
by Niels Möller
· 6 years ago
2af5dcb
Reland "Refactor FrameDecryptorInterface::Decrypt to use new API."
by Benjamin Wright
· 6 years ago
7dd83e2
Revert "Refactor FrameDecryptorInterface::Decrypt to use new API."
by Henrik Boström
· 6 years ago
642aa81
Refactor FrameDecryptorInterface::Decrypt to use new API.
by Benjamin Wright
· 6 years ago
a556448
Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine.
by Benjamin Wright
· 6 years ago
8f7ce22
Make VideoFrameType an enum class, and move to separate file and target
by Niels Möller
· 6 years ago
52426ed
Modify BufferedFrameDecryptor to perform fine grained key requests.
by Benjamin Wright
· 6 years ago
b4643ad
Rename "OnReceivedFrame" to "OnAssembledFrame"
by Elad Alon
· 6 years ago
d5e02f0
Delete redundant members from VCMPacket.
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
4348ce2
Calculate min and max receive timestamps for packets in a video frame
by Ilya Nikolaevskiy
· 6 years ago
0076529
Add BufferedFrameDecryptor to cleanly deal with receiving encrypted frames.
by Benjamin Wright
· 6 years ago