aboutsummaryrefslogtreecommitdiff
path: root/common_video
AgeCommit message (Expand)Author
2020-07-23Merge remote tracking branch 'upstream-master'Jorge E. Moreira
2020-07-17Generate new Android.bp file and correct build errorsJorge E. Moreira
2020-07-17Merge branch 'upstream-master'Jorge E. Moreira
2020-07-07Migrate common_video/ and examples/ to webrtc::Mutex.Markus Handell
2020-06-25In Av1 encoder propagate zero bitrate as inactive decode targetDanil Chapovalov
2020-06-23Fix missing dependencies.Mirko Bonadei
2020-06-11Embed FrameDependencyTemplate builder helpers directly into the structDanil Chapovalov
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-05-20Calculate chain_diff for DependencyDescriptor from GenericFrameInfoDanil Chapovalov
2020-05-15In GenericFrameInfo do not set frame_id and frame_diffDanil Chapovalov
2020-05-14in RtpSenderVideo propagate chain_diffs into dependency descriptorDanil Chapovalov
2020-02-19Remove wildcard ownership for build files.Mirko Bonadei
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-02-05Add helper to calculate frame dependencies based on encoder buffer usageDanil Chapovalov
2020-01-21Reformat GN files.Mirko Bonadei
2020-01-20Publish DependencyDescriptor structures in the apiDanil Chapovalov
2020-01-14Concatenate string literals at compile time.Jonas Olsson
2019-12-16Add ability to resize buffers pool in decoder and use it in IVF generatorArtem Titov
2019-12-11Optimize FindNaluIndicesPiasy
2019-12-07Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator classArtem Titov
2019-11-21Revert "VideoFrame: Store a reference to an encoded frame"Markus Handell
2019-11-19Add scale and compare methods to VideoFrame::UpdateRectIlya Nikolaevskiy
2019-11-16VideoFrame: Store a reference to an encoded frameMarkus Handell
2019-11-07In dependency descritpor add active decode targets bitmask fieldDanil Chapovalov
2019-10-18Adding missing RTC_EXPORT for component build.Mirko Bonadei
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-09-30Always pass arguments to INSTANTIATE_TEST_SUITE_P.Mirko Bonadei
2019-09-24Always pass arguments to INSTANTIATE_TEST_SUITE_P.Mirko Bonadei
2019-09-17Cleaning up C++14 move into lambda TODOs.Sebastian Jansson
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-16Implement Dependency Descriptor readerDanil Chapovalov
2019-08-14Add new FrameRateEstimator utility class for more precis FPS estimation.Erik Språng
2019-07-08Format almost everything.Jonas Olsson
2019-06-27Extend structures to store updated version of the dependency descriptorDanil Chapovalov
2019-06-20Add plumbing of RtpPacketInfos to each VideoFrame as input for SourceTracker.Chen Xing
2019-06-19New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBufferNiels Möller
2019-06-18Add/rewrite H264 VUI video signal type description.Sergey Silkin
2019-06-10Prepare for splitting the api/video:video_frames build rule.Chen Xing
2019-05-29Move H.264 SPS VUI rewriting to FrameEncodeMetadataWriter.Mirta Dvornicic
2019-05-28Implement QualityLimitationReasonTracker and expose "reason".Henrik Boström
2019-05-03Remove deprecated interface in I420BufferInterface::GetI420Ilya Nikolaevskiy
2019-04-26Use CodecBufferUsage to determine dependencies.philipel
2019-04-17Prepare to move SPS VUI rewriting out of H.264 packetizer.Mirta Dvornicic
2019-04-10Add explicit stride options to I420BufferPool.Noah Richards
2019-04-09Delete interface class VideoCaptureExternalNiels Möller
2019-04-08Deprecating ThreadChecker specific interface.Sebastian Jansson
2019-04-08Move enum VideoType out of common_types.hNiels Möller
2019-04-05Delete compatibility alias webrtc::kI420Niels Möller
2019-04-01Adds ScaleVideoFrameBuffer to libyuv.Sebastian Jansson
2019-04-01Adds function to calculate squared error sum to libyuv.Sebastian Jansson