12 Commits

Author SHA1 Message Date
Oliver Woodman
17c1b630b8 Bump version to 1.4.0 2015-07-16 18:26:50 +01:00
Oliver Woodman
8b08efce79 Fix warnings in WebM demo app 2015-07-15 11:10:09 +01:00
Oliver Woodman
c1e1497d13 Change how subtitles are laid out in the demo app.
The SubtitleLayout is now properly aligned with the surface.
This means the subtitles remain on top of the video in portrait
mode, rather than being huge and below it.
2015-07-15 11:09:20 +01:00
Oliver Woodman
fe52a486f4 Inject Allocator into ExtractorSampleSource. 2015-07-15 11:05:15 +01:00
Oliver Woodman
a70c1f1a4b Remove requirement to specify downstream renderer count.
This makes it so that it's no longer necessary to specify the number
of downstream renderers to HlsSampleSource, FrameworkSampleSource and
ExtractorSampleSource, by forcing the downstream renderers to register
with the SampleSource instances in their constructors. This eliminates
a common source of subtle client bugs where the passed value is incorrect.
2015-06-12 17:52:56 +01:00
Oliver Woodman
362ccea310 Clean up permissions 2015-06-05 18:29:37 +01:00
Oliver Woodman
ece3ac63c8 webm branch cleanup 2015-05-22 21:50:29 +01:00
Oliver Woodman
4aee221fb3 Fix webm demo 2015-05-19 15:03:03 +01:00
Oliver Woodman
e1b7ccf15e Fix versions 2015-05-12 18:32:22 +01:00
Oliver Woodman
5d92cc8324 Make changes to Opus/Vp9 projects to build against new dev 2015-05-05 20:41:12 +01:00
Oliver Woodman
07855aadcf Fix build after pull from dev 2015-02-25 14:13:04 +00:00
Vignesh Venkatasubramanian
10070a2d93 Add demo app for WebM Native Extensions
Add a demo app that can be used as a reference for how to use the native VP9 and
Opus Extensions.
2015-02-02 14:43:55 -08:00