gecko-dev/dom/media/mediasink
Alex Chronopoulos 59234c63dd Bug 1533612 - Change to unsigned int to avoid integer overflow. r=jya
mProcessedQueueLength is int32_t (wrapped around an Atomic) but it is updated from the method FramesToUsecs() which returns int64_t (wrapped around a CheckedInt) thus it is changed to unsigned int to avoid integer overflow.

Differential Revision: https://phabricator.services.mozilla.com/D22949

--HG--
extra : moz-landing-system : lando
2019-03-14 04:11:39 +00:00
..
AudioSink.cpp Bug 1524890 - P11. Remove duration from AudioData construction parameter. r=bryce 2019-02-22 09:19:47 +00:00
AudioSink.h Bug 1533612 - Change to unsigned int to avoid integer overflow. r=jya 2019-03-14 04:11:39 +00:00
AudioSinkWrapper.cpp Backed out changeset 849f81f21979 (bug 1515549) per achronop's request a=backout 2019-01-11 22:04:58 +02:00
AudioSinkWrapper.h Bug 1512456 - P1. Don't use GenericPromise with MediaSink. r=alwu 2018-12-11 10:44:51 +00:00
DecodedStream.cpp Bug 1524890 - P7. No longer access AudioData::mFrames directly. r=bryce 2019-02-22 09:18:47 +00:00
DecodedStream.h Bug 1512958 - Properly clean up produced tracks in DecodedStream. r=jya 2018-12-21 16:23:57 +00:00
MediaSink.h Bug 1521964 - Allow VideoSink to have a secondary VideoFrameContainer assigned to it. r=jya 2019-03-01 22:36:33 +00:00
moz.build Bug 1512456 - P1. Don't use GenericPromise with MediaSink. r=alwu 2018-12-11 10:44:51 +00:00
OutputStreamManager.cpp Bug 1423241 - Add logging for a captured MediaDecoder. r=jya 2018-11-23 15:03:21 +00:00
OutputStreamManager.h Bug 1423241 - Refactor DecodedStream. r=jya 2018-11-23 15:02:03 +00:00
VideoSink.cpp Bug 1525320: Add config prefs that let us tell media and animated images to paint only the first frame r=jya 2019-03-13 02:48:38 +00:00
VideoSink.h Bug 1525320: Add config prefs that let us tell media and animated images to paint only the first frame r=jya 2019-03-13 02:48:38 +00:00