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

Patches/placeholder passes v8 local #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

osamu620
Copy link
Collaborator

@osamu620 osamu620 commented Aug 6, 2024

For discussion. The updated patch set has not yet been sent to the FFMPEG-devel.
Suggestions in #4 have been accepted except for the one for

"nonzerobits %d invalid or unsupported\n", v);

(This was the original code)

This commit adds support for CAP and CPF markers. Decoding will exit when encountering Ilegal input codestreams.
This commit adds support for placeholder pass parsing.
modify_state = block_states[(i + 1) * stride + (j + 1)];
modify_state |= 1 << HT_SHIFT_SCAN;
if (mbr != 0) {
modify_state |= 1 << HT_SHIFT_REF_IND;
Copy link
Contributor

Choose a reason for hiding this comment

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

Trailing space.

In VSCode you can search for +$ to select them.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for cathing this.

This commit fixes wrong treatment of MAGBP value in Ccap15 and bugs in HT block decoding.
@osamu620 osamu620 force-pushed the patches/placeholder-passes-v8-local branch from e4acecf to 58ad780 Compare August 7, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants