gecko-dev/dom/media/encoder
Emilio Cobos Álvarez fffb25b74f Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
This was done automatically replacing:

  s/mozilla::Move/std::move/
  s/ Move(/ std::move(/
  s/(Move(/(std::move(/

Removing the 'using mozilla::Move;' lines.

And then with a few manual fixups, see the bug for the split series..

MozReview-Commit-ID: Jxze3adipUh
2018-06-01 10:45:27 +02:00
..
ContainerWriter.h
EncodedFrameContainer.h
MediaEncoder.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
MediaEncoder.h Bug 1411857 - Set a custom time-based keyframe interval on VideoTrackEncoder. r=pehrsons 2018-01-31 10:19:39 +01:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
OpusTrackEncoder.cpp Bug 1296531 - Refactor MediaRecorder. r=jesup,SingingTree 2017-05-24 18:51:47 +02:00
OpusTrackEncoder.h Bug 1296531 - Refactor MediaRecorder. r=jesup,SingingTree 2017-05-24 18:51:47 +02:00
TrackEncoder.cpp Bug 1411857 - Set a custom time-based keyframe interval on VideoTrackEncoder. r=pehrsons 2018-01-31 10:19:39 +01:00
TrackEncoder.h Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
TrackMetadataBase.h
VP8TrackEncoder.cpp Bug 1411857 - Set a custom time-based keyframe interval on VideoTrackEncoder. r=pehrsons 2018-01-31 10:19:39 +01:00
VP8TrackEncoder.h Bug 1436263 - Part 1: Replace final override virtual function specifiers with just final. r=froydnj 2018-02-05 22:46:57 -08:00