-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix: deprecate ZM_COLOUR for AVPixelFormat (resubmit with planar/SHM fixes) #4788
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7b21371
Reapply "fix: replace ZM_COLOUR system with AVPixelFormat for format …
connortechnology 45a4671
fix: planar YUV correctness + alignment in Image methods
connortechnology c8d8cc3
feat: SHM cross-process format consistency via per-slot AVPixelFormat
connortechnology a7c3fb7
Merge branch 'master' into fix/avpixelformat-respin
connortechnology 1fe2920
fix: address PR #4788 review comments on AVPixelFormat migration
connortechnology d6a146e
fix: address PR #4788 review comments on SHM publish ordering and ove…
connortechnology 158d943
fix: address PR #4788 review comments on planar sizing and SHM bounds
connortechnology 766b3c7
fix: cross-process AVPixelFormat sync for alarm_image (PR #4788)
connortechnology 77edeca
fix: use linesize for row stride in pixel ops (PR #4788)
connortechnology 6a1c4e7
fix: fully invalidate Image on AssignDirect(AVFrame) format failure (…
connortechnology 667b00b
fix: address remaining width-vs-linesize and planar chroma issues (PR…
connortechnology e6ed0e0
fix: linesize/planar correctness for Overlay, Rotate, Flip, AssignDir…
connortechnology e5446d3
fix: report AVPixelFormat in Panic messages for actionable diagnosis …
connortechnology 3592fbb
fix: dest linesize in HighlightEdges, ceiling chroma dims in MaskPriv…
connortechnology 070704d
fix: ceiling chroma dims in Rotate/Flip; clearer Assign error (PR #4788)
connortechnology 133bb53
fix: Camera::linesize/imagesize back to tightly-packed (PR #4788)
connortechnology a5bf39d
fix: keep DeColourise/AssignDirect(AVFrame) state self-consistent (PR…
connortechnology 2846970
fix: PopulateFrame error handling + canonical pix fmt in Scale (PR #4…
connortechnology aa9884e
Merge branch 'master' into fix/avpixelformat-respin
connortechnology 36effc8
fix: stride-aware Delta and Deinterlace_4Field (PR #4788)
connortechnology f794e26
fix: per-row Overlay; align image_pixelformats SHM pointer (PR #4788)
connortechnology fb7b1d1
fix: SHM padding covers both alignment adjustments (PR #4788)
connortechnology 6765962
fix: nullptr-safe pixfmt name; route GetImage/getSnapshot through Rea…
connortechnology ec8d48a
fix: switch remaining av_get_pix_fmt_name calls in zm_ffmpeg_camera.c…
connortechnology 90c6bc0
fix: guard SHM pixformat publish on assign failure (PR #4788)
connortechnology bfe9c4a
fix: free previously-owned buffer in AssignDirect(AVFrame); nullptr-s…
connortechnology bc8be20
fix: use canonical imagePixFormat in Image::Assign(AVFrame*) (PR #4788)
connortechnology 9bae26b
fix: handle "no frames yet" sentinel before bounds check (PR #4788)
connortechnology bc88781
fix: Image::Assign(uint8_t*) handle packed source -> aligned dest (PR…
connortechnology de3638e
fix: Image::Assign(Image&) handle smaller-source linesize; explicit p…
connortechnology 9e19c66
fix: Image(AVFrame*) ctor delegates to default ctor before AssignDire…
connortechnology 6ecf510
fix: more actionable error messages in GetImage/getSnapshot/WriteBuff…
connortechnology 12d864e
fix: Deinterlace_Discard OOB write on odd heights (PR #4788)
connortechnology 965936e
fix: pass delta8_* fn ptrs directly; zm_get_pix_fmt_name in Delta pan…
connortechnology 2b55ed4
fix: nullptr-safe pix fmt name in Colourise/Deinterlace_4Field error …
connortechnology b486c0c
fix: include <libavutil/pixdesc.h> in zm_pixformat.h (PR #4788)
connortechnology 9687faa
refactor: remove dead FfmpegCamera::imagePixFormat field
connortechnology File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.