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

Bump isoparser from 1.9.41 to 1.9.56 #95

Open
wants to merge 1 commit into
base: 1.19
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps isoparser from 1.9.41 to 1.9.56.

Release notes

Sourced from isoparser's releases.

1.0.7.1

  • Improved Elementary Stream Descriptor Parsing/Writing
  • Removed dependencies to Java 6 API that caused incompatibility with older devices
  • Added support for H263 tracks
  • Updated Common Encryption implementation to latest 2015 release.

Available in a maven staging repository: https://oss.sonatype.org/content/repositories/comgooglecodemp4parser-1063

v1.0.6

  • faster AAC parsing
  • avc1 to avc3 conversion
  • improved memory efficiency of DTSTrackImpl
  • correct encryption of HEVC tracks
  • multithreading issue fixed
  • edit list handling caused imprecision due to pre-mature double to int cast
  • added MJpegTracks (might be useful for DASH and chapter images)
  • support for DTS HD lossless

1.0.5.4

Release mainly to check if #34 is resolved.

1.0.5

  • CencEncryptingTrack can now use dummy IV so that the encryption result of two encryption processes is byte-wise the same
  • Reduced sample access complexity within a chunk of a regular MP4 from O(n) to O(1)
  • Chunks of more than 2GB are now possible

1.0.4.2

  • CENC encrypted tracks will start with random IV instead of 0x0 0 0 0 0 0 0 0
  • If CENC encrypted track are unencrypted by default (encryption only signaled by sample group) iv size field now set correctly to 0
  • reduce number of array allocations and ByteBuffer.get operation to speed up writing of encrypted tracks

This version is available at Maven Central.

1.0.4.1

  • Support of CBC1 scheme (ISO/IEC 23001-7 Amd. 1)
  • Assume AAC LC Stereo when no audio descriptor is present
  • Use correct sample duration in case of variable framerate
  • Allow encrypted tracks with default_isEncrypted = false

Maven Staging Repository

1.0.3.17

Major new feature is the support for Common Encryption (ISO/IEC 23001-7) files encrypted group-wise. Features such as key rotation or clear in CENC files are now implementable. A very basic example is available. The dash.encrypt project uses this feature to do a sparse (==not every sample) encryption of dash streams.

Minor new feature is tolerance for Apple specific mov files. Eventhough the MP4 file format stems from mov they are not 100% compatible (but Apple seems to be moving closer to real MP4)

staging repository

1.0.3.14

... (truncated)

Commits
  • f8f351b [maven-release-plugin] prepare release mp4parser-project-1.9.56
  • fbf83ed remove examples
  • ae8f774 [maven-release-plugin] prepare for next development iteration
  • cc8f60b [maven-release-plugin] prepare release mp4parser-project-1.9.55
  • 590b9ea version in default plugin management, execution in profile
  • e6b557b [maven-release-plugin] prepare for next development iteration
  • 2d4e50a [maven-release-plugin] prepare release mp4parser-project-1.9.54
  • e72115e get release profile right
  • 73fec4c [maven-release-plugin] prepare for next development iteration
  • 7267653 [maven-release-plugin] prepare release mp4parser-project-1.9.53
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [isoparser](https://github.com/sannies/mp4parser) from 1.9.41 to 1.9.56.
- [Release notes](https://github.com/sannies/mp4parser/releases)
- [Commits](sannies/mp4parser@mp4parser-project-1.9.41...mp4parser-project-1.9.56)

---
updated-dependencies:
- dependency-name: org.mp4parser:isoparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 2, 2022
@dependabot dependabot bot changed the base branch from 1.16 to 1.19 July 10, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants