Aditya Gupta sortedcord
sortedcord created repository sortedcord/hermes-hyprland 2026-05-30 20:45:25 +05:30
sortedcord created branch feat-audio in sortedcord/gsplash 2026-05-29 18:04:52 +05:30
sortedcord pushed to feat-audio at sortedcord/gsplash 2026-05-29 18:04:52 +05:30
b1ecf3b1ef feat: Add audio support for videos with a sound track
sortedcord pushed to master at sortedcord/gsplash 2026-05-29 11:17:31 +05:30
52b221cf73 feat: switch to git based versioning
sortedcord pushed to master at sortedcord/gsplash 2026-05-29 11:06:48 +05:30
f0578aabfa refactor: arg parsing uses while loop
sortedcord pushed to master at sortedcord/gsplash 2026-05-27 13:08:22 +05:30
bad09d22e1 gplash is now on the AUR!
sortedcord pushed to master at sortedcord/gsplash 2026-05-27 12:40:20 +05:30
799229d3a3 refactor: reorganize PKGBUILD
sortedcord pushed to master at sortedcord/gsplash 2026-05-27 12:28:33 +05:30
1a0712c29a docs: Add CONTRIBUTING.md and LICENSE files to the repository
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 19:38:33 +05:30
1349120807 fix: Resource leak in video player initializer and call cleanup before returning false
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 17:32:45 +05:30
aecef5bb39 fix: Replace av_init_packet with av_packet_alloc/free
sortedcord created branch crablang in sortedcord/gsplash 2026-05-26 16:14:41 +05:30
sortedcord pushed to crablang at sortedcord/gsplash 2026-05-26 16:14:41 +05:30
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 16:02:46 +05:30
8d5a106ab3 docs: Update documentation
4e7c53d79f docs: Update README to remove video and add asset link
Compare 2 commits »
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 15:53:00 +05:30
bb2b60de5b fix: md rendering
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 15:51:23 +05:30
1159868e15 docs: Added demo video
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 13:16:21 +05:30
e9c939f033 chore: delete binaries
94184c73d0 feat: add a 250ms delay between game window and splash close
Compare 2 commits »
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 13:02:18 +05:30
2fe20ad576 fix: Timing issues for video playback
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 12:19:28 +05:30
433ccfb0fe refactor: video player code to video.c
sortedcord pushed to master at sortedcord/gsplash 2026-05-26 12:05:42 +05:30
c96c361973 feat: Add dummy game utility and enhance testing capabilities
sortedcord pushed to master at sortedcord/gsplash 2026-05-25 20:10:49 +05:30
1cb0097e68 fix #1: Use SDL_CreateTexture instead of IMG_LoadTexture