aboutsummaryrefslogtreecommitdiff
path: root/video/video_stream_decoder_impl.cc
AgeCommit message (Expand)Author
2020-07-10Migrate VideoStreamDecoderImpl to webrtc::Mutex.Markus Handell
2020-01-10Use a TaskQueue for decoding in VideoStreamDecoderImpl.philipel
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-07-08Format almost everything.Jonas Olsson
2019-07-02Add totalDecodeTime to RTCInboundRTPStreamStatsJohannes Kron
2019-06-05Cleanup video frame metadata copyingIlya Nikolaevskiy
2019-06-05Added functions to control the VideoStreamDecoder playout delay.philipel
2019-05-02Move ownership of VCMJitterEstimator to FrameBufferNiels Möller
2019-04-25Reland "Delete deprecated variant of VideoDecoder::Decode"Niels Möller
2019-04-23Revert "Delete deprecated variant of VideoDecoder::Decode"Danil Chapovalov
2019-04-23Delete deprecated variant of VideoDecoder::DecodeNiels Möller
2019-04-09Fix and test CreateVideoStreamDecoderDanil Chapovalov
2019-03-11Remove rtc::QueuedTask alias, use webrtc::QueuedTask directlyDanil Chapovalov
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-11Use RTP timestamp when checking for frame duplication.Sergey Silkin
2019-01-04Introduce VideoFrame::id to keep track of frames inside application.Artem Titov
2018-09-18Cleanup modules_common_typesDanil Chapovalov
2018-08-21Add accessor methods for RTP timestamp of EncodedImage.Niels Möller
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-26Revert "Add Timestamp accessor methods to the EncodedImage class."Björn Terelius
2018-06-26Add Timestamp accessor methods to the EncodedImage class.Niels Möller
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-15Replace rtc::Optional with absl::optional in audio, call and videoDanil Chapovalov
2018-05-08Deprecate RTPFragmentationHeader argument to VideoDecoder::DecodeNiels Möller
2018-04-20VideoStreamDecoderImpl implementation, part 4.philipel
2018-04-05VideoStreamDecoderImpl implementation, part 3.philipel
2018-03-27VideoStreamDecoderImpl implementation, part 2.philipel
2018-03-27Fix chromium warnings for SdpVideoFormat.Niels Möller
2018-03-23VideoStreamDecoderImpl implementation, part 1.philipel
2018-03-22VideoStreamDecoder skeleton.philipel