k4yt3x
|
31c616d8df
|
build(cmake): add the CMake package config and target files
Build / ubuntu (push) Waiting to run
Build / windows (push) Waiting to run
Build / container (push) Waiting to run
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-23 00:00:00 +00:00 |
|
K4YT3X
|
e1e8ed864d
|
perf: improve vectorization optimizations and add function multi-versioning (#1271)
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-22 10:53:09 +00:00 |
|
K4YT3X
|
127d9e0019
|
feat(realcugan): add support for Real-CUGAN ncnn Vulkan (#1268)
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-21 02:58:19 +00:00 |
|
k4yt3x
|
5884dd1ba4
|
fix(encoder): always use the calculated PTS with corrected math
Build / ubuntu (push) Waiting to run
Build / windows (push) Waiting to run
Build / container (push) Waiting to run
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-16 00:00:00 +00:00 |
|
K4YT3X
|
627f3d84a4
|
feat(rife): add support for frame interpolation and RIFE (#1244)
Build / ubuntu (push) Waiting to run
Build / windows (push) Waiting to run
Build / container (push) Waiting to run
* feat: add RIFE files and processor/interpolator abstractions
* feat: add `rife` as processor option
* feat: add frame interpolation math except first frame
* feat: complete motion interpolation and add scene detection
* feat: improve Vulkan device validation
* fix: fix casting issues and variable names
* refactor: improve error-checking; add abstractions and factories
* refactor: improve readability of the frames processor
* docs: update changelog
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-12-01 09:55:56 +00:00 |
|
k4yt3x
|
b520d51c6c
|
chore: removed OpenCV dependency
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-13 00:00:00 +00:00 |
|
k4yt3x
|
aa8ed60e52
|
build(debian): added a build target for Ubuntu 22.04
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-09 00:00:00 +00:00 |
|
k4yt3x
|
a63b8d85b0
|
build(makefile): added make targets for Windows
|
2024-11-04 03:49:20 -05:00 |
|
k4yt3x
|
afd7c8050f
|
chore: added missing boost lib into Makefile, Debian, PKGBUILD
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-11-02 00:00:00 +00:00 |
|
k4yt3x
|
c912bfaffc
|
build(makefile): added make target for ubuntu deb package
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-31 00:00:00 +00:00 |
|
k4yt3x
|
d50cf54f2a
|
style(libvideo2x): improved resource cleaning and error handling
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-29 00:00:00 +00:00 |
|
k4yt3x
|
640d9cd52b
|
fix(encoder): fixed memory leak in the encoder
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-21 00:00:00 +00:00 |
|
K4YT3X
|
bc168d11ab
|
feat(libvideo2x): use OpenCV to retrieve total frame count (#1194)
|
2024-10-21 23:54:22 +00:00 |
|
K4YT3X
|
cd2006b4d9
|
feat(*): switched to spdlog for logging and organized headers (#1183)
* feat: updated PKGBUILD description
* feat: updated workflow syntax and dependencies
* feat: switched logging to spdlog
* chore: adjusted library defaults
* ci: fixed spdlog format string issues
* docs: fixed docs for libvideo2x functions
* feat: organized header files
* fix: fixed header installation directory
* feat: link spdlog statically if compiled from source
* feat: adjusted libvideo2x log level enum names
* feat: added version.h header
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-14 02:46:59 +00:00 |
|
K4YT3X
|
37c2c4c647
|
feat(*): added support for copying audio/subtitle streams and pause/abort (#1179)
* feat: added Makefile target for debian
* fix: fixed Dockerfile installing the wrong package
* feat: added hwaccel for encoder and decoder
* feat: added benchmark mode
* feat: removed hard-coded keyframe info
* chore: cleaned up headers and organized code
* style: cleaned up headers and includes
* feat: added a progress bar for CLI
* feat: removed atomicity requirements on processed frames
* feat: added pause and abort for CLI
* chore: updated default preset and crf settings
* feat: added support for copying audio and subtitle streams
* fix: fixed syntax issues for MSVC
* fix: fixed audio/subtitle timestamp rescaling
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-10-10 07:23:13 +00:00 |
|
K4YT3X
|
a7952fc493
|
feat(*): rewritten the project with C/C++ (#1172)
|
2024-10-08 02:29:00 +00:00 |
|