media/testdata/src/test/assets
tonihei 4803ab3bd1 Fix rounding error in fMP4 presentation time calculation
The presentation time in fMP4 is calculated by adding and subtracting
3 values. All 3 values are currently converted to microseconds first
before the calculation, leading to rounding errors. The rounding errors
can be avoided by doing the conversion to microseconds as the last step.

For example:
In timescale 96000:  8008+8008-16016 = 0
Rounding to us first: 83416+83416-166833=-1

#minor-release

PiperOrigin-RevId: 406809844
2021-11-01 17:36:49 +00:00
..
audiosinkdumps/mka Add large renderer position offset. 2021-11-01 17:35:10 +00:00
extractordumps Fix rounding error in fMP4 presentation time calculation 2021-11-01 17:36:49 +00:00
media Allow missing full_range_flag in colr box with type=nclx 2021-10-27 13:25:27 +01:00
playbackdumps End to end test for WebVTT sideloaded subtitles 2021-10-12 19:48:48 +01:00
transformerdumps Avoid skipping the first decoder output buffers after speed change 2021-02-04 18:14:35 +00:00