Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Multicorewareinc
/
x265
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
48
Code
Issues
339
Pull requests
50
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Actions: Multicorewareinc/x265
Actions
All workflows
Workflows
X265 CI
X265 CI
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
160 workflow runs
160 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
win32: ensure data symbols are correctly annotated
X265 CI
#161:
Pull request
#946
opened by
kleisauke
36m 33s
36m 33s
View #946
View workflow file
Add TSAN+UBSAN and ASAN+UBSAN sanitizer CI jobs and migrate CI asset downloads to OneDrive
X265 CI
#160:
Pull request
#945
opened by
Akilan-Sivakumar
23m 32s
23m 32s
View #945
View workflow file
Add CI, license, and release status badges to README
X265 CI
#159:
Pull request
#944
opened by
Akilan-Sivakumar
20m 41s
20m 41s
View #944
View workflow file
cmake: guard -arch flag against empty CMAKE_OSX_ARCHITECTURES on Apple
X265 CI
#158:
Commit
fe9bc85
pushed by
kirithika7
16m 55s
master
master
16m 55s
View workflow file
Ensuring the mvdLX is compliant The value of the mvdLX should be in the range of [-2^15, 2^15-1], as specified in H.265 7.4.9.9 Motion vector difference semantics. However there was no safety check in this area, the mvdLX have been observed to exceed the range, under some rare circumstances. This casting will cause overflow and underflow, should the mvd exceeds the int16_t range. But because of the decoding process Equation 8-94 to 8-97, and the MV itself having the range of [-2^15, 2^15-1], the decode...
X265 CI
#157:
Commit
62728cd
pushed by
kirithika7
18m 53s
master
master
18m 53s
View workflow file
cmake + ci: guard -arch flag against empty CMAKE_OSX_ARCHITECTURES on macOS
X265 CI
#156:
Pull request
#943
opened by
Akilan-Sivakumar
21m 53s
21m 53s
View #943
View workflow file
ci: add multi-platform build and test matrix and faster smoke tests
X265 CI
#155:
Commit
5fb3c9f
pushed by
kirithika7
18m 9s
master
master
18m 9s
View workflow file
CMake: also use the -arch flag when cross-compiling arm64 for Apple Missing from 51ae8e922bcc4586ad4710812072289af91492a8. It's possible to cross-compile from x86_64 to arm64.
X265 CI
#154:
Commit
8c84f90
pushed by
kirithika7
7m 27s
master
master
7m 27s
View workflow file
LoongArch64: Fix build with multiple bit depths The loongarch64 assembly files are only compiled for 8-bit builds (CMakeLists.txt: LOONGARCH64 AND NOT HIGH_BIT_DEPTH). However, asm-primitives.cpp was compiled for all bit depths, causing compilation errors in 10-bit and 12-bit builds because the assembly functions with PFX() namespace prefix don't exist for those depths. Fix by wrapping all loongarch64-specific PFX-dependent code in #if !HIGH_BIT_DEPTH guard, and providing an empty setupAssemblyPrimitiv...
X265 CI
#153:
Commit
af35fda
pushed by
kirithika7
8m 24s
master
master
8m 24s
View workflow file
threading: Use modern GCC atomic builtins for __GNUC__ The __sync builtins have been deprecated and replaced since GCC 4.7 with the more flexible __atomic builtins. While the __sync builtins continue to work, they lack the 64-bit version __sync_fetch_and_add_8() which causes x265 failing to build on certain 32-bit Linux targets such as m68k, powerpc or sh4: /usr/bin/powerpc-linux-gnu-ld.bfd: libx265.so.216: undefined reference to `__sync_fetch_and_add_8' collect2: error: ld returned 1 exit status Swit...
X265 CI
#152:
Commit
ff33e3e
pushed by
kirithika7
7m 59s
master
master
7m 59s
View workflow file
Expand x265 CI to macOS/AArch64/Windows with parallel multilib builds and binary-reuse smoke tests
X265 CI
#151:
Pull request
#942
opened by
Akilan-Sivakumar
32m 26s
32m 26s
View #942
View workflow file
LoongArch64: Fix build with multiple bit depths
X265 CI
#150:
Pull request
#941
synchronize by
setarcos
28m 1s
28m 1s
View #941
View workflow file
LoongArch64: Fix build with multiple bit depths
X265 CI
#149:
Pull request
#941
synchronize by
setarcos
11m 52s
11m 52s
View #941
View workflow file
LoongArch64: Fix build with multiple bit depths
X265 CI
#148:
Pull request
#941
opened by
setarcos
6m 13s
6m 13s
View #941
View workflow file
AArch64: Fix ASM for x-only
X265 CI
#147:
Commit
9ddc216
pushed by
kirithika7
8m 51s
master
master
8m 51s
View workflow file
threading: Use modern GCC atomic builtins for __GNUC__
X265 CI
#146:
Pull request
#932
synchronize by
glaubitz
32m 49s
32m 49s
View #932
View workflow file
Fix uninitialized DTS fields in Encoder constructor
X265 CI
#145:
Commit
fbd4338
pushed by
kirithika7
8m 48s
master
master
8m 48s
View workflow file
Optimize Neon HBD sad_x3 and sad_x4 functions Optimize 10-bit and 12-bit sad_x3_wxh_neon and sad_x4_wxh_neon functions by accumulating into 16-bit vectors and widening only at the point of overflow.
X265 CI
#144:
Commit
f319470
pushed by
kirithika7
7m 46s
master
master
7m 46s
View workflow file
Ensuring the mvdLX is compliant
X265 CI
#143:
Pull request
#939
opened by
Mr-Z-2697
32m 26s
32m 26s
View #939
View workflow file
Foveated encode fix
X265 CI
#142:
Pull request
#938
opened by
dudulashok
30m 28s
30m 28s
View #938
View workflow file
Foveated encode fix
X265 CI
#141:
Pull request
#937
synchronize by
dudulashok
32m 19s
32m 19s
View #937
View workflow file
Foveated encode fix
X265 CI
#140:
Pull request
#937
opened by
dudulashok
7m 17s
7m 17s
View #937
View workflow file
Fix garbage DTS values on short encode sessions
X265 CI
#139:
Pull request
#936
synchronize by
Akilan-Sivakumar
32m 15s
32m 15s
View #936
View workflow file
Fix garbage DTS values on short encode sessions
X265 CI
#138:
Pull request
#936
opened by
Akilan-Sivakumar
8m 4s
8m 4s
View #936
View workflow file
AArch64: Fix ASM for x-only
X265 CI
#137:
Pull request
#933
opened by
brad0
31m 54s
31m 54s
View #933
View workflow file
Previous
1
2
3
4
5
6
7
Next
You can’t perform that action at this time.