gecko-dev/media/libstagefright
Jean-Yves Avenard 950b3b9268 Bug 1278005: Fix rounding problems. r=cpearce, a=tomcat
We had two potentials rounding issue occurring. The one causing the problem is that adding an int64 with a float is a float, and would be limited to 24bits mantissa.
The other, could be that rounding would occur if the segment duration was over 16s long, as that too would exceed the representation range as we using microseconds representation internally.

MozReview-Commit-ID: FyBTGvfg25I

--HG--
extra : transplant_source : %D0%14u%E3%1E%C6%D2%FC4%A4%2B%C0%20k%05%E8%90qz%2B
2016-06-04 12:22:39 +10:00
..
binding Bug 1278005: Fix rounding problems. r=cpearce, a=tomcat 2016-06-04 12:22:39 +10:00
frameworks/av Bug 1275853: [mp4] Don't reject boxes that contains padding but can be easily skipped. r=kentuckyfriedtakahe 2016-05-28 10:42:01 +10:00
gtest Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium 2016-05-14 00:54:55 -07:00
patches
ports Bug 1150357: Remove libstagefright's stdbool.h to fix MSVC 2015 CTP 6 build, r=cpearce 2015-04-01 18:49:24 -10:00
stubs Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce 2015-05-12 15:36:19 +12:00
system/core Bug 1255866 - stagefright: Fix unused variable warnings. r=ajones 2016-03-21 14:20:43 -07:00
additional_headers Bug 1211741 - Remove libstagefright ID3 files. r=k17e 2015-10-06 14:24:00 +02:00
checkout.sh
files.py
moz.build Bug 1243234 - Move mp4parse into a crate subdirectory. r=kinetik 2016-01-28 14:25:18 +13:00
update-patches.sh