Skip to content

Commit

Permalink
feat(text): CEA-608 Decoder (#2731)
Browse files Browse the repository at this point in the history
This replaces mux.js for CEA608 decoding.  Applications will no longer need to include mux.js for CEA support, and mux.js will only be necessary for TS transmuxing.

Closes #2648
  • Loading branch information
muhammadharis authored Aug 7, 2020
1 parent 3b63f19 commit 1c00b4c
Show file tree
Hide file tree
Showing 18 changed files with 2,553 additions and 223 deletions.
6 changes: 5 additions & 1 deletion build/types/cea
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Inband closed caption support.

+../../lib/cea/mp4_cea_parser.js
+../../lib/cea/cea_decoder.js
+../../lib/cea/cea608_data_channel.js
+../../lib/cea/cea608_memory.js
+../../lib/cea/i_caption_decoder.js
+../../lib/cea/i_cea_parser.js
+../../lib/cea/mp4_cea_parser.js
+../../lib/cea/sei_processor.js
Loading

0 comments on commit 1c00b4c

Please sign in to comment.