This website requires JavaScript.
Explore
Help
Sign In
openshot
/
libopenshot
Watch
0
Star
0
Fork
0
You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced
2026-06-08 22:17:28 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3ebe4ea964fdce9da384d32ab6582744cc3df20f
libopenshot
/
doc
T
History
Jonathan Thomas
867473ab59
Merge remote-tracking branch 'origin/develop' into qt6-support
2026-03-12 23:03:07 -05:00
..
images
Added logo PNG
2014-07-24 12:59:41 -05:00
HW-ACCEL.md
Improving Hardware decode handling, especially on failure to get a decoded frame from the GPU, to safely fallback to software decode in those cases, so we don't end up with a black blank frame. This should be compatible with all hardware decoding, but I tested this only on VAAPI and AMD Radeon GPU on Ubuntu 24.04. Also updating the HW-ACCEL.md file with updated notes, and tried to add more detail about how decode and decode fallback works.
2026-03-10 23:34:21 -05:00
INSTALL-LINUX.md
Adding missing packages to our linux install instructions doc:
2025-12-22 13:44:54 -06:00
INSTALL-MAC.md
Adding Qt6 detection and compatibility, without breaking Qt5.
-DUSE_QT6=AUTO|ON|OFF
(default:
AUTO
; prefers Qt6 when available and CMake ≥3.16,
ON
forces Qt6,
OFF
forces Qt5). Also, a few version specific changes for API changes on Qt6, but it appears to work well.
2025-12-17 22:59:25 -06:00
INSTALL-WINDOWS.md
Adding Qt6 detection and compatibility, without breaking Qt5.
-DUSE_QT6=AUTO|ON|OFF
(default:
AUTO
; prefers Qt6 when available and CMake ≥3.16,
ON
forces Qt6,
OFF
forces Qt5). Also, a few version specific changes for API changes on Qt6, but it appears to work well.
2025-12-17 22:59:25 -06:00