aboutsummaryrefslogtreecommitdiff
path: root/common_video
AgeCommit message (Expand)Author
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
2019-01-25Remove rtc_base/scoped_ref_ptr.h.Mirko Bonadei
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-04Introduce VideoFrame::id to keep track of frames inside application.Artem Titov
2018-12-21Add ability to paste VideoFrameBuffer into the middle of I010Buffer and I420B...Ilya Nikolaevskiy
2018-12-18Inlining IncomingVideoStream::NewFrameTask.Sebastian Jansson
2018-12-14Refactor creation of ColorSpace test dataJohannes Kron
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-13Delete deprecated class WrappedI420BufferNiels Möller
2018-10-31Harmonize paths to dependent targets.Yves Gerey
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-22Delete dead code in webrtc_libyuv.ccNiels Möller
2018-10-17Reland "Remove old video_bitrate_allocator.h"Rasmus Brandt
2018-10-15Extract functionality of test_main into separate library.Artem Titov
2018-10-12Revert "Remove old video_bitrate_allocator.h"Oleh Prypin
2018-10-11Delete post_encode_callbackNiels Möller
2018-10-08Reland "[cleanup] Remove useless includes."Yves Gerey
2018-10-08Move EncodedImage class to api/video/Niels Möller
2018-10-05Remove old video_bitrate_allocator.hRasmus Brandt
2018-10-05Add UMA metric and logging of frames dropped in the render queue.Stefan Holmer
2018-10-05Revert "[cleanup] Remove useless includes."Oleh Prypin
2018-10-05[cleanup] Remove useless includes.Yves Gerey
2018-10-04Drop unneeded inclusion of module_common_types.hNiels Möller
2018-09-27Avoid overflow when parsing H.264 SPS.Niels Möller
2018-09-12Make the rtp timestamp member of EncodedImage privateNiels Möller
2018-08-21Add accessor methods for RTP timestamp of EncodedImage.Niels Möller
2018-08-16Remove kVideoCodecUnknown from WebRTC.Kári Tristan Helgason
2018-07-25Delete root header file typedef.h.Niels Möller
2018-07-25Add spatial index to EncodedImage, not yet used.Niels Möller
2018-07-23Exposing video bitrate allocator into APIJiawei Ou
2018-07-19Clean up unneeded includes in common_video/BUILD.gn.Mirko Bonadei
2018-07-18Enabling clang::find_bad_constructs for common_video.Mirko Bonadei
2018-06-26Add bit depth information to PlanarYuvBufferEmircan Uysaler
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-21Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-06-20Removing usage of //build/config/compiler:no_size_t_to_int_warning.Mirko Bonadei
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-07Delete unused stats for preferred_bitrate.Niels Möller
2018-06-07Delete RTP-specific values from the VideoCodecType enum.Niels Möller
2018-06-05Cleanup webrtc:: namespace from leaked TimingFrameFlagsIlya Nikolaevskiy