-
Notifications
You must be signed in to change notification settings - Fork 5
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
x264: add compilation script #84
Draft
niewim19
wants to merge
10
commits into
master
Choose a base branch
from
niewim19/x264
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Sep 5, 2024
-
x264: preliminary compilation script
Adding files that allow for compilation of x264 codec with CLI tool. Succesfull compialtion, unsuccesful in runtime, does not compress. JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for d9ec425 - Browse repository at this point
Copy the full SHA d9ec425View commit details -
x264: add
mmap()
arguments allignmentAdressing phoenix-rtos-project#1155 issue with mmap() `size` argument need to be aligned to page size. JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for dde8200 - Browse repository at this point
Copy the full SHA dde8200View commit details -
x264: switch to tarball download
Previous implementation used `git clone` to obtain source code, now it uses `wget` as with most other ports. No mirror is yet provided. JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for 01131fe - Browse repository at this point
Copy the full SHA 01131feView commit details
Commits on Sep 6, 2024
-
x264 extensively uses stack, changed to 65536 bytes JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for 7ac82b3 - Browse repository at this point
Copy the full SHA 7ac82b3View commit details -
linux distributions do have malloc.h which has memalign() function. Phoenix-RTOS does have the malloc.h, but it is a stub. JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for 18b1fc7 - Browse repository at this point
Copy the full SHA 18b1fc7View commit details -
x264: disable threading throug option, not patch
Phoenix-RTOS does not support the x264 style of thread check, so preliminary script can drop it and just use one thread. This was made using patch, but there is configure option to disable it. JIRA: PP-213
Configuration menu - View commit details
-
Copy full SHA for 4efb0f1 - Browse repository at this point
Copy the full SHA 4efb0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf53c3 - Browse repository at this point
Copy the full SHA dbf53c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 301e65c - Browse repository at this point
Copy the full SHA 301e65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8faa78d - Browse repository at this point
Copy the full SHA 8faa78dView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6778959 - Browse repository at this point
Copy the full SHA 6778959View commit details
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.