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
Type
/
to 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 }}
zaucy
/
SDL
Public
forked from
libsdl-org/SDL
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
SDL
src
video
SDL_surface.c
on
SDL2
User selector
All users
All time
Commit history
Commits on Jan 22, 2024
Fixed bug #8897 - SDL_BlitSurface segfault when dest_rect is null
1bsyl
committed
237535b
View commit details
Copy full SHA for 237535b
View code at this point
Browse repository at this point
Commits on Jan 19, 2024
Fixed bug #7614: Segmentation Fault in SDL_BlitSurface (#7808)
Show description for bb969ac
1bsyl
authored and
slouken
committed
bb969ac
View commit details
Copy full SHA for bb969ac
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Fixed bug #7614: Segmentation Fault in SDL_BlitSurface
Show description for 9db80ad
1bsyl
authored and
slouken
committed
9db80ad
View commit details
Copy full SHA for 9db80ad
View code at this point
Browse repository at this point
Commits on Jan 1, 2024
Updated copyright for 2024
slouken
committed
0fc3574
View commit details
Copy full SHA for 0fc3574
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
[SDL2] pointer boolean (#8523)
1bsyl
authored
a14b948
View commit details
Copy full SHA for a14b948
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
Added missing calls to SDL_InvalidParamError("surface")
Show description for b07e5d3
slouken
committed
b07e5d3
View commit details
Copy full SHA for b07e5d3
View code at this point
Browse repository at this point
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
SDL2: backport SDL_CalculateYUVSize() that checks for YUV size overflow (#6972)
1bsyl
authored
d234f7a
View commit details
Copy full SHA for d234f7a
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Cleanup add brace (#6545)
Show description for fb0ce37
1bsyl
authored and
slouken
committed
fb0ce37
View commit details
Copy full SHA for fb0ce37
View code at this point
Browse repository at this point
Commits on Nov 17, 2022
Allow creating an empty surface with pitch 0
Show description for 77bcd26
slouken
committed
77bcd26
View commit details
Copy full SHA for 77bcd26
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
video: Note unused SDL_surface creation parameters for removal in SDL 3
Show description for 507ce36
smcv
authored and
slouken
committed
507ce36
View commit details
Copy full SHA for 507ce36
View code at this point
Browse repository at this point
video: Detect and reject nonsense SDL_surface dimensions
Show description for 535fdc3
smcv
authored and
slouken
committed
535fdc3
View commit details
Copy full SHA for 535fdc3
View code at this point
Browse repository at this point
video: Harden calculation of SDL_surface pitch and size against overflow
Show description for 8c9f710
smcv
authored and
slouken
committed
8c9f710
View commit details
Copy full SHA for 8c9f710
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory
pionere
authored and
icculus
committed
60deadb
View commit details
Copy full SHA for 60deadb
View code at this point
Browse repository at this point
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
pionere
authored and
icculus
committed
ebdd536
View commit details
Copy full SHA for ebdd536
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
Updated copyright for 2022
slouken
committed
120c76c
View commit details
Copy full SHA for 120c76c
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Added SDL_PremultiplyAlpha() to premultiply alpha on a block of SDL_PIXELFORMAT_ARGB8888 pixels
slouken
committed
c97b721
View commit details
Copy full SHA for c97b721
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
SDL_ConvertSurface: add an intermediate variable to remove static analysis false positive (see bug #4600)
1bsyl
committed
1fe9ad0
View commit details
Copy full SHA for 1fe9ad0
View code at this point
Browse repository at this point
Commits on Feb 10, 2021
SDL_ConvertColorkeyToAlpha: remove and clarify a FIXME
Show description for c0166a2
1bsyl
committed
c0166a2
View commit details
Copy full SHA for c0166a2
View code at this point
Browse repository at this point
Revert checks on destination scaling size (see bug #5510)
1bsyl
committed
9d70711
View commit details
Copy full SHA for 9d70711
View code at this point
Browse repository at this point
Remove checks on destination scaling size (see bug #5510)
1bsyl
committed
d6a6662
View commit details
Copy full SHA for d6a6662
View code at this point
Browse repository at this point
Add checks for maximun scaling size (see bug #5510)
1bsyl
committed
ebb8143
View commit details
Copy full SHA for ebb8143
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
Updated copyright for 2021
slouken
committed
9130f7c
View commit details
Copy full SHA for 9130f7c
View code at this point
Browse repository at this point
SDL_BlitScaled: better and safer fix clipping bug #2687
Show description for c005267
1bsyl
committed
c005267
View commit details
Copy full SHA for c005267
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
SDL_BlitScaled: remove un needed -1 +1 offset in calculation
1bsyl
committed
d81fe92
View commit details
Copy full SHA for d81fe92
View code at this point
Browse repository at this point
Commits on Dec 28, 2020
fix indentation (bug 5313)
1bsyl
committed
7186584
View commit details
Copy full SHA for 7186584
View code at this point
Browse repository at this point
Commits on Dec 27, 2020
Better scaling fallbacks for the SW renderer (bug 5313)
1bsyl
committed
c2735c0
View commit details
Copy full SHA for c2735c0
View code at this point
Browse repository at this point
SDL_PrivateLowerBlitScaled: remove unused local var 'a'
sezero
committed
a6beb2d
View commit details
Copy full SHA for a6beb2d
View code at this point
Browse repository at this point
Scaling fallbacks for the SW renderer (bug 5313)
1bsyl
committed
30df2e4
View commit details
Copy full SHA for 30df2e4
View code at this point
Browse repository at this point
Forward scale mode to SW renderer (Bug 5313)
1bsyl
committed
f9b5f6c
View commit details
Copy full SHA for f9b5f6c
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Fixed bug 5304 - add SDL_HasSurfaceRLE() (Thanks Rene Dudfield and Dan Lawrence)
1bsyl
committed
ffb307e
View commit details
Copy full SHA for ffb307e
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
Fixed bug 5321 - crash in SDL_ConvertSurface with RLE surfaces
Show description for 19a65a4
1bsyl
committed
19a65a4
View commit details
Copy full SHA for 19a65a4
View code at this point
Browse repository at this point
Commits on Oct 2, 2020
SDL_Surface refcount: fix memory leak when blitting between stack'ed surfaces
Show description for cd6670b
1bsyl
committed
cd6670b
View commit details
Copy full SHA for cd6670b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.