Commit Graph
30 Commits
Author SHA1 Message Date
Mike-Solar b8669f6a11 Change project name; 2026-01-05 16:22:26 +08:00
Mike-Solar 86e82b13e2 remove unused includes 2026-01-05 14:24:28 +08:00
Mike-Solar ee128f1b37 修正ext/KDDockWidgets 2026-01-05 12:11:21 +08:00
Mike-Solar 79f376b512 修复bug 2026-01-05 03:40:36 +08:00
Mike-Solar f191486375 Implement multi-input OFX clip wiring and texture handling
Store PluginJob input values for lookup
Add per-clip texture inputs on plugin nodes
Map input clips to textures during render (with Source fallback)
2026-01-04 22:30:41 +08:00
Mike Solar 27ee6067cc Merge remote-tracking branch 'origin/plugin' into plugin
# Conflicts:
#	ext/KDDockWidgets
2025-12-13 21:46:12 +08:00
Mike Solar d81140a312 Update KDDockWidgets library 2025-11-24 20:41:22 +08:00
Mike Solar 2dd8c4629a Update include path for Window_p.h
Changed the include path of "Window_p.h" to use a relative path instead of an absolute one, ensuring better portability and build consistency.
2025-11-24 20:33:45 +08:00
Mike-Solar 1e33a31b73 Update FFmpeg handling and focus management
Refactor FFmpeg frame processing and improve focus management in panels. Add memory sanitization for debug builds and update KDDockWidgets integration.
2025-11-23 16:35:09 +08:00
Mike-Solar 2ea53667c0 Refactor FFmpeg decoder for improved readability and efficiency
Simplify the frame reading process and metadata extraction in `ffmpegdecoder.cpp` by reducing redundant code and improving variable initialization. Add a helper function in `ffmpegdecoder.h` to map FFmpeg field orders to Olive interlacing types, enhancing code clarity. Adjust the condition for interleaved write in `ffmpegencoder.cpp` for better handling.
2025-11-10 21:06:35 +08:00
Mike-Solar 81b2640411 add: some changes to add openfx support 2025-10-24 20:20:04 +08:00
Mike-Solar e8238dac54 change: core submodule. 2025-09-14 20:55:52 +08:00
Mike-Solar b5092777df change: core submodule. 2025-09-14 20:53:22 +08:00
Mike-Solar 0f368e29d4 change: submodule 2025-09-05 01:54:50 +08:00
Mike Solar 6fdfd03ffd update: update copyright 2025-08-05 17:12:49 +08:00
Mike Solar 74f73ab3be change: change code style to Linux style except indent. 2025-08-03 03:09:40 +08:00
Mike Solar 65ab76edc8 fix: fix exceptions when import video 2025-08-03 02:06:45 +08:00
Mike Solar 203a280d8e fix: compilation errors 2025-07-13 14:37:53 +08:00
Mike Solar e18cf095f5 试图解决编译错误 2025-06-19 21:01:45 +08:00
Mike Solar c04fceef9b 试图解决编译错误 2025-06-18 20:42:45 +08:00
Mike Solar 5f9508434f 试图解决编译错误 2025-06-18 08:54:06 +08:00
itsmattkc c96e560347 panels: switch to fork allowing narrower minimum widths 2023-03-20 16:28:14 -07:00
itsmattkc 17867f0db5 cmake: exclude submodules so they don't get installed 2023-02-20 10:07:11 -08:00
itsmattkc 491fbacfbc cmake: included option for qt 6 compilation
Also fixed minor Qt 6 issue
2023-02-17 12:12:11 -08:00
itsmattkc 689597635a cmake: actually use cache internal, this seems to be the way 2023-02-16 19:49:25 -08:00
itsmattkc 056f2e8c2a cmake: set var with parent_scope, seems to help? 2023-02-16 19:24:41 -08:00
itsmattkc e365942050 cmake: build kddockwidgets into static lib
There might be a way to make shared libs happy, but this seemed easier
2023-02-16 18:55:36 -08:00
itsmattkc d957611e10 use submodules for core library and kddockwidgets 2023-02-16 18:05:36 -08:00
itsmattkc c7841a92a2 move sse2neon to core lib 2023-01-30 22:55:32 -08:00
itsmattkc e12e5db760 try sse wrapper for neon instructions 2021-10-25 12:30:47 -07:00