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 io.github.javernaut:mediafile from 1.1.0 to 2.0.0 #140

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps io.github.javernaut:mediafile from 1.1.0 to 2.0.0.

Release notes

Sourced from io.github.javernaut:mediafile's releases.

v2.0.0

Major release is here with new APIs and breaking changes.

As of now there is a single entry point (MediaFileFactory) and clear and distinct requests (MediaSource), which support multiple input types: files, file descriptors and content Uris. No more attempts to reconstruct the file path behind a Uri, client apps are welcome to implement it on their side. See PathUtil that was used before.

The 2.0 release makes use of fd protocol (FFmpeg 6) and content protocol (FFmpeg 7), along with the good old file. The pipe was dropped in the favour of fd. This is just an implementation detail.

No more filtering of the available media streams by MediaType. It is up to a client to do such a thing. The MediaInfo class is media type agnostic.

The FrameLoader still serves the purpose of being an example of how one can extend the library and be able to work with an opened AVFormatContext* really fast.

MediaFile and FrameLoader are AutoClosable, so don’t forget to clean up after you are done.

Forwarding of the FFmpeg's logs into LogCat was added. It is disabled by default.

The MediaFile and ffmpeg-android-maker (as a dependency) projects were updated to produce shared libraries compatible with 16 kb page size systems (Android 15+).

See the README for more datails.

Commits
  • ce4a23a Merge pull request #6 from Javernaut/dependabot/gradle/org.jetbrains.kotlin.a...
  • 96b109a Bump org.jetbrains.kotlin.android from 2.0.21 to 2.1.0
  • a7085ac Merge pull request #5 from Javernaut/feature/android-15_16kb-pages
  • 746ea08 Adding a GMD for testing the 16 kb page size
  • c2ae129 Adding Android 15's 16 kb pages support
  • 098c934 Merge remote-tracking branch 'origin/main'
  • 6265d5e Defining proper concurrency groups for each subtype of the ci unified workflow
  • 899714a Merge pull request #1 from Javernaut/feature/dependabot
  • c7189a5 Updating Gradle dist to 8.11.1
  • 256d593 Adding Dependabot
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [io.github.javernaut:mediafile](https://github.com/Javernaut/MediaFile) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/Javernaut/MediaFile/releases)
- [Commits](Javernaut/MediaFile@v1.1.0...v2.0.0)

---
updated-dependencies:
- dependency-name: io.github.javernaut:mediafile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 14, 2024

Looks like io.github.javernaut:mediafile is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 14, 2024
@dependabot dependabot bot deleted the dependabot/gradle/io.github.javernaut-mediafile-2.0.0 branch December 14, 2024 06:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants