Samuele Lorefice REDCODE
  • Joined on 2024-01-01
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-24 14:47:58 +00:00
0c2adff4b1 Added resume from computation
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-24 03:43:39 +00:00
2882bac37c Fixed scoring calculation, added step by step score calculation to avoid losing everything everytime.
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-24 01:55:44 +00:00
2631d6f13b Added SSIM and PSNR scoring, multithreaded cmdline option added for VMAF scoring command line
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-23 21:45:42 +00:00
d025031a2f Extensive testing methodology rework
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-23 02:58:15 +00:00
f6869e54ac properly implemented svtav1 strategy and added a temporary set of values, same with x265 (cpu)
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-18 01:11:56 +00:00
2ddcfd2edb Added SW encoding strategies
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-17 20:15:55 +00:00
6464268253 Added NVDIA gpu check
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-15 20:32:54 +00:00
fc915be3aa Applied strategy pattern to Encoder, refactored and reorganized code
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-15 19:39:42 +00:00
24df58056c Resolved ffmpeg remaining as a zombie process
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-15 18:02:39 +00:00
aafc3dab99 Added gitignore for mp4 files
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-15 18:00:36 +00:00
db6873c93c Encoding added Requested Encoding to the request, made request async, some refactoring
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-15 04:43:35 +00:00
db20f5d54d Made the service basically start working
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-14 18:49:46 +00:00
dbf2f18f26 Prepared Encoder service
REDCODE pushed to master at REDCODE/VideoEncoderService 2025-12-01 18:33:59 +00:00
39e6694bbe Initial files
REDCODE created branch master in REDCODE/VideoEncoderService 2025-12-01 18:33:59 +00:00
REDCODE created repository REDCODE/VideoEncoderService 2025-12-01 18:33:39 +00:00
REDCODE pushed tag v0.0.1.8-alpha to REDCODE/Syrette 2025-10-01 17:06:19 +00:00
REDCODE pushed to master at REDCODE/Syrette 2025-10-01 17:04:22 +00:00
65f624a355 Exposes GetService(Type, obiect[]? args) and it's safer variant TryGetService() to enable consumers to request a service without needing to do reflection work themselves.
REDCODE pushed tag v0.0.1.7-alpha to REDCODE/Syrette 2025-09-24 19:42:46 +00:00
REDCODE pushed to master at REDCODE/Syrette 2025-09-24 17:53:35 +00:00
66e7fcc798 Fixes #5 makes copy of the args list instead of stripping it away from the descriptor (preventing catastrophic problems). Bumps version