cc960c4f07
remove executable mode-bit from files
2013-06-16 21:54:08 +02:00
e3db97efe9
vtl: use avi/mjpeg (insted of mpeg4) for video proxy
...
* average picture quality is worse
* ..but seeking works accurately
(no more PTS/DTS mess with Quicktime files)
* ffmpeg transcode to mpeg4 retains PTS, DTS ( to mjpeg does not)
* eventually harvid&xjadeo need to be
updated to seek to non-monotonic PTS, DTS timestamps
2013-06-16 17:04:00 +02:00
24af570d06
vtl: update ffmpeg option sameq/qscale
2013-06-16 15:30:15 +02:00
d3f92cd1fb
new track-height icons -- inspired by tom^_
2013-06-15 00:01:03 +02:00
cd04861f37
remove cruft
2013-06-14 17:29:14 +02:00
b44060ce96
remove old/unused export_multiplicator
2013-06-14 17:28:46 +02:00
084af4727d
remove cruft - old CMT imageframe*
2013-06-14 17:18:59 +02:00
006e3575be
NOOP clean up code
...
move curl-http-get wrapper-function which is used by various
videotimeline related code to util.c
2013-06-14 13:58:56 +02:00
748de7e794
avoid name-conflict
...
when compiled with -rdynamic, "AudioStream" symbol
conflicts with AspectVST.so
2013-06-14 13:58:55 +02:00
80a13145f3
Generalize no-plugin-state from AudioUnits to all plugins
...
Replace AU_STATE_SUPPORT compile-time define with NO_PLUGIN_STATE and make it prevent plugin state setting, preset loading, preset saving and plugin state saving. Blocks on these actions exist partially in the backend and partially in the GUI (this latter class are not absolute, and should OSC or MIDI be able to drive Plugin::save_preset() the block could be circumvented). Set NO_PLUGIN_STATE if --freebie is used at waf-configure time
2013-06-13 22:50:54 -04:00
5d52ae1825
Update Russian translation of Ardour 3.2
2013-06-14 02:21:02 +02:00
2b90a57655
Fix the spelling and abstract the program name
...
The video exporting dialog has a few spelling bugs, as well
as unabstracted program name. The patch fixes it.
2013-06-14 02:10:31 +02:00
d7e336e0f2
s/Framenumber/Frame number/
2013-06-14 00:41:02 +02:00
489121ca20
vtl: clean-up "Remove Video" action state
2013-06-13 17:17:28 +02:00
27e2b09f63
vtl: check if server's docroot matches ardour's config
...
NOTE: this breaks backwards compatibility with icsd and
harvid < 0.3.0 which do not report their settings.
It may also conflict with harvid running on localhost in a chroot.
Ideally this will be a warning only.
That the user can choose to ignore this and should get the option
to stop the video-server and re-start it using a different docroot.
2013-06-13 00:58:19 +02:00
6b480bb2f7
vtl: make "Remove Video" insensitive if N/A
2013-06-13 00:58:19 +02:00
2e1e5da78e
more changes to consolidate version definition into the top level wscript file
2013-06-11 11:37:52 -04:00
ef6366a7cd
adjust the way version and revision info are gathered, defined and used
2013-06-11 10:58:24 -04:00
31e8c77609
update .po files
2013-06-11 08:49:52 -04:00
21a4ce62dc
vtl: wait for output from ffprobe
...
fix code-ordering bug that sneaked in when re-factoring the parser.
2013-06-11 02:58:10 +02:00
1ca430babd
separate general vs temporary(no vtl) OSX defines
2013-06-11 01:26:49 +02:00
9b9ebee02c
remove inadvertently committed debug message
2013-06-11 00:49:36 +02:00
50e3e61881
when exiting internal edit mode because of a mouse button press on a non-MIDI region, _join_object_range_state is set to NONE, not OBJECT, which would block selection of the clicked-upon region. fix that, to prevent an assert()-driven crash when the drag ends and there are no regions selected
2013-06-10 18:28:32 -04:00
2b745cab64
set PATH (used for harvid+ffmpeg)
2013-06-10 22:24:19 +02:00
8b5f990267
vtl: send A/V offset to video-monitor when launched
2013-06-10 19:43:23 +02:00
f5a8e563e8
vtl: NOOP, replace old define
2013-06-10 19:33:54 +02:00
3940ec3fa7
vtl: fix for not-saving video-monitor settings
2013-06-10 19:10:12 +02:00
70a422c1c7
vtl: remove cruft
2013-06-10 19:10:12 +02:00
c190870b50
vtl: disable video-monitor settings override (unused for now)
2013-06-10 19:10:12 +02:00
717a38982a
vtl: reduce ardour<>xjadeo communication
...
avoid duplcate OSD related messages.
2013-06-10 19:10:12 +02:00
b203da5eb9
vtl: fix duplicate saved settings
2013-06-10 19:10:12 +02:00
97ec274512
Make mouse operations on grouped regions apply to pre-existing selection
...
On clicking on a region that is part of an active edit group with the
'selection' property enabled, its equivalent regions also become selected.
Thus, there's no need to reset the selection to the equivalent
regions when performing mouse drags on the region, and trim/fade in/fade
out/move/copy will always operate on the existing region selection if there
is one.
Fixes #5515 .
2013-06-10 18:07:52 +01:00
5b7b56236b
move emulate_key_event() to utils
2013-06-10 01:54:55 +02:00
06ab2f9c10
do not allow to change timecode-offset in xjadeo while ardour has control
2013-06-10 01:05:00 +02:00
d4a656fc35
properly fake/forward keyboard events from video-monitor
2013-06-10 00:52:24 +02:00
85ceefd70a
handle async communication from xjadeo
2013-06-09 22:56:34 +02:00
788b14365e
fix video-monitor session settings
...
save settings when xjadeo terminates,
not only on explicit session save/quit.
2013-06-09 22:56:33 +02:00
3942eec0e9
improve video-server start-up sequence
...
* don't wait if launching the app failed
* lower timeout and check interval
* print warnings..
2013-06-09 15:51:31 +02:00
4f0be474ef
prepare font-styling meter labels
...
decrease size and weight of midi-velocity - make '127' fit,...
2013-06-08 11:51:17 +02:00
106364bcfc
prefer audio-fader over midi-gain fader display.
...
This only affects mixer-strip display (and range).
The fader has effect on all MIDI and audio data
passing though it regardless of its display mode.
2013-06-08 09:08:31 +02:00
ce0aa96838
NOOP - use PBD's std::string to number functions
2013-06-08 09:03:26 +02:00
fea8e860c6
remove unused old code
2013-06-08 08:26:12 +02:00
0d31fc76d5
Merge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 17:52:12 -04:00
f7a27e17db
fix display of external Send UI
2013-06-07 17:50:13 -04:00
b26cc12513
close all open fd's on fork
2013-06-07 20:50:59 +02:00
b8b24e8313
give video-server some time so launch -- prevent multiple instance
2013-06-07 20:14:42 +02:00
aac5f4c6d6
prefer the use of references in private static function in system_exec.cc
2013-06-07 14:04:43 -04:00
5d691c1a2a
fix handling of returning value of ::waitpid() so that we clean up harvid correctly
2013-06-07 13:13:12 -04:00
79cb2875fe
Merge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 12:00:23 -04:00
323f39d8b6
fix ssize_t/size_t confusion
2013-06-07 11:59:47 -04:00