version update, Features5 update, proxy tweak
authorGood Guy <good1.2guy@gmail.com>
Sat, 1 Sep 2018 19:31:44 +0000 (13:31 -0600)
committerGood Guy <good1.2guy@gmail.com>
Sat, 1 Sep 2018 19:31:44 +0000 (13:31 -0600)
cinelerra-5.1/blds/PKGBUILD
cinelerra-5.1/blds/cinelerra.spec
cinelerra-5.1/blds/debian/changelog
cinelerra-5.1/blds/debian/control
cinelerra-5.1/cinelerra/edl.C
cinelerra-5.1/doc/Features5.pdf
cinelerra-5.1/msg/txt

index a84ce172639e0e6e786ce25cac3cf79140bd82fb..bb9295b3ff1856c2e3bd2ed060c2e87d3fba0796 100644 (file)
@@ -1,7 +1,7 @@
 # Maintainer: goodguy <lists.cinelerra-cv.org>
 pkgname=cin
 pkgver=5.1
 # Maintainer: goodguy <lists.cinelerra-cv.org>
 pkgname=cin
 pkgver=5.1
-pkgrel=20180731
+pkgrel=20180901
 pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
 arch=('x86_64')
 url="http://www.cinelerra-cv.org"
 pkgdesc="Cinelerra git://git.cinelerra-cv.org/goodguy/cinelerra.git ($pkgrel)"
 arch=('x86_64')
 url="http://www.cinelerra-cv.org"
index 35bc6f24db5f3cbeab48f2b9eeab4eaac324c26a..5171ab79895590c4f27490b70122cb1a9f7f5a32 100644 (file)
@@ -1,4 +1,4 @@
-%define ver 20180731
+%define ver 20180901
 %define cin cinelerra
 Summary: Multimedia Editing and construction
 
 %define cin cinelerra
 Summary: Multimedia Editing and construction
 
index 9e8c01af7985f538d6f1ac3a179974a89843a4cd..29441f210c951c97c187778f149a65d3f0424cc8 100644 (file)
@@ -1,4 +1,4 @@
-cin (1:5.1.20180731) unstable; urgency=low
+cin (1:5.1.20180901) unstable; urgency=low
 
   [ guy goode ]
 
 
   [ guy goode ]
 
index 2f7e5bdcbdd02f054b6f63a2339ac0f2850ef37b..c855a36b3ab96a9319882528a870450cac274ea7 100644 (file)
@@ -1,7 +1,7 @@
 Source: cin
 Section: video
 Priority: optional
 Source: cin
 Section: video
 Priority: optional
-Standards-Version: 5.1.20180731
+Standards-Version: 5.1.20180901
 Maintainer: mailing list <cinelerra@lists.cinelerra-cv.org>
 Homepage: http://www.cinelerra-cv.org/
 Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs,
 Maintainer: mailing list <cinelerra@lists.cinelerra-cv.org>
 Homepage: http://www.cinelerra-cv.org/
 Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs,
index 154f929ae01e7964286043748126174a792059e8..a756e6e576bae9999d136b7d27ffe2ef6666c318 100644 (file)
@@ -1546,6 +1546,10 @@ void EDL::set_proxy(int new_scale, int use_scaler,
                Indexable *proxy_idxbl = proxy_assets->get(i);
                proxy_idxbl->awindow_folder = awindow_folder;
                Asset *proxy_asset = proxy_idxbl->is_asset ? assets->update((Asset *)proxy_idxbl) : 0;
                Indexable *proxy_idxbl = proxy_assets->get(i);
                proxy_idxbl->awindow_folder = awindow_folder;
                Asset *proxy_asset = proxy_idxbl->is_asset ? assets->update((Asset *)proxy_idxbl) : 0;
+               if( proxy_asset && proxy_idxbl ) {
+                       proxy_asset->width = proxy_idxbl->get_w();
+                       proxy_asset->height = proxy_idxbl->get_h();
+               }
                EDL *proxy_edl = !proxy_idxbl->is_asset ? (EDL *)proxy_idxbl : 0;
 // replace track contents
                for( Track *track=tracks->first; track; track=track->next ) {
                EDL *proxy_edl = !proxy_idxbl->is_asset ? (EDL *)proxy_idxbl : 0;
 // replace track contents
                for( Track *track=tracks->first; track; track=track->next ) {
index 5752644f24f527ff999173aec5298634b7259bab..fbec7458e581f1895840fc7f6f932ea7dc78e1f5 100644 (file)
Binary files a/cinelerra-5.1/doc/Features5.pdf and b/cinelerra-5.1/doc/Features5.pdf differ
index 5d1a7857eb49d3b28b898df7bf9782ca16f3899e..cace62095976b2095ac2fc23e9d8125dddcaa729 100644 (file)
@@ -9,6 +9,17 @@ For usage help, refer to the following:
 Cinfinity icons selected in Preferences (Creative Common
   By https://creativecommons.org/licenses/by/3.0/)
 .
 Cinfinity icons selected in Preferences (Creative Common
   By https://creativecommons.org/licenses/by/3.0/)
 .
+July/Aug 2018 New Features of note:
+  Neophyte theme and German translations compliments of Olaf.
+  Bins/Folders added for organizing media.
+  Preview capability with Mouse Over and vicon tweaks.
+  Numbers on the keypad can be used in dialog boxes.
+  OpenGL driver rework for fixes and/or improvement.
+  Proxy switcher added to ease going back and forth.
+  Single image proxy of scalar and non-scalar both work.
+  Find in Resources, User title, and Show edit options added.
+  Added Display packed icons and Display icon list in Resources.
+.
 June/May 2018 New Features of note:
   Proxy usage with multicams has been corrected.
   LV2 Audio plugins have been hooked in to include Calf, X42, +.
 June/May 2018 New Features of note:
   Proxy usage with multicams has been corrected.
   LV2 Audio plugins have been hooked in to include Calf, X42, +.