Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Animated WebP and AVIF Support#25608

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
asmorkalov merged 21 commits intoopencv:4.xfromsturkmen72:animated_webp_support
Dec 20, 2024

Conversation

@sturkmen72
Copy link
Contributor

@sturkmen72sturkmen72 commentedMay 19, 2024
edited by asmorkalov
Loading

related issues#24855#22569

Pull Request Readiness Checklist

See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@sturkmen72sturkmen72force-pushed theanimated_webp_support branch 8 times, most recently fromab52727 to987a7d0CompareMay 25, 2024 10:17
@sturkmen72
Copy link
ContributorAuthor

hi@asmorkalov. PR is in progress and not ready to review but could you start ci tests please.

@sturkmen72sturkmen72force-pushed theanimated_webp_support branch 3 times, most recently from8c3f543 toe6d19b0CompareJune 2, 2024 21:37
@asmorkalovasmorkalov added this to the4.11.0 milestoneJun 3, 2024
@asmorkalovasmorkalov requested a review fromvrabaudJune 3, 2024 09:49
@asmorkalov
Copy link
Contributor

@vrabaud could you take a look?

@sturkmen72

This comment was marked as outdated.

@sturkmen72sturkmen72force-pushed theanimated_webp_support branch 2 times, most recently from995ede7 to51a034fCompareJune 4, 2024 20:40
@sturkmen72sturkmen72force-pushed theanimated_webp_support branch 2 times, most recently froma975c55 toeb19daaCompareJune 9, 2024 07:40
@asmorkalov
Copy link
Contributor

@vrabaud I want to merge the PR. Could you take a look on it?

vrabaud reacted with thumbs up emoji

@asmorkalovasmorkalov self-assigned thisDec 19, 2024
Copy link
Contributor

@vrabaudvrabaud left a comment

Choose a reason for hiding this comment

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

ok, LGTM now. The public API is great and well documented. If there are issues, they will all be internal and easy to fix without breaking the API.

Please fix the AVIF issue I mention though.

@sturkmen72sturkmen72force-pushed theanimated_webp_support branch 2 times, most recently from9a9de88 toa0a76bbCompareDecember 19, 2024 20:41
@sturkmen72
Copy link
ContributorAuthor

@asmorkalov@vrabaud i solved the issue about avif and made some improvements on the documentation. I believe the PR is ready to merge. thank you for your great support.

@asmorkalovasmorkalov merged commitd9a139f intoopencv:4.xDec 20, 2024
27 of 31 checks passed
@sturkmen72sturkmen72 deleted the animated_webp_support branchDecember 20, 2024 10:13
RoshniUG pushed a commit to RoshniUG/opencv that referenced this pull requestDec 24, 2024
V4l default image sizeopencv#25500Added ability to set default image width and height for V4L capture.  This is required for cameras that does not support 640x480 resolution because otherwise V4L capture cannot be opened and failed with "Pixel format of incoming image is unsupported by OpenCV" and then with "can't open camera by index" message. Because of the videoio architecture it is not possible to insert actions between CvCaptureCAM_V4L::CvCaptureCAM_V4L and CvCaptureCAM_V4L::open so the only way I found is to use environment variables to preselect the resolution.Related bug report is [opencv#25499](opencv#25499)Maybe (but not confirmed) this is also related to [opencv#24551](opencv#24551)This fix was made and verified in my local environment: capture board AVMATRIX VC42, Ubuntu 20, NVidia Jetson Orin.See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [X] I agree to contribute to the project under Apache 2 License.- [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [X] The PR is proposed to the proper branch- [X] There is a reference to the original bug report and related work- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [ ] The feature is well documented and sample code can be built with the project CMakeMerge pull requestopencv#25608 from sturkmen72:animated_webp_supportAnimated WebP Supportopencv#25608related issuesopencv#24855opencv#22569See details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [ ] The feature is well documented and sample code can be built with the project CMake
@asmorkalovasmorkalov changed the titleAnimated WebP SupportAnimated WebP and AVIF SupportDec 30, 2024
@asmorkalovasmorkalov mentioned this pull requestDec 30, 2024
6 tasks
asmorkalov pushed a commit that referenced this pull requestDec 30, 2024
Animated PNG Support#25715Continues#25608### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [x] The feature is well documented and sample code can be built with the project CMake
@asmorkalovasmorkalov mentioned this pull requestJan 15, 2025
shyama7004 pushed a commit to shyama7004/opencv that referenced this pull requestJan 20, 2025
Animated WebP Supportopencv#25608related issuesopencv#24855opencv#22569 ### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [ ] The feature is well documented and sample code can be built with the project CMake
shyama7004 pushed a commit to shyama7004/opencv that referenced this pull requestJan 20, 2025
Animated PNG Supportopencv#25715Continuesopencv#25608### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [x] The feature is well documented and sample code can be built with the project CMake
NanQin555 pushed a commit to NanQin555/opencv that referenced this pull requestFeb 24, 2025
Animated WebP Supportopencv#25608related issuesopencv#24855opencv#22569 ### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [ ] The feature is well documented and sample code can be built with the project CMake
NanQin555 pushed a commit to NanQin555/opencv that referenced this pull requestFeb 24, 2025
Animated PNG Supportopencv#25715Continuesopencv#25608### Pull Request Readiness ChecklistSee details athttps://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request- [x] I agree to contribute to the project under Apache 2 License.- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV- [x] The PR is proposed to the proper branch- [x] There is a reference to the original bug report and related work- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable      Patch to opencv_extra has the same branch name.- [x] The feature is well documented and sample code can be built with the project CMake
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vrabaudvrabaudvrabaud approved these changes

@asmorkalovasmorkalovasmorkalov approved these changes

Assignees

@asmorkalovasmorkalov

Projects

None yet

Milestone

4.11.0

Development

Successfully merging this pull request may close these issues.

4 participants

@sturkmen72@asmorkalov@mshabunin@vrabaud

[8]ページ先頭

©2009-2025 Movatter.jp