ardour.git
11 years agoadd (bezier) curves to canvas, use for automation lines; fix issue with rectangles...
Paul Davis [Fri, 12 Apr 2013 02:54:12 +0000 (22:54 -0400)]
add (bezier) curves to canvas, use for automation lines; fix issue with rectangles missing their upper line segment; more cairo canvas fixes

11 years agomany changes to get the cairo-canvas version much, much more functional. still proble...
Paul Davis [Fri, 12 Apr 2013 00:19:22 +0000 (20:19 -0400)]
many changes to get the cairo-canvas version much, much more functional. still problems with a lot of subtle and not-so-subtle issues

11 years agofix up positioning of verbose cursor if it is too close to the bottom of the canvas...
Paul Davis [Fri, 12 Apr 2013 00:01:14 +0000 (20:01 -0400)]
fix up positioning of verbose cursor if it is too close to the bottom of the canvas (for MidiRegionView)

11 years agoremove intermediate GdkPixbuf from waveview rendering, and use shared_array<> to...
Paul Davis [Wed, 10 Apr 2013 19:27:55 +0000 (15:27 -0400)]
remove intermediate GdkPixbuf from waveview rendering, and use shared_array<> to manage peak data

11 years agoremove incorrect merge of cairocanvas patch that stopped most tracks from displaying...
Paul Davis [Wed, 10 Apr 2013 18:42:36 +0000 (14:42 -0400)]
remove incorrect merge of cairocanvas patch that stopped most tracks from displaying; add more debugging info

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Wed, 10 Apr 2013 16:37:16 +0000 (12:37 -0400)]
Merge branch 'master' into cairocanvas

11 years agoadd -D canvasevents tracing for grabbed items and remove render count output
Paul Davis [Wed, 10 Apr 2013 15:09:16 +0000 (11:09 -0400)]
add -D canvasevents tracing for grabbed items and remove render count output

11 years agoremove debugging output
Paul Davis [Wed, 10 Apr 2013 14:53:21 +0000 (10:53 -0400)]
remove debugging output

11 years agoremove extra output from PBD::stacktrace
Paul Davis [Wed, 10 Apr 2013 14:49:27 +0000 (10:49 -0400)]
remove extra output from PBD::stacktrace

11 years agoalter arrow drawing to fully close path and thus avoid cairo mitering variability
Paul Davis [Wed, 10 Apr 2013 14:27:37 +0000 (10:27 -0400)]
alter arrow drawing to fully close path and thus avoid cairo mitering variability

11 years agomake size/shape of playhead cursor match gnomecanvas version
Paul Davis [Wed, 10 Apr 2013 14:24:17 +0000 (10:24 -0400)]
make size/shape of playhead cursor match gnomecanvas version

11 years agofix LXVST support for plugins that make audioMaster callbacks from within effOpen...
Paul Davis [Wed, 10 Apr 2013 12:32:39 +0000 (08:32 -0400)]
fix LXVST support for plugins that make audioMaster callbacks from within effOpen (e.g. glitch)

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Tue, 9 Apr 2013 18:25:02 +0000 (14:25 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Tue, 9 Apr 2013 18:23:41 +0000 (14:23 -0400)]
Merge branch 'master' into cairocanvas

11 years agoa variety of fixes for the cairocanvas, but it still buggy as hell handling events...
Paul Davis [Tue, 9 Apr 2013 18:22:58 +0000 (14:22 -0400)]
a variety of fixes for the cairocanvas, but it still buggy as hell handling events  and lots of other stuff

11 years agovtl: query video-monitor-state on explicit session save
Robin Gareus [Tue, 9 Apr 2013 15:13:42 +0000 (17:13 +0200)]
vtl: query video-monitor-state on explicit session save

11 years agoupdate all i18n .po files
Paul Davis [Tue, 9 Apr 2013 13:32:14 +0000 (09:32 -0400)]
update all i18n .po files

11 years agovtl: rework session-needs-save logic
Robin Gareus [Tue, 9 Apr 2013 02:05:07 +0000 (04:05 +0200)]
vtl: rework session-needs-save logic

* videotimeline now immediately marks the session dirty on
  every state-changing operation
* video-montor is polled every 2.5 seconds for menu-relevant state info
  (ontop, OSD,..) and every 30 seconds for full state (window pos, size,..)
* new interface to query the video-monitor for its state and wait for
  all replies - terminating the process and using ::wait() is no longer
  required
* Ardour> quit and Ardour > close-session does no longer close the video
  session to enforce video-monitor state sync but uses above new interface

11 years agovtl: disconnect from session-save signal
Robin Gareus [Tue, 9 Apr 2013 01:47:47 +0000 (03:47 +0200)]
vtl: disconnect from session-save signal

the videotimeline is a global unique instance that is allocated during
startup and deleted on exit. The Scopedconnection is not deleted
with the session.

11 years agovtl: resume if "don't close/exit" is selected
Robin Gareus [Mon, 8 Apr 2013 22:48:15 +0000 (00:48 +0200)]
vtl: resume if "don't close/exit" is selected

11 years agomo' better debugging of canvas "structure" via Item::dump and derivatives
Paul Davis [Mon, 8 Apr 2013 23:48:09 +0000 (19:48 -0400)]
mo' better debugging of canvas "structure" via Item::dump and derivatives

11 years agofix up marker text color
Paul Davis [Mon, 8 Apr 2013 23:47:54 +0000 (19:47 -0400)]
fix up marker text color

11 years agovtl: mark session dirty if video position-lock or timeline height changes
Robin Gareus [Mon, 8 Apr 2013 19:17:48 +0000 (21:17 +0200)]
vtl: mark session dirty if video position-lock or timeline height changes

11 years agomark session dirty if video is moved
Robin Gareus [Mon, 8 Apr 2013 19:11:17 +0000 (21:11 +0200)]
mark session dirty if video is moved

11 years agofix prev commit SaveSession() signal was sent too late.
Robin Gareus [Mon, 8 Apr 2013 18:52:33 +0000 (20:52 +0200)]
fix prev commit SaveSession() signal was sent too late.

11 years agoadd session save signal and hook-up videotimeline
Robin Gareus [Mon, 8 Apr 2013 17:51:00 +0000 (19:51 +0200)]
add session save signal and hook-up videotimeline

11 years agoFix name spelling
Julien de Kozak [Mon, 8 Apr 2013 17:23:38 +0000 (19:23 +0200)]
Fix name spelling

11 years agoonce more try to get that revision info correct, sigh
Paul Davis [Mon, 8 Apr 2013 16:50:58 +0000 (12:50 -0400)]
once more try to get that revision info correct, sigh

11 years agotry to get that revision info correct, sigh
Paul Davis [Mon, 8 Apr 2013 16:46:36 +0000 (12:46 -0400)]
try to get that revision info correct, sigh

11 years agofix definition of release version info in the case where git describe --tags returns...
Paul Davis [Mon, 8 Apr 2013 16:32:14 +0000 (12:32 -0400)]
fix definition of release version info in the case where git describe --tags returns a precise tag, rather than tag-REVCOUNT

11 years agobump to 3.1 3.1
Paul Davis [Mon, 8 Apr 2013 16:00:29 +0000 (12:00 -0400)]
bump to 3.1

11 years agoremove message about checking for announcements
Paul Davis [Mon, 8 Apr 2013 16:00:19 +0000 (12:00 -0400)]
remove message about checking for announcements

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Mon, 8 Apr 2013 13:30:49 +0000 (09:30 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agoadd julien dekozak to the authors list
Paul Davis [Mon, 8 Apr 2013 13:30:39 +0000 (09:30 -0400)]
add julien dekozak to the authors list

11 years agoharvid binaries moved to ardour.org
Robin Gareus [Sun, 7 Apr 2013 17:39:06 +0000 (19:39 +0200)]
harvid binaries moved to ardour.org

11 years agolazy redraw of Canvas::Text image
Paul Davis [Sat, 6 Apr 2013 23:04:34 +0000 (19:04 -0400)]
lazy redraw of Canvas::Text image

11 years agopre-render text canvas items so that ::render() is just a blit from an image surface
Paul Davis [Sat, 6 Apr 2013 22:35:32 +0000 (18:35 -0400)]
pre-render text canvas items so that ::render() is just a blit from an image surface

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Sat, 6 Apr 2013 20:57:08 +0000 (16:57 -0400)]
Merge branch 'master' into cairocanvas

11 years agopartially clean up warnings from "prolooks" code
Paul Davis [Sat, 6 Apr 2013 20:46:21 +0000 (16:46 -0400)]
partially clean up warnings from "prolooks" code

11 years agofix two unused args warnings
Paul Davis [Sat, 6 Apr 2013 20:39:37 +0000 (16:39 -0400)]
fix two unused args warnings

11 years agocanvas markers now use ArdourCanvas::Text, not ArdourCanvas::Pixbuf, since the latter...
Paul Davis [Sat, 6 Apr 2013 20:39:11 +0000 (16:39 -0400)]
canvas markers now use ArdourCanvas::Text, not ArdourCanvas::Pixbuf, since the latter will be optimized to use Pixbuf too

11 years agofix up unusued args warning in nsm code
Paul Davis [Sat, 6 Apr 2013 20:38:29 +0000 (16:38 -0400)]
fix up unusued args warning in nsm code

11 years agoMerge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas
Paul Davis [Sat, 6 Apr 2013 20:12:27 +0000 (16:12 -0400)]
Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvas

11 years agomerge with master, including manual merge conflict resolution
Paul Davis [Sat, 6 Apr 2013 20:12:15 +0000 (16:12 -0400)]
Merge ... master, including manual merge conflict resolution

11 years agoMerge branch 'master' into cairocanvas
Paul Davis [Sat, 6 Apr 2013 20:09:34 +0000 (16:09 -0400)]
Merge branch 'master' into cairocanvas

11 years agorename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Audit...
Paul Davis [Sat, 6 Apr 2013 20:04:02 +0000 (16:04 -0400)]
rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Route::Auditioner. this has been the meaning of these terms for years now and it would be better to make it explicit

11 years agodo not include templates in a distributed version of ardour, they are useless. see...
Paul Davis [Sat, 6 Apr 2013 15:37:16 +0000 (11:37 -0400)]
do not include templates in a distributed version of ardour, they are useless. see the comments in templates/wscript on why this is so, and why this change was made

11 years agofix crash when using track templates caused by a recent change to the filescanner...
Paul Davis [Sat, 6 Apr 2013 15:21:09 +0000 (11:21 -0400)]
fix crash when using track templates caused by a recent change to the filescanner API. if the template contains no plugin states, the scanner would return a null pointer, and we would fail to notice

11 years agofor the Auditioner only, do not reset the buffer count for scratch buffers to the...
Paul Davis [Sat, 6 Apr 2013 13:52:11 +0000 (09:52 -0400)]
for the Auditioner only, do not reset the buffer count for scratch buffers to the input configuration, since the input config is irrelevant (data comes only from disk, no passthru). Should fix #5427 and #5432)

11 years agoadd pkg-config check on liblo, now that NSM support requires 0.26 rather than just...
Paul Davis [Sat, 6 Apr 2013 13:29:54 +0000 (09:29 -0400)]
add pkg-config check on liblo, now that NSM support requires 0.26 rather than just "any" version (fixes #5435)

11 years agofix reload of Generic MIDI binding state when the target state involves just a bindin...
Paul Davis [Sat, 6 Apr 2013 13:13:39 +0000 (09:13 -0400)]
fix reload of Generic MIDI binding state when the target state involves just a binding map, with no specific controller bindings at all (should fix #5210)

11 years agofix up export formats search path to correctly locate bundled (or installed) export...
Paul Davis [Sat, 6 Apr 2013 12:45:49 +0000 (08:45 -0400)]
fix up export formats search path to correctly locate bundled (or installed) export formats

11 years agovtl: make videotimeline work with new cairo canvas
Robin Gareus [Sat, 6 Apr 2013 02:09:58 +0000 (04:09 +0200)]
vtl: make videotimeline work with new cairo canvas

timeline thumbnail display, moving (drag/drop) and zoom works.

There still some crashes e.g. resizing the height of the timeline
and with off-screen image buffering when zooming in.
Likely due to concurrency issues:
VideoImageFrame::exposeimg() and direct access of the pixbuf:
"Assertion `!_bounding_box_dirty' failed." in canvas/item.cc:191

more work is needed..

11 years agoadd API to directly request access to pixbuf
Robin Gareus [Sat, 6 Apr 2013 01:50:42 +0000 (03:50 +0200)]
add API to directly request access to pixbuf

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Sat, 6 Apr 2013 02:05:33 +0000 (22:05 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agodo not include harvid by default in linux build (wrong variable definition)
Paul Davis [Sat, 6 Apr 2013 02:01:09 +0000 (22:01 -0400)]
do not include harvid by default in linux build (wrong variable definition)

11 years agoadd -L to curl in linux build script so that 301 responses while fetching harvid...
Paul Davis [Sat, 6 Apr 2013 02:00:30 +0000 (22:00 -0400)]
add -L to curl in linux build script so that 301 responses while fetching harvid are handled

11 years agomark the step entry dialog as a dialog even though it is an ArdourWindow, to help...
Paul Davis [Fri, 5 Apr 2013 22:00:59 +0000 (18:00 -0400)]
mark the step entry dialog as a dialog even though it is an ArdourWindow, to help with WM layering issues

11 years agoif auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat them as...
Paul Davis [Fri, 5 Apr 2013 22:00:18 +0000 (18:00 -0400)]
if auditioner connections are somehow wiped out in CONFIG/ardour.rc, treat them as if they are still "default"

11 years agomaster merge; new files not added after initial cairocanvas patch application
Paul Davis [Fri, 5 Apr 2013 21:16:33 +0000 (17:16 -0400)]
master merge; new files not added after initial cairocanvas patch application

11 years agoFix display of Spectral Analysis when no tracks are selected.
Colin Fletcher [Fri, 5 Apr 2013 16:48:36 +0000 (17:48 +0100)]
Fix display of Spectral Analysis when no tracks are selected.

Spectral Analysis now displays graphs for selected regions, even when there
are no tracks selected. Fixes #2226.

11 years agoMerge branch 'nsm' of https://github.com/royvegard/ardour
Paul Davis [Fri, 5 Apr 2013 16:00:42 +0000 (12:00 -0400)]
Merge branch 'nsm' of https://github.com/royvegard/ardour

11 years agoMerge branch 'patches' of https://github.com/jdekozak/ardour
Paul Davis [Fri, 5 Apr 2013 15:54:34 +0000 (11:54 -0400)]
Merge branch 'patches' of https://github.com/jdekozak/ardour

11 years agolots of tweaking and adding debug output including operator<</dump(ostream&) methods...
Paul Davis [Fri, 5 Apr 2013 15:27:26 +0000 (11:27 -0400)]
lots of tweaking and adding debug output including operator<</dump(ostream&) methods to help visualize canvas structure

11 years agoadjust demangling code a bit so that it can easily be used with typenames and not...
Paul Davis [Fri, 5 Apr 2013 15:26:39 +0000 (11:26 -0400)]
adjust demangling code a bit so that it can easily be used with typenames and not just functions in stacktraces

11 years agoMake track header faders insensitive to vertical scroll-wheel events again.
Colin Fletcher [Thu, 4 Apr 2013 14:05:35 +0000 (15:05 +0100)]
Make track header faders insensitive to vertical scroll-wheel events again.

This effectively reverts d235a27a, and restores the behaviour to that of
Ardour 2.

11 years agomidi_clock_slave.cc: report to ardour the delta that the loop sees (revert me if...
Hans Baier [Fri, 5 Apr 2013 06:17:13 +0000 (13:17 +0700)]
midi_clock_slave.cc: report to ardour the delta that the loop sees (revert me if you object)

11 years agomake MIDI clock work once more:
Hans Baier [Fri, 5 Apr 2013 05:33:58 +0000 (12:33 +0700)]
make MIDI clock work once more:
   * increase filter bandwith to make it sync faster
   * use transport_frame instead of audible_frame for calculating the loop error (thanks robin!)
   * reduce the deadzone to 0.1% (thanks robin)

11 years agoignore "external timecode is sync locked" for non timecode slaves.
Robin Gareus [Fri, 5 Apr 2013 04:50:54 +0000 (06:50 +0200)]
ignore "external timecode is sync locked" for non timecode slaves.

11 years agocommit immediately post linking
Paul Davis [Thu, 4 Apr 2013 22:45:27 +0000 (18:45 -0400)]
commit immediately post linking

11 years agovtl: remove obvious warning
Robin Gareus [Thu, 4 Apr 2013 22:15:57 +0000 (00:15 +0200)]
vtl: remove obvious warning

11 years agovtl: overall export progress bar
Robin Gareus [Thu, 4 Apr 2013 21:40:36 +0000 (23:40 +0200)]
vtl: overall export progress bar

11 years agovtl: A/V sync lock on import
Robin Gareus [Thu, 4 Apr 2013 13:44:32 +0000 (15:44 +0200)]
vtl: A/V sync lock on import

When extracting and importing audio from a video,
mark the audio region's position as locked to the
video.

While locked, the audio region can only be moved
by moving the video with a granularity of one Timecode
frame.

11 years agovtl: re-order view menu entries
Robin Gareus [Thu, 4 Apr 2013 13:38:30 +0000 (15:38 +0200)]
vtl: re-order view menu entries

11 years agoinitial commit of hand merging, plus getting "ancient" waf script to work correctly
Paul Davis [Thu, 4 Apr 2013 04:32:52 +0000 (00:32 -0400)]
initial commit of hand merging, plus getting "ancient" waf script to work correctly

11 years agovtl: audio-export progress-bar tweaks
Robin Gareus [Wed, 3 Apr 2013 23:04:27 +0000 (01:04 +0200)]
vtl: audio-export progress-bar tweaks

use the same concept as session > export > audio;
hopefully this fixes jack-disconnects during export.

11 years agovtl: video-monitor letterbox & orig-zoom to menu
Robin Gareus [Wed, 3 Apr 2013 22:51:03 +0000 (00:51 +0200)]
vtl: video-monitor letterbox & orig-zoom to menu

11 years agoUpdate region_ops.txt to match current behaviour, and fix a couple of comments.
Colin Fletcher [Wed, 3 Apr 2013 22:21:53 +0000 (23:21 +0100)]
Update region_ops.txt to match current behaviour, and fix a couple of comments.

Update region_ops.txt to better describe the current behaviour of
Editor::get_regions_from_selection_and_edit_point(), and fix a couple of
comments that still referred to the no-longer-existing 'edit' property of
route groups.

11 years agovtl: video-monitor interaction
Robin Gareus [Wed, 3 Apr 2013 20:29:04 +0000 (22:29 +0200)]
vtl: video-monitor interaction

* Menu > View > Video Monitor -- bi-directional communication
with xjadeo for window-state and OSD.
* fix saving state on session close (wait for xjadeo to terminate)

11 years agovtl: use mpeg4 with intra frames for internal seek format
Robin Gareus [Wed, 3 Apr 2013 15:22:57 +0000 (17:22 +0200)]
vtl: use mpeg4 with intra frames for internal seek format

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Wed, 3 Apr 2013 18:16:42 +0000 (14:16 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix reversed semantics from 86f1b for LaterNoteEndComparator()
Paul Davis [Wed, 3 Apr 2013 18:10:33 +0000 (14:10 -0400)]
fix reversed semantics from 86f1b for LaterNoteEndComparator()

11 years agoDon't include unselected regions in edit grouped region operations.
Colin Fletcher [Wed, 3 Apr 2013 17:21:12 +0000 (18:21 +0100)]
Don't include unselected regions in edit grouped region operations.

Make Editor::get_regions_from_selection_and_entered() only return regions
that are actually selected or entered, not their unselected equivalents.

11 years agoIgnore track selection if there are any selected regions.
Colin Fletcher [Wed, 3 Apr 2013 16:29:34 +0000 (17:29 +0100)]
Ignore track selection if there are any selected regions.

Make Editor::get_regions_from_selection_and_edit_point() only consider the
selected tracks when finding regions to operate on if there are no regions
selected, and never if the edit point is 'mouse'.

11 years agoUse selection->regions instead of Editor::get_regions_from_selection()
Colin Fletcher [Wed, 3 Apr 2013 15:54:32 +0000 (16:54 +0100)]
Use selection->regions instead of Editor::get_regions_from_selection()

Remove Editor::get_regions_from_selection(), and use selection->regions
directly in the few places it was called.

11 years agoEnable snapshots and port connect on startup
Roy Vegard Ovesen [Wed, 3 Apr 2013 15:50:59 +0000 (17:50 +0200)]
Enable snapshots and port connect on startup

11 years agoMerge branch 'nsm' of https://github.com/royvegard/ardour
Paul Davis [Wed, 3 Apr 2013 14:35:47 +0000 (10:35 -0400)]
Merge branch 'nsm' of https://github.com/royvegard/ardour

11 years agoPrevent infinite loops
Roy Vegard Ovesen [Wed, 3 Apr 2013 14:18:42 +0000 (16:18 +0200)]
Prevent infinite loops

11 years agofix NSM initialization.
Robin Gareus [Wed, 3 Apr 2013 00:36:15 +0000 (02:36 +0200)]
fix NSM initialization.

Possible segfault on startup if NSM is not used.

11 years agovtl: renice export dialog
Robin Gareus [Tue, 2 Apr 2013 22:58:19 +0000 (00:58 +0200)]
vtl: renice export dialog

* fix scale w/h min+max
* update labels and alignment

11 years agoMerge branch 'master' of git.ardour.org:ardour/ardour
Paul Davis [Tue, 2 Apr 2013 20:11:04 +0000 (16:11 -0400)]
Merge branch 'master' of git.ardour.org:ardour/ardour

11 years agofix (?) behaviour when punching into automation write mode while the transport is...
Paul Davis [Tue, 2 Apr 2013 20:10:51 +0000 (16:10 -0400)]
fix (?) behaviour when punching into automation write mode while the transport is moving, hopefully without breaking anything else

11 years agoForgot to clean up nsm.* in previous commit
Roy Vegard Ovesen [Tue, 2 Apr 2013 19:25:27 +0000 (21:25 +0200)]
Forgot to clean up nsm.* in previous commit

11 years agoDon't wait for session_is_loaded from nsm server
Roy Vegard Ovesen [Tue, 2 Apr 2013 18:33:39 +0000 (20:33 +0200)]
Don't wait for session_is_loaded from nsm server

11 years agovtl: update session start/end only when adding (or dragging) the video
Robin Gareus [Tue, 2 Apr 2013 16:06:02 +0000 (18:06 +0200)]
vtl: update session start/end only when adding (or dragging) the video

11 years agovtl: remove video-maintenance menu
Robin Gareus [Tue, 2 Apr 2013 16:02:41 +0000 (18:02 +0200)]
vtl: remove video-maintenance menu

* only really relevant for testing/debugging.
* the back-end functions are still used for 'normal' operation
  and called implicitly when opening/closing a video.
* call stop_video_server() when removing a video.

11 years agovtl: remove xjadeo option dialog
Robin Gareus [Tue, 2 Apr 2013 15:57:09 +0000 (17:57 +0200)]
vtl: remove xjadeo option dialog

xjadeo options (selective session restore) are only
useful for testing and debugging.

11 years agovtl: update export information
Robin Gareus [Tue, 2 Apr 2013 14:37:28 +0000 (16:37 +0200)]
vtl: update export information

11 years agovtl: update video-export
Robin Gareus [Tue, 2 Apr 2013 10:27:08 +0000 (12:27 +0200)]
vtl: update video-export

* range: pre/postfix with black video-frames
* fix A/V offset - decode and skip source until offset is reached
* use spinning progress-bar during decode&skip
* use video-stream index in stream-map
* fix audio-export abort; stop freewheeling
* re-indent code

11 years agovtl: draw cross if info-request fails in open-video preview.
Robin Gareus [Mon, 1 Apr 2013 16:39:15 +0000 (18:39 +0200)]
vtl: draw cross if info-request fails in open-video preview.