[Cin] Typo in recent commit?

Andrew Randrianasulu randrianasulu at gmail.com
Wed Jul 3 23:27:04 CEST 2019


In https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blobdiff;f=cinelerra-5.1/cinelerra/performanceprefs.C;h=dbeee00423c53e83f48f7b296f2e91a7c526eade;hp=c00ca7324229154137a65d500027cc5744e04a42;hb=c053918502e6ec08433a0650ce37af35431f15b7;hpb=c5451a0a1f2a69ffea5e8b85d05787466f355481

index c00ca73..dbeee00 100644 (file)
 
--- a/cinelerra-5.1/cinelerra/performanceprefs.C
+++ b/cinelerra-5.1/cinelerra/performanceprefs.C
@@ -332,8 +332,8 @@ PrefsUseHWDev::PrefsUseHWDev(PreferencesWindow *pwindow,
 void PrefsUseHWDev::create_objects()
 {
        BC_PopupTextBox::create_objects();
-       set_tooltip(_("vdpau - Nvidia, Nouveau, Amdgpu\n"
-               "vaapi - Broadcom, Intel HD graphics, Radeon\n"
+       set_tooltip(_("vdpau - Nvidia, Nouveau\n"
+               "vaapi - Broadcom, Intel HD graphics, Amdgup, Radeon\n"
                "cuda  - Nvidia + Cuda SDK"));
        hw_dev_names.append(new BC_ListBoxItem(_("none")));
 #ifdef HAVE_VAAPI

I think It still should be "amdgpu", not "amdgup" (this is just tooltip, yet ..)

I think vdpau decode also availiable on radeon/radeonsi, but this fact depend on state trackers enabled during mesa compilation:

LANG=C ls -la /usr/X11R7/lib/*vdpau
total 34964
drwxr-xr-x  2 root root    4096 Jul  1 07:00 ./
drwxr-xr-x 15 root root   20480 Jul  1 09:58 ../
-rwxr-xr-x  1 root root    1352 May 17  2014 libvdpau_nouveau.la*
lrwxrwxrwx  1 root root      25 Jul  1 07:00 libvdpau_nouveau.so -> libvdpau_nouveau.so.1.0.0*
lrwxrwxrwx  1 root root      25 Jul  1 07:00 libvdpau_nouveau.so.1 -> libvdpau_nouveau.so.1.0.0*
lrwxrwxrwx  1 root root      25 Jul  1 07:00 libvdpau_nouveau.so.1.0 -> libvdpau_nouveau.so.1.0.0*
-rwxr-xr-x  4 root root 8919356 Jul  1 07:00 libvdpau_nouveau.so.1.0.0*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r300.so -> libvdpau_r300.so.1.0.0*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r300.so.1 -> libvdpau_r300.so.1.0.0*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r300.so.1.0 -> libvdpau_r300.so.1.0.0*
-rwxr-xr-x  4 root root 8919356 Jul  1 07:00 libvdpau_r300.so.1.0.0*
-rwxr-xr-x  1 root root    1339 May 17  2014 libvdpau_r600.la*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r600.so -> libvdpau_r600.so.1.0.0*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r600.so.1 -> libvdpau_r600.so.1.0.0*
lrwxrwxrwx  1 root root      22 Jul  1 07:00 libvdpau_r600.so.1.0 -> libvdpau_r600.so.1.0.0*
-rwxr-xr-x  4 root root 8919356 Jul  1 07:00 libvdpau_r600.so.1.0.0*
-rwxr-xr-x  1 root root    1363 May 17  2014 libvdpau_radeonsi.la*
lrwxrwxrwx  1 root root      26 Jul  1 07:00 libvdpau_radeonsi.so -> libvdpau_radeonsi.so.1.0.0*
lrwxrwxrwx  1 root root      26 Jul  1 07:00 libvdpau_radeonsi.so.1 -> libvdpau_radeonsi.so.1.0.0*
lrwxrwxrwx  1 root root      26 Jul  1 07:00 libvdpau_radeonsi.so.1.0 -> libvdpau_radeonsi.so.1.0.0*
-rwxr-xr-x  4 root root 8919356 Jul  1 07:00 libvdpau_radeonsi.so.1.0.0*

may be splitting hw accel into decode/encode/filtering still makes some sense, as mid-term plan? 
(so, you decode on Intel, and encode on NVidia, for example, if you have two cards)



More information about the Cin mailing list