mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-18 16:36:56 +03:00
7bda65dcc7
Fixes #5178
Changes included:
- converted CEA parsers to externs
- added API to register/unregister CEA parsers
- TextEngine now checks is CEA decoder registered
- excluded CEA plugin from core build
- added lcevc plugin to core build
Bundle size results (all in KB, compared to
bf4b4a54cc):
| core | complete - ui | complete - ui - cea
-- | -- | -- | --
before | 246 | 473 | 473
after | 231 | 474 | 459
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
# The complete library, containing every available plugin.
|
|
|
|
+@ads
|
|
+@cast
|
|
+@cea
|
|
+@fairplay
|
|
+@networking
|
|
+@manifests
|
|
+@polyfill
|
|
+@text
|
|
+@transmuxer
|
|
+@ui
|