gecko-dev/dom/media/platforms/agnostic/bytestreams
Jean-Yves Avenard 8926b1a54d Bug 1534156 - Get around int32_t to float rounding error. r=bryce
float(INT32_MAX); gets compiled into 2.14748365E+9 using clang, which is slightly bigger than INT32_MAX, as such 2.14748365E+9 <= INT32_MAX will return true (as INT32_MAX gets converted to a float)

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

--HG--
extra : moz-landing-system : lando
2019-05-01 23:11:56 +00:00
..
Adts.cpp Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
Adts.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
AnnexB.cpp Bug 1487416 - Replace mValid and mMode with mCryptoScheme for track and sample crypto structs. r=jya 2019-01-11 15:29:45 +00:00
AnnexB.h Bug 1204606 - Reformat of dom/media r=jya 2018-11-19 13:25:37 +00:00
H264.cpp Bug 1534156 - Get around int32_t to float rounding error. r=bryce 2019-05-01 23:11:56 +00:00
H264.h Bug 1540581 - P3. Add methods to extract color space and color depth from SPS NAL. r=bryce 2019-04-11 12:36:10 +00:00
moz.build Bug 1528074 - Clean up some media warning flags r=jya 2019-02-22 17:22:12 +00:00