K4YT3X
|
a7952fc493
|
feat(*): rewritten the project with C/C++ (#1172)
|
2024-10-08 02:29:00 +00:00 |
|
k4yt3x
|
721de8cbce
|
chore(license): bumped copyright year to 2024
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-02-10 00:46:00 +00:00 |
|
k4yt3x
|
7de040bbb7
|
fix(dockerfile): fixed the Dockerfile to work with the latest code
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2024-02-09 23:36:24 +00:00 |
|
k4yt3x
|
b382f3973f
|
feat(video2x): dynamically import optional dependencies
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-24 11:26:16 +00:00 |
|
k4yt3x
|
37bdfddf55
|
chore(project): add the 'all' optional dependency
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-24 10:37:32 +00:00 |
|
k4yt3x
|
21967209b8
|
chore(project): update optional dependencies and classifiers
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-24 10:31:02 +00:00 |
|
k4yt3x
|
b4b7cadf0d
|
tests(*): updated test file paths and removed unused dependencies
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-24 07:33:07 +00:00 |
|
k4yt3x
|
7c70032fe7
|
fix(video2x): fixed the issue where output width/height aren't calculated if they are None
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-20 05:43:45 +00:00 |
|
k4yt3x
|
71821dbb56
|
fix(pipeline): bumped Python version in pipeline
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-16 23:10:48 +00:00 |
|
k4yt3x
|
22993028b4
|
feat(video2x): updated the variables in the Video2X class for compatibility with the GUI
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-16 18:49:29 +00:00 |
|
k4yt3x
|
6d934e6a98
|
feat(style): added formatting dependencies into pyproject.toml
Signed-off-by: k4yt3x <i@k4yt3x.com>
|
2023-09-16 18:47:47 +00:00 |
|
k4yt3x
|
78a2aafa0e
|
moved non-project ignores out of gitignore
|
2023-06-07 14:24:02 +00:00 |
|
k4yt3x
|
e535cf7333
|
updated PDM build backend
|
2023-05-31 19:18:10 +00:00 |
|
k4yt3x
|
e725712be9
|
added no progress bar warning for FFmpeg direct process scenarios
|
2023-05-31 15:24:12 +00:00 |
|
k4yt3x
|
d66b7fa144
|
fixed upscaler test
|
2023-05-31 15:23:53 +00:00 |
|
k4yt3x
|
155a144a93
|
removed file update dates, unified role names
|
2023-05-30 23:18:34 +00:00 |
|
k4yt3x
|
275f329f7f
|
disabled formatting for example code to keep comment indentation
|
2023-05-29 14:08:26 +00:00 |
|
k4yt3x
|
60ae71f3c5
|
adjusted interpolation %diff from 10% to 5%
|
2023-05-25 21:09:58 +00:00 |
|
k4yt3x
|
cc01f2d8e2
|
refactored interpolator
|
2023-05-25 18:44:54 +00:00 |
|
k4yt3x
|
5255e20283
|
fixed incorrect interpolator choices; reduced libfdk_aac cutoff freq
|
2023-05-25 18:43:53 +00:00 |
|
k4yt3x
|
c746773980
|
added Anime4K v4 (GLSL) support via FFmpeg & libplacebo
|
2023-05-09 08:30:02 +00:00 |
|
k4yt3x
|
afc0df30cd
|
fixed CI logo
|
2023-05-09 08:07:34 +00:00 |
|
k4yt3x
|
bb759197d8
|
ignored data dir
|
2023-05-09 08:04:19 +00:00 |
|
k4yt3x
|
b4570cc106
|
bumped year to 2023
|
2023-05-09 08:02:47 +00:00 |
|
k4yt3x
|
66f4c17294
|
changed license-expression to license so PDM can build the package
|
2022-11-13 01:14:47 +00:00 |
|
k4yt3x
|
30048ae304
|
removed the slim Docker image since it does not build properly
|
2022-10-07 16:19:43 +00:00 |
|
k4yt3x
|
84b730497b
|
Revert "added rich console patch for Google Colab"
This reverts commit db0b87597d .
|
2022-09-04 21:56:40 +00:00 |
|
k4yt3x
|
db0b87597d
|
added rich console patch for Google Colab
|
2022-09-04 21:41:57 +00:00 |
|
k4yt3x
|
102340e2be
|
updated Pillow version requirements
|
2022-09-04 21:32:27 +00:00 |
|
k4yt3x
|
85437a8481
|
removed the walrus operator to remain compatible with Python 3.7
|
2022-09-04 00:06:46 +00:00 |
|
k4yt3x
|
176ae90bbb
|
removed fps_mode since it causes incompatibility issues
|
2022-08-28 19:23:49 +00:00 |
|
k4yt3x
|
44238aed35
|
bumped vulkan image version to 1.3-470
|
2022-08-28 19:18:37 +00:00 |
|
k4yt3x
|
045e643867
|
pinned opencv-python to 4.5.5.64 due to bug #676 in version 4.6.0.66
|
2022-08-28 19:18:17 +00:00 |
|
k4yt3x
|
c92805e7bc
|
added realcugan-ncnn-vulkan's license
|
2022-08-28 16:02:12 +00:00 |
|
k4yt3x
|
899fe3ae2d
|
added realcugan-ncnn-vulkan into licenses section
|
2022-08-28 16:01:23 +00:00 |
|
k4yt3x
|
a75c2a50ca
|
bumped version to 5.0.0-beta6
|
2022-08-28 16:01:07 +00:00 |
|
K4YT3X
|
508d6ea4d0
|
Merge pull request #695 from k4yt3x/feat/decouple
|
2022-08-28 11:51:51 -04:00 |
|
K4YT3X
|
8976dd8199
|
Merge branch 'master' into feat/decouple
|
2022-08-28 11:17:39 -04:00 |
|
k4yt3x
|
29a55e633c
|
fixed the issue where the encoder cannot exit
|
2022-08-28 15:03:16 +00:00 |
|
k4yt3x
|
f7d6dc41b3
|
changed FFmpeg vsync to fps_mode
|
2022-08-28 03:44:27 +00:00 |
|
K4YT3X
|
d236131134
|
Merge pull request #644 from plambe/master
Fixed interpolation algorithms list
|
2022-05-08 17:17:12 -04:00 |
|
plambeto
|
d669654142
|
Fixed interpolation algorithms list
|
2022-05-08 21:16:09 +03:00 |
|
k4yt3x
|
4b0ab5382c
|
added kill method to encoder
|
2022-05-01 08:46:33 +00:00 |
|
k4yt3x
|
737646a248
|
made processor objects a class var
|
2022-05-01 08:45:56 +00:00 |
|
k4yt3x
|
9fc0aa787e
|
moved main to __main__; changed _run to use the new encoder and processor
|
2022-05-01 08:44:33 +00:00 |
|
k4yt3x
|
a041a60d87
|
added processor skeleton class
|
2022-05-01 08:43:13 +00:00 |
|
k4yt3x
|
020fb2dc80
|
updated value unpacking
|
2022-05-01 08:42:13 +00:00 |
|
k4yt3x
|
9a27960bf7
|
added decoder thread
|
2022-05-01 08:34:31 +00:00 |
|
k4yt3x
|
862b811517
|
moved main to __main__
|
2022-05-01 08:34:00 +00:00 |
|
k4yt3x
|
e01d24c164
|
broken the upscaler into descrete parts
|
2022-04-28 14:33:33 +00:00 |
|