index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Jellyfin.Drawing.Skia
/
SkiaEncoder.cs
Age
Commit message (
Expand
)
Author
2025-07-17
Drawing: make SkiaEncoder more robust when reading image dimensions (#14481)
queukat
2025-05-18
Update skiasharp monorepo (major) (#13369)
renovate[bot]
2025-03-31
Reduce SKImage to SKBitmap conversion, high quality canvas (#5366)
Fernando Fernández
2025-03-27
Improve SkiaEncoder's font handling (#13231)
gnattu
2025-02-03
Backport pull request #13425 from jellyfin/release-10.10.z
Bond-009
2024-10-17
Ensure Skia images are always disposed (#12786)
JPVenson
2024-07-15
Use real temp dir instead of cache dir for temp files (#12226)
Bond-009
2024-04-14
Merge pull request #11109 from crobibero/animated-webp
Bond-009
2024-03-30
fix: add image count check to splash screen generation (#11245)
Mikal S
2024-03-12
Calculate blurhash for svg
Cody Robibero
2024-03-04
Don't decode animated images
Cody Robibero
2024-03-01
Use ArgumentException
Cody Robibero
2024-02-28
Add support for converting from svg to other image types
Cody Robibero
2024-02-06
Remove some unused drawing code
Patrick Barron
2023-10-27
Merge pull request #10472 from cvium/dispose_imagefilter
Bond-009
2023-10-25
refactor: cache the resize image filter
cvium
2023-10-25
chore(deps): use Svg.Skia instead of the deprecated SkiaSharp.Svg
cvium
2023-10-18
Merge branch 'master' into trickplay
Nick
2023-10-08
Jellyfin.Drawing minor improvements
Bond_009
2023-10-06
Reduce string allocations
Bond_009
2023-09-23
Start adding IDisposableAnalyzers to projects
Bond_009
2023-09-11
Removed nesting levels through block-scoped `using` statement (#10025)
Lehonti Ramos
2023-06-26
Migrate to trickplay table to EF. Rename vars/methods/members to have consist...
Nick
2023-06-22
Move SkiaSharp related code to Jellyfin.Drawing and IImageEncoder
Nick
2023-04-10
#7626 Added handling for common FormatExceptions with Skia loading sv… (#9581)
JPVenson
2023-01-28
Remove ability to add a played indicator to images (#9186)
Cody Robibero
2023-01-10
Use file-scoped namespaces in Jellyfin.Drawing.Skia
Patrick Barron
2023-01-10
Move Jellyfin.Drawing.Skia to src
Patrick Barron