-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
wip: openjph HT decoder #1119
wip: openjph HT decoder #1119
Conversation
Co-authored-by: Miloš Komarčević <[email protected]>
The name tile is more specific as it implies that it's part of a grid
This reverts commit 30b696b.
Update to the dav1d 1.4.3 release
In this patch, support for mono, 422, 444 are added.
The best way is probably to extend the plugin API with a J2K specific decoding function or a function to set the mapping.
I don't know what is needed specifically, please specify as needed. |
Remove the no-dec build option because the decoder portion of SVT-AV1 was removed in v2.1.1.
Update to SVT-AV1 v2.1.1
[ffmpeg plugin] Add more chroma subsampling support
…7-10 compression: add (internal) api documentation for compression
modify no-colons option only replace in auxType
uncompressed: fix box dump when profile is 0
fix heif_dec no-colons option for windows
uncompressed: fix parse fuzz failure
…tion with a wrong version field
Fix libbrotlidec pkg-config requires
tiff: Fix wrong type for "seekTIFF" function.
- Run "cmake" before building. - Enable more codecs. - Build on PRs (but don't upload to Coverity).
Fix coverity build.
…aded appveyor: Build multithreaded.
…rty-build-errors CI: Fail if third-party build fails.
rename property raw data implementation to match header
This is a mostly-complete version of the OpenJPH JPEG-2000 + HT decoder.
To sort out the component to channel mapping, we need to pass down information from the
j2kH
item property. Is the best (only?) way to do make a C structure on the libheif side and push it down to the decoder plugin (viapush_data()
)?