media/library/core
apodob 95dcd89651 Add font-size support to WebVTT CssParser.
This CL addresses the github issue [#8946](https://github.com/google/ExoPlayer/issues/8964). That issue requests support for `font-size` CSS property in WebVTT subtitle format. This CL:
* Adds support for `font-size` property by extending capabilities of WebVTT `CssParser`. Implementation of `font-size` property value parsing is based on the one in `TtmlDecoder`.
* Adds unit test along with test file containing WebVTT subtitles with all currently supported `font-size` units.

#minor-release

PiperOrigin-RevId: 388423859
2021-08-04 18:57:58 +01:00
..
src Add font-size support to WebVTT CssParser. 2021-08-04 18:57:58 +01:00
build.gradle Bump dependency versions 2021-06-30 13:53:01 +01:00
proguard-rules.txt Remove FfmpegVideoRenderer from 2.15.0 release 2021-08-02 16:35:43 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.