All Projects

ID Project Category  asc Task Type Severity Summary Status Progress Due In Version
331Network Type IndicatorGeneralFeature RequestVery LowDisplay provider name in notificationAssigned
0%
1.6 Task Description

Submitted by Tom:  FS#222  Display provider name in status bar

Not feasible in the actual status bar, but can be done in the notification.

172vcsGeneralTO-DOVery LowDon't autoload './vcs.conf'Assigned
0%
1.14 Task Description

See  FS#171 

359Network Type IndicatorGeneralTO-DOMediumDrop dark icons in Lollipop+Assigned
0%
1.6 Task Description

Material design icons are supposed to be white according to comments found online and most apps.

(I can’t find an actual upstream reference) Found at http://www.androiddocs.com/design/style/iconography.html

Dark icons are displayed white in practice.

372Network Type IndicatorGeneralTO-DOVery LowDrop support for older versions of AndroidAssigned
0%
1.6 Task Description

As of 2019-07 usage below KitKat is anecdotal:

2.3.x: 0.04%
4.0.x: 0.07%
4.1: 0.86%
4.2: 1.35%
4.3: 0.82%

2.3 to 4.3: 3.14%

4.4: 6.28%
5.0: 4.33%

126vcsGeneralFeature RequestVery LowEdge detection / blur evasion (mtn feature)Deferred
0%
Task Description

Interesting feature, experimentally implemented in mtn

http://moviethumbnail.sourceforge.net/

See also FS#125

356Network Type IndicatorGeneralTO-DOMediumEnhance RTL layoutAssigned
0%
1.6 Task Description

Rendering on RTL devices is does not work properly due to alignment problems.

Attached: Screen grabs from the pre-release report on an Arabic device.

227vcsGeneralTO-DOLowFailed blank frame evasion should go back to original t...Assigned
0%
1.14 Task Description

When a frame evasion is tried and given up, the chosen timestamp should be the original instead of the last attempt

109vcsGeneralBug ReportMediumFailure to capture with packed B-frames in AVIUnconfirmed
0%
Task Description

Originally reported by Dougn Redhammer

178vcsGeneralSubmitted PatchLowffmpeg + piped mplayer dump can be used to identifyRequires testing
0%
1.14 Task Description

Originally suggested by Dean: http://outlyer.net/2010-08-24:vcs-1_12-2-released/

” [...]

Second, my dvd-drive is useless atm, but i remember previously piping dvd-ouput from mplayer into ffmpeg via a fifo and finding the info generated to be much better than mplayer-alone – for one thing, it won’t ‘downmix’ 6-channel audio automatically. Don’t know if that would be useful to you. The syntax was something like:-

mkfifo piped.vob &&
mplayer dvd:// -dumpstream -dumpfile piped.vob & \
ffmpeg -i piped.vob

…See what you think…

53vcsGeneralBug ReportLowffmpeg doesn't accept file names with spacesUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of ffmpeg: ffmpeg (CVS-060515)

196vcsGeneralTO-DOMediumffmpeg is deprecatedAssigned
0%
1.14 Task Description

See http://libav.org/, Jan 27 2012.
Also http://libav.org/index.html#fftools_rename for changes to the syntax.

Must change to avprobe/ffprobe and/or avconv.

363vcsGeneralBug ReportLowFile names with '#' lead to errors when creating versio...Assigned
0%
1.14 Task Description

I.e. create file sample#.avi

Run vcs on sample#.avi -> sample#.avi.png is created.
Run vcs again. sample#.avi-1.png should be created, but sed generates an error.

194vcsGeneralFeature RequestMediumFiles incorrectly reporting "too short" length aren't d...Researching
0%
? Task Description

As reported by Dirk Reiners (paraphrased)

Files incorrectly reporting too short length (unlike too long), pass the safe_length_measure check ⇒ This prevents correcting length.

93vcsGeneralBug ReportVery Lowgrep -o is not portableAssigned
0%
1.14 Task Description

-o is a GNU extension, supported in Linux and FreeBSD

Unsupported in SunOS, OpenBSD?

137vcsGeneralBug ReportMediumHang with RM filesUnconfirmed
0%
Task Description

Original report by Dougn Redhammer

vcs hangs with some RM files.

Tracing shows it gets stuck in mplayer_identify.

MPlayer can play the files fine from the terminal. Although it exits with «MPlayer interrupted by signal 11 in module: uninit_vcodec».

I can reproduce the abrupt termination, it happens when using Real’s native decoder (w64codecs, /usr/lib/codecs/drvc.so). Using FFMpeg’s decoder (MPlayer’s -vc ffrv30) MPlayer exits normally.

I can’t reproduce the hang either way.

101vcsGeneralBug ReportLowHeading bleeds into left side of contact sheet when tit...Deferred
0%
Task Description

No need for description

69vcsGeneralFeature RequestVery LowImage modeLimbo
0%
Task Description

I.e. produce a montage from a set of images

164vcsGeneralBug ReportVery LowImplement instrumentationAssigned
0%
? Task Description

No need for description

162vcsGeneralTO-DOVery LowImplement pluginsAssigned
0%
2.0 Task Description

No need for description

382vcsGeneralBug ReportMediumLook into detecting or setting manually GNU getoptAssigned
0%
? Task Description

Reported by KW in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-51875

With the new script I'm getting issues the following error:
No compatible version of getopt in path, can't continue.
Enhanced getopt (i.e. GNU getopt) is required

Added by Darko in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-52719

The homebrew's version of vcs has this at line 186:
declare GETOPT=/opt/homebrew/opt/gnu-getopt/bin/getopt
While Toni's just uses whatever is on path:
declare GETOPT=getopt
… which on macOS is non-gnu version of getopt.

Added by X in comments: https://outlyer.net/2019-11-26:vcs-1-13-4-released/#comment-53401

The issue is on line 186. Brew version has this:
declare GETOPT=/usr/local/opt/gnu-getopt/bin/getopt
The trunk version has:
declare GETOPT=getopt
When I backport the most important change you did in the trunk version ('`fx:image.mean` > `fx:mean`') then indeed the error messages on '.mean*100' are gone.
5vcsGeneralBug ReportMediumMeta-information gets overlapped with small contact she...Assigned
0%
Task Description

When the resulting contact sheet is too thin, the meta-information header is cramped and fields overlap.

54vcsGeneralBug ReportLowminutes printed as hours with mplayerUnconfirmed
0%
Task Description

Originally reported by Phil Grundig

Version of mplayer: mplayer (1.0pre8cvs)

197vcsGeneralTO-DOHighMove away from /dev/shmAssigned
0%
1.14 Task Description

/dev/shm isn’t really intended as an alternate temporary location, and VCS’ temporary files can easily grow too large for it too.

As a possible alternative offer a first-run choice of temp-dir (maybe suggesting /dev/shm).

References:
http://wiki.debian.org/ReleaseGoals/RunDirectory#Why_put_.2BAC8-dev.2BAC8-shm_and_.2BAC8-tmp_under_.2BAC8-run.3F http://stackoverflow.com/questions/9745281/tmp-vs-dev-shm-for-temp-file-storage-on-linux

163vcsGeneralTO-DOVery LowMove rarely used features to pluginsAssigned
0%
? Task Description

No need for description

369Network Type IndicatorGeneralBug ReportMediumNotification doesn't load on bootAssigned
0%
1.6 Task Description

Reported by Terry Parrott

Reports that the app won’t auto load despite having the option enabled.

Reported on Oreo.

Presumably related to FS#370.

151vcsGeneralTO-DOLowOverride-able variables cleanup: Removal of deprecated ...Assigned
0%
1.14
355Network Type IndicatorGeneralTO-DOLowRe-do problematic vectorial iconsResearching
0%
1.6
380Network Type IndicatorGeneralTO-DOHighRe-stablish in Google PlayAssigned
0%
Meta: Release Cycle
342Network Type IndicatorGeneralFeature RequestLowRecord historyResearching
0%
?
315vcsGeneralFeature RequestLowRecurse directories, output to current dirAssigned
0%
?
153vcsGeneralTO-DOVery LowRelease 1.14Limbo
0%
Meta: Release Cycle
374relevationGeneralTO-DOLowRelease 1.4Assigned
0%
Meta: Release Cycle
329Network Type IndicatorGeneralTO-DOLowRelease 1.6Assigned
0%
Meta: Release Cycle
200vcsGeneralTO-DOVery LowRelease 2.0Assigned
0%
Meta: Release Cycle
360Network Type IndicatorGeneralTO-DOLowRemove black iconsAssigned
0%
1.6
358Network Type IndicatorGeneralTO-DOLowRevamp notificationAssigned
0%
1.6
95vcsGeneralBug ReportLowRunning vcs from find fails on WMVs. They work directly...Unconfirmed
0%
341Network Type IndicatorGeneralBug ReportLowStatus bar icon disappears after a while on Huawei phon...Requires testing
50%
?
92vcsGeneralFeature RequestVery LowSupport OpenSolaris/SunOSLimbo
0%
2.0
379relevationGeneralTO-DOLowSwitch default mode to ANDAssigned
0%
1.4
32vcsGeneralBug ReportHighvcs gets stuck on first capture (or during probe)Researching
0%
115mp3plotImage outputFeature RequestLowAllow user-specified output image sizeNew
0%
0.7.0
116mp3plotImage outputBug ReportLowOptionally display generated imageNew
0%
0.7.0
350Network Type IndicatorInternalTO-DOVery LowRemove Devel.DEBUGAssigned
0%
1.6
Showing tasks 51 - 94 of 94 Page 2 of 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing