webrtc/api/video
Karl Wiberg 918f50c5d1 Use absl::make_unique and absl::WrapUnique directly
Instead of going through our wrappers in ptr_util.h.

This CL was generated by the following script:

  git grep -l ptr_util | xargs perl -pi -e 's,#include "rtc_base/ptr_util.h",#include "absl/memory/memory.h",'
  git grep -l MakeUnique | xargs perl -pi -e 's,\b(rtc::)?MakeUnique\b,absl::make_unique,g'
  git grep -l WrapUnique | xargs perl -pi -e 's,\b(rtc::)?WrapUnique\b,absl::WrapUnique,g'
  git checkout -- rtc_base/ptr_util{.h,_unittest.cc}
  git cl format

Followed by manually adding dependencies on
//third_party/abseil-cpp/absl/memory until `gn check` stopped
complaining.

Bug: webrtc:9473
Change-Id: I89ccd363f070479b8c431eb2c3d404a46eaacc1c
Reviewed-on: https://webrtc-review.googlesource.com/86600
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23850}
2018-07-05 10:59:49 +00:00
..
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
DEPS VideoStreamDecoder skeleton. 2018-03-22 11:23:24 +00:00
encoded_frame.cc Revert "Add Timestamp accessor methods to the EncodedImage class." 2018-06-26 11:52:45 +00:00
encoded_frame.h Revert "Add Timestamp accessor methods to the EncodedImage class." 2018-06-26 11:52:45 +00:00
i010_buffer.cc Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
i010_buffer.h Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
i420_buffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
i420_buffer.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
OWNERS Add nisse@ as owner of api/video/ 2018-06-19 14:02:11 +00:00
video_bitrate_allocation.cc Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_bitrate_allocation.h Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_content_type.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
video_content_type.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_frame.cc Document that preferred VideoFrame constructor takes no RTP timestamp. 2018-06-11 18:42:40 +00:00
video_frame.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
video_frame_buffer.cc Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
video_frame_buffer.h Add bit depth information to PlanarYuvBuffer 2018-06-26 20:23:37 +00:00
video_rotation.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_sink_interface.h New file api/video/BUILD.gn 2018-05-14 06:57:38 +00:00
video_source_interface.cc Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
video_source_interface.h Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_stream_decoder.h Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_stream_decoder_create.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_stream_decoder_create.h VideoStreamDecoder skeleton. 2018-03-22 11:23:24 +00:00
video_stream_encoder_interface.h Move VideoStreamEncoderInterface to api/. 2018-05-21 19:50:37 +00:00
video_timing.cc Cleanup webrtc:: namespace from leaked TimingFrameFlags 2018-06-05 13:52:04 +00:00
video_timing.h Remove TimingFrameFlags from its old place after it was moved 2018-06-11 16:38:49 +00:00