shaka-packager/packager/mpd/base
KongQun Yang a6352d4b11 Remove pto_adjustment flag
This flag was introduced to workaround a rounding error in Chrome
(probably in other browsers too).

Also although this flag avoids the first frame of a Period to be
dropped due to rounding error but it could cause the last frame of a
Period to be dropped.

Now that we use a high precision Period@duration, we do not expect to
see rounding errors any more. The player would be a better place for
the workaround even if it is still needed.

Related issue: #368.

Change-Id: I3bd517ecc6d548ff62e0c13394edb49d4bc68e8f
2018-04-20 14:01:14 -07:00
..
xml Generate a more accurate time in Period@duration 2018-04-20 13:39:40 -07:00
adaptation_set.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
adaptation_set.h Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
adaptation_set_unittest.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
bandwidth_estimator.cc Modify include headers to have "packager" in the path 2014-10-02 12:53:29 -07:00
bandwidth_estimator.h Move source code into packager directory 2014-10-02 12:32:14 -07:00
bandwidth_estimator_unittest.cc Update DEPS to fix mac build failure 2016-08-19 13:49:41 -07:00
content_protection_element.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
content_protection_element.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
media_info.proto [DASH] Support multiple period 2018-01-11 21:44:18 +00:00
mock_mpd_builder.cc [DASH] Support multiple period 2018-01-11 21:44:18 +00:00
mock_mpd_builder.h Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
mock_mpd_notifier.cc Part one of supporting live profile with static mpd 2017-01-13 19:59:49 +00:00
mock_mpd_notifier.h Propage CueEvent to MpdNotifier/HlsNotifier 2018-01-04 18:25:03 +00:00
mpd_builder.cc Do not force earliest_presentation_time to 0 for VOD 2018-04-20 13:58:01 -07:00
mpd_builder.h Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
mpd_builder_unittest.cc Remove pto_adjustment flag 2018-04-20 14:01:14 -07:00
mpd_notifier.h Propage CueEvent to MpdNotifier/HlsNotifier 2018-01-04 18:25:03 +00:00
mpd_notifier_util.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
mpd_notifier_util.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
mpd_options.h Consolidate MpdParams into MpdOptions 2017-08-18 11:57:41 -07:00
mpd_utils.cc Generate a more accurate time in Period@duration 2018-04-20 13:39:40 -07:00
mpd_utils.h Generate a more accurate time in Period@duration 2018-04-20 13:39:40 -07:00
period.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
period.h Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
period_unittest.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
representation.cc Remove pto_adjustment flag 2018-04-20 14:01:14 -07:00
representation.h Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
representation_unittest.cc Remove pto_adjustment flag 2018-04-20 14:01:14 -07:00
segment_info.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
simple_mpd_notifier.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00
simple_mpd_notifier.h [DASH] Support multiple period 2018-01-11 21:44:18 +00:00
simple_mpd_notifier_unittest.cc Calculate presentationTimeOffset and Period@duration from segments 2018-03-01 22:25:55 -08:00