sylt
d2c9a88ec5
Fix possible integer overflow in WebM duration
...
The issue could lead to the MPD attribute mediaPresentationDuration being
wrongly generated for WebM streams with a duration longer than INT32_MAX.
The root-cause was that StreamInfo::set_duration() accepted an int instead of a
uint64_t. This seems like a pure typo, since StreamInfo already uses a uint64_t
internally for representing duration.
2017-03-23 09:38:51 -07:00
Chun-da Chen
ce23fbacc4
Add support for udp_file in Windows. ( #185 )
...
Add support for udp_file in Windows
2017-01-10 10:05:28 -08:00
sammirata
4f9bbe3769
Do not require exclusive bind of udp sockets ( #154 )
2016-10-04 15:51:45 -07:00
Gabe Kopley
c545c46053
Add self to CONTRIBUTORS and Philo, Inc. to AUTHORS
2016-07-08 13:18:30 -07:00
Kongqun Yang
06654da35a
Rename edash-packager to shaka-packager in markdown files
...
Issue #103
Change-Id: I2d9b4985ca4046972e35ef3006691ca7017f78be
2016-05-24 21:55:07 +00:00
Anders Hasselqvist
104e4d44bb
Add Anders Hasselqvist to authors and contributors
2016-01-22 18:50:05 -08:00
Leandro Moreira
44b2b07781
introduces docker for testing or development
2015-07-28 22:07:09 -03:00
Kongqun Yang
beac7bae62
Add AUTHORS, CONTRIBUTORS, CONTRIBUTING.md, and README.md
...
CONTRIBUTING.md and README.md use GitHub Flavored Markdown, tested @
http://md.mouse.vc/
Change-Id: Ib01b9bcd8c7dac240de6d25ff443e7cdc296d780
2014-04-19 00:05:38 +00:00