-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #94 from streaming-video-technology-alliance/relea…
…se/0.7.0 * feat: CEA608/708 parser (#75) (#86) * feat: CTA-608parser (#75) --------- Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com> Signed-off-by: hernan <hernanr@qualabs.com> Signed-off-by: Hernán Reyes <99908389+hernanr99@users.noreply.github.com> Signed-off-by: Nicolas Levy <nicolas@qualabs.com> Signed-off-by: Noelia Bentancor <71080743+NoeliaBentancor@users.noreply.github.com> Signed-off-by: Agajan Jumakuliyev <agajan.tm@gmail.com> Co-authored-by: Hernán Reyes <99908389+hernanr99@users.noreply.github.com> Co-authored-by: Nicolas Levy <nicolaslevylinares@gmail.com> Co-authored-by: Noelia Bentancor <71080743+NoeliaBentancor@users.noreply.github.com> Co-authored-by: DuckyCB <duckycb@proton.me> Co-authored-by: Matías Rodriguez <matiasnrb97@gmail.com> Co-authored-by: Matías Rodriguez <37405481+matiasrb97@users.noreply.github.com> Co-authored-by: Patricio Carrau <66135366+DuckyCB@users.noreply.github.com> Co-authored-by: Agajan J <agajan.tm@gmail.com>
- Loading branch information
Showing
302 changed files
with
67,669 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules/ | |
dist | ||
temp | ||
.vscode | ||
.idea | ||
RELEASE.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,8 @@ | |
}, | ||
"exclude": [ | ||
"**/node_modules", | ||
"**/dist" | ||
"**/dist", | ||
"**/samples" | ||
], | ||
"include": [ | ||
"**/*.js" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Streaming Video Technology Alliance Common Media Library | ||
Copyright (c) 2023 Streaming Video Technology Alliance | ||
|
||
The src/id3.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) | ||
The src/id3.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) | ||
|
||
The src/structuredfield.ts implementation in this project is derived | ||
from the structured-field-values library (https://github.com/Jxck/structured-field-values) | ||
The src/structuredfield.ts implementation in this project is derived | ||
from the structured-field-values library (https://github.com/Jxck/structured-field-values) | ||
|
||
The src/608.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) and dash.js library (https://github.com/Dash-Industry-Forum/dash.js/) |
Oops, something went wrong.