Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Enhance ID3 Support: Implement APIC Functionality #76

Conversation

fernandocQualabs
Copy link
Contributor

Added functionality for parsing APIC Id3 frames (id3 with images).

Added Shaka and HLS Id3 unit tests.

Added new unit tests in CML:
-- readId3Size
-- isId3Header
-- isId3Footer
-- decodeId3Frame

@fernandocQualabs fernandocQualabs requested review from a team as code owners February 27, 2024 15:49
@fernandocQualabs fernandocQualabs marked this pull request as draft February 27, 2024 15:50
@fernandocQualabs fernandocQualabs force-pushed the feature/add-shaka-unit-tests-into-cml branch from bd8655c to 6a0d499 Compare February 27, 2024 15:52
CHANGELOG.md Outdated Show resolved Hide resolved
fernandocQualabs and others added 11 commits February 27, 2024 14:33
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
@fernandocQualabs fernandocQualabs force-pushed the feature/add-shaka-unit-tests-into-cml branch from 8fe09da to e122690 Compare February 27, 2024 17:35
@fernandocQualabs fernandocQualabs changed the title Feature/add shaka unit tests into cml feat: Enhance ID3 Support: Implement APIC Functionality Feb 27, 2024
Copy link
Contributor

@hernanr99 hernanr99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

lib/src/id3/util/decodeId3ImageFrame.ts Outdated Show resolved Hide resolved
lib/src/id3/util/utf8.ts Outdated Show resolved Hide resolved
lib/src/id3/util/decodeId3ImageFrame.ts Outdated Show resolved Hide resolved
lib/tsdoc.json Outdated Show resolved Hide resolved
felipeYoungi
felipeYoungi previously approved these changes Feb 28, 2024
@felipeYoungi felipeYoungi marked this pull request as ready for review February 28, 2024 14:54
lib/test/structuredfield/util/id3Generator.ts Outdated Show resolved Hide resolved
lib/src/id3.ts Outdated Show resolved Hide resolved
Signed-off-by: Fernando Cuadro <[email protected]>
lib/test/utils/id3Generator.ts Outdated Show resolved Hide resolved
felipeYoungi
felipeYoungi previously approved these changes Feb 29, 2024
littlespex
littlespex previously approved these changes Feb 29, 2024
@littlespex littlespex changed the base branch from main to release/0.6.3 February 29, 2024 16:56
@littlespex littlespex dismissed their stale review February 29, 2024 16:56

The base branch was changed.

@littlespex littlespex merged commit c8024a9 into streaming-video-technology-alliance:release/0.6.3 Feb 29, 2024
2 checks passed
littlespex pushed a commit that referenced this pull request Feb 29, 2024
* added APIC frame parser

---------

Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: fernandocQualabs <[email protected]>
Co-authored-by: Felipe Young <[email protected]>
Co-authored-by: hernan <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
littlespex added a commit that referenced this pull request Feb 29, 2024
* chore: update version to 0.6.3
* feat: Enhance ID3 Support: Implement APIC Functionality (#76)
* chore: update @web/dev-server to address dependabot security issue (#79)

---------

Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: fernandocQualabs <[email protected]>
Co-authored-by: fernandocQualabs <[email protected]>
Co-authored-by: Felipe Young <[email protected]>
Co-authored-by: hernan <[email protected]>
littlespex added a commit to qualabs/common-media-library that referenced this pull request Apr 5, 2024
* chore: update version to 0.6.3
* feat: Enhance ID3 Support: Implement APIC Functionality (streaming-video-technology-alliance#76)
* chore: update @web/dev-server to address dependabot security issue (streaming-video-technology-alliance#79)

---------

Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: fernandocQualabs <[email protected]>
Co-authored-by: fernandocQualabs <[email protected]>
Co-authored-by: Felipe Young <[email protected]>
Co-authored-by: hernan <[email protected]>
littlespex added a commit to qualabs/common-media-library that referenced this pull request Apr 5, 2024
* chore: update version to 0.6.3
* feat: Enhance ID3 Support: Implement APIC Functionality (streaming-video-technology-alliance#76)
* chore: update @web/dev-server to address dependabot security issue (streaming-video-technology-alliance#79)

---------

Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: fernandocQualabs <[email protected]>
Co-authored-by: fernandocQualabs <[email protected]>
Co-authored-by: Felipe Young <[email protected]>
Co-authored-by: hernan <[email protected]>
Signed-off-by: Casey Occhialini <[email protected]>
littlespex added a commit to qualabs/common-media-library that referenced this pull request Apr 5, 2024
* chore: update version to 0.6.3
* feat: Enhance ID3 Support: Implement APIC Functionality (streaming-video-technology-alliance#76)
* chore: update @web/dev-server to address dependabot security issue (streaming-video-technology-alliance#79)

---------

Signed-off-by: Casey Occhialini <[email protected]>
Signed-off-by: Fernando Cuadro <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: hernan <[email protected]>
Signed-off-by: fernandocQualabs <[email protected]>
Co-authored-by: fernandocQualabs <[email protected]>
Co-authored-by: Felipe Young <[email protected]>
Co-authored-by: hernan <[email protected]>
@nicolaslevy nicolaslevy deleted the feature/add-shaka-unit-tests-into-cml branch April 22, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants