aboutsummaryrefslogtreecommitdiff
path: root/common_video
AgeCommit message (Expand)Author
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
2019-04-01Delete unneeded direct includes of common_types.hNiels Möller
2019-03-28Decode Target Information for VP8 libvpx encoder.philipel
2019-03-28Rename OperatingPoint to DecodeTarget.philipel
2019-03-22Add interface class for bitstream parser.Kári Tristan Helgason
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Clean BUILD.gn files: remove extra :memoryArtem Titov
2019-03-06Generic Frame Descriptor (GFD) VP8 templates.philipel
2019-03-01Inject TaskQueueFactory to video streams.Sebastian Jansson
2019-02-25Fix -Wextra-semi warnings.Mirko Bonadei
2019-02-04Always add/rewrite VUI and set max_num_reorder_frames to 0.Sergey Silkin
2019-01-31Stop using Googletest legacy APIs.Mirko Bonadei