From: Good Guy Date: Sat, 1 Sep 2018 19:31:44 +0000 (-0600) Subject: version update, Features5 update, proxy tweak X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=commitdiff_plain;h=d684013dedfefefcb8ca4bbea527382c91521532 version update, Features5 update, proxy tweak --- diff --git a/cinelerra-5.1/blds/PKGBUILD b/cinelerra-5.1/blds/PKGBUILD index a84ce172..bb9295b3 100644 --- a/cinelerra-5.1/blds/PKGBUILD +++ b/cinelerra-5.1/blds/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: goodguy 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" diff --git a/cinelerra-5.1/blds/cinelerra.spec b/cinelerra-5.1/blds/cinelerra.spec index 35bc6f24..5171ab79 100644 --- a/cinelerra-5.1/blds/cinelerra.spec +++ b/cinelerra-5.1/blds/cinelerra.spec @@ -1,4 +1,4 @@ -%define ver 20180731 +%define ver 20180901 %define cin cinelerra Summary: Multimedia Editing and construction diff --git a/cinelerra-5.1/blds/debian/changelog b/cinelerra-5.1/blds/debian/changelog index 9e8c01af..29441f21 100644 --- a/cinelerra-5.1/blds/debian/changelog +++ b/cinelerra-5.1/blds/debian/changelog @@ -1,4 +1,4 @@ -cin (1:5.1.20180731) unstable; urgency=low +cin (1:5.1.20180901) unstable; urgency=low [ guy goode ] diff --git a/cinelerra-5.1/blds/debian/control b/cinelerra-5.1/blds/debian/control index 2f7e5bdc..c855a36b 100644 --- a/cinelerra-5.1/blds/debian/control +++ b/cinelerra-5.1/blds/debian/control @@ -1,7 +1,7 @@ Source: cin Section: video Priority: optional -Standards-Version: 5.1.20180731 +Standards-Version: 5.1.20180901 Maintainer: mailing list Homepage: http://www.cinelerra-cv.org/ Build-Depends: nasm, yasm, g++, gdb, build-essential, e2fsprogs, diff --git a/cinelerra-5.1/cinelerra/edl.C b/cinelerra-5.1/cinelerra/edl.C index 154f929a..a756e6e5 100644 --- a/cinelerra-5.1/cinelerra/edl.C +++ b/cinelerra-5.1/cinelerra/edl.C @@ -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; + 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 ) { diff --git a/cinelerra-5.1/doc/Features5.pdf b/cinelerra-5.1/doc/Features5.pdf index 5752644f..fbec7458 100644 Binary files a/cinelerra-5.1/doc/Features5.pdf and b/cinelerra-5.1/doc/Features5.pdf differ diff --git a/cinelerra-5.1/msg/txt b/cinelerra-5.1/msg/txt index 5d1a7857..cace6209 100644 --- a/cinelerra-5.1/msg/txt +++ b/cinelerra-5.1/msg/txt @@ -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/) . +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, +.