#define COPYRIGHTTEXT1 "(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams\n"
#define COPYRIGHTTEXT2 "2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy\n"
#define COPYRIGHTTEXT3 "2003-2017 mods for Cinelerra-CV by CinelerraCV team\n"
-#define COPYRIGHTTEXT4 "2015-2024 mods for Cinelerra-GG by Cinelerra-GG team\n"
+#define COPYRIGHTTEXT4 "2015-2025 mods for Cinelerra-GG by Cinelerra-GG team\n"
#undef COMPILEDATE
[ api ])
PKG_3RD([flac],[auto],
- [flac-1.4.3],
+ [flac-1.5.0],
[ src/libFLAC/.libs/libFLAC.a \
src/libFLAC++/.libs/libFLAC++.a \
src/share/replaygain_analysis/.libs/libreplaygain_analysis.a \
mp4 av1_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=p010le
profile=main
# global_quality=25
webm av1_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=p010le
profile=main
# global_quality=25
mp4 av1_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=main
# global_quality=25
webm av1_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=main
# global_quality=25
mp4 av1_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=p010le
profile=main
webm av1_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=p010le
profile=main
mp4 av1_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=main
webm av1_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=main
mp4 h264_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=high
# global_quality=25
matroska h264_vaapi
-# Only works when there is vaapi capable hardware and software
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
profile=high
mp4 h264_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
profile=high
mov h264_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
profile=high
mp4 h264_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=high
mp4 hevc_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=p010le
profile=main10
# global_quality=25
mp4 hevc_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=y210le
profile=0
# global_quality=25
mp4 hevc_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=main
# global_quality=25
mp4 hevc_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
mp4 hevc_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=p010le
profile=main10
mp4 hevc_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=y210le
profile=rext
mp4 hevc_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=main
mp4 vp9_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=p010le
profile=0
# global_quality=25
webm vp9_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=p010le
profile=0
# global_quality=25
mp4 vp9_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=0
# global_quality=25
webm vp9_qsv
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_pix_fmt=nv12
profile=0
# global_quality=25
mp4 vp9_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=p010le
profile=0
webm vp9_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=p010le
profile=2
mp4 vp9_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=0
webm vp9_vaapi
+# Requires specific GPU hardware encoding capability
+# as well as required software implementation.
cin_hw_dev=vaapi
cin_pix_fmt=nv12
profile=0
printf ("BlendAlgebraFileButton::run creating file_box (%s)\n", fname);
#endif
file_box = new BlendAlgebraFileBox (plugin, gui, fname);
- file_box->update_history(); // otherwise actual dir can be forgotten
file_box->create_objects();
file_box->lock_window ("BlendAlgebraFileButton::run");
file_box->add_objects(); // add our special buttons
printf ("BlendProgramFileButton::run creating file_box (%s)\n", fname);
#endif
file_box = new BlendProgramFileBox (plugin, gui, fname);
- file_box->update_history(); // otherwise actual dir can be forgotten
file_box->create_objects();
file_box->lock_window ("BlendProgramFileButton::run");
file_box->add_objects(); // add our special buttons