All Projects

ID Project Category Task Type Severity Summary Status  desc Progress Due In Version
 185 relevationGeneralTO-DOLow Support cryptopy Closed
100%
1.1 Task Description

cryptopy provides a pure python implementation of ciphers, allowing easier install on some systems (e.g. 64bits Windows) than PyCrypto.
Unlike PyCryptoPlus it doesn’t seem to depend on PyCrypto but has a different API.

The performance degrades considerably, of course.

 184 relevationGeneralTO-DOLow Move from libxml2 to lxml Closed
100%
1.1 Task Description

lxml provides a cleaner (or more pythonic) implementation, is easier to install and more commonly required.

 181 relevationGeneralBug ReportMedium Wrong password produces unhandled exception Closed
100%
1.1 Task Description

When the decryption password is wrong a zlib exception is raised:

Traceback (most recent call last):
  File "/usr/bin/relevation", line 359, in <module>
    main()
  File "/usr/bin/relevation", line 332, in main
    xmldata = zlib.decompress(cleardata_gz[:-padlen], 15, 2**15)
zlib.error: Error -3 while decompressing data: incorrect header check

Should handle more gracefully

 180 relevationGeneralBug ReportLow Negated types are ignored inconsistently Closed
100%
1.2 Task Description

Sometimes a negated type will be ignored.

e.g.:

Fine:

$ relevation -t website java.net

-> Search "java.net" ('website' entries):  1 matches

$ relevation -t -website java.net

-> Search "java.net" ('not website' entries):  No results

Not fine:

$ relevation google.com

-> Search "google.com" ('not folder' entries):  6 matches

$ relevation google.com | grep -c ^Type:\ website
5

$ relevation -t -website google.com

-> Search "google.com" ('not website' entries):  6 matches
$ relevation  -t -website google.com | grep -c ^Type:\ website
5

$ relevation -t website google.com

-> Search "google.com" ('website' entries):  5 matches

Might be due to entries inside folders being repeated?

 179 vcsGeneralTO-DOVery Low Add codec identification for FRAPS captures Closed
100%
1.13 Task Description

mplayer: FPS1

i.e.:
ID_VIDEO_CODEC=fffraps
ID_VIDEO_FORMAT=FPS1

ffmpeg: fraps

i.e.:
Stream #0.0: Video: fraps, yuvj420p, 1680x1050, 30 fps, 30 tbr, 30 tbn, 30 tbc
 177 vcsGeneralTO-DOLow Safe length feedback should print nicer timestamps Closed
100%
1.13 Task Description

Safe length measuring, when probing the video length, prints only the number of seconds and milliseconds, it would be better to display a more readable format.

 174 vcsGeneralBug ReportMedium Video length is checked against mplayer's identificatio ...Closed
100%
1.12.3 Task Description

Internal: Stale code from prior versions, numsecs inside process() uses mplayer’s value instead of the best value to determine video length (and keep or discard timestamps).

As a side-effect, newer code being more strict about array vs string handling can fail easily.

 171 vcsGeneralTO-DOVery Low Deprecate './vcs.conf' in favour of profiles Closed
100%
1.13 Task Description

The function that vcs.conf in current dir accomplished is covered by profiles. If wanted it can still be manually loaded with -C :pwd or -C vcs.conf

 169 vcsGeneralBug ReportLow --ffmpeg and --mplayer documented but ignored Closed
100%
1.12.3 Task Description

No need for description

 167 vcsGeneralSubmitted PatchMedium Improper cleanup of tempdir Closed
100%
1.12.2 Task Description

Originally submitted by Jason Tackaberry

VCS’ temporary dir (and its contents) is not removed on cleanup. Space in /dev/shm is wasted as a result.

Patch attached.

 166 vcsGeneralTO-DOVery Low Support WebM Closed
100%
1.12.2 Task Description

WebM: http://www.webmproject.org/

Uses VP8 video and Vorbis audio.

Current Status:


Identification

MPlayer: Video detected as VP80
FFmpeg:
* 0.5.1+svn20100311: Not supported (fails in the safe-length-detection stage)
* 0.6~svn20100603: Video detected as libvpx


Capture

Both appear to work fine.

 160 vcsGeneralBug ReportCritical AWK getting comma-separated decimals Closed
100%
1.12.1 Task Description

Original report by ya at:

Video Contact Sheet *NIX v1.12, (c) 2007-2010 Toni Corvera
Processing <FILE>...
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                 ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                           ^ syntax error
awk: BEGIN { if (4993,00000000000000000000 == 0) exit 0 ; else exit 1 }
awk:                                                      ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                               ^ syntax error
awk: BEGIN { printf "%.20f", ((4993,00000000000000000000 - 4993.92))+0 }
awk:                                                                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:              ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                 ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                       ^ syntax error
awk: BEGIN { if (() < (0)) print (() * -1) ; else print () }
awk:                                                       ^ syntax error
...
 159 vcsGeneralFeature RequestLow Add alternative for font_filename Closed
100%
1.12.2 Task Description

font_filename is ignored in 1.12

An alternative in the form of (boolean) nonlatin_filenames or similar should be added.

 158 vcsGeneralTO-DOLow Complete manpage Closed
100%
1.13 Task Description

Complete manpage.

 156 vcsGeneralFeature RequestLow Add font_all, bg_all and fg_all Closed
100%
1.12.2 Task Description

Configuration options that will trigger a change of all fonts, background and foreground settings respectively

 154 vcsGeneralBug ReportLow --nonlatin doesn't use the automatically selected font Closed
100%
1.12 Task Description

-I does use it

 122 vcsGeneralTO-DOLow Avoid recapturing Closed
100%
1.12.3 Task Description

When a timestamp is present in more than one set (highlights/std/extended) there’s no need to re-capture it.

See also  FS#123 

 111 mp3plotCore/GeneralFeature RequestLow Support MS Windows Closed
100%
1.0 Task Description

No need for description

 107 vcsGeneralFeature RequestLow Add ffmpeg as video identifier Closed
100%
1.11 Task Description

No need for description

 106 vcsGeneralFeature RequestLow Make mplayer optional Closed
100%
1.11 Task Description

No need for description

 103 vcsGeneralFeature RequestLow Accept percentages in -H Closed
100%
1.11 Task Description

No need for description

 102 vcsGeneralFeature RequestLow Drop sed -r/sed -E detection Closed
100%
1.11 Task Description

No need for description

 100 vcsGeneralBug ReportLow File's own aspect ratio is ignored Closed
100%
1.11 Task Description

No need for description

 99 vcsGeneralBug ReportLow Timestamps font is not used Closed
100%
1.11 Task Description

No need for description

 98 vcsGeneralBug ReportLow Timestamps are styled/unstyled inconsistently across sy ...Closed
100%
1.11 Task Description

No need for description

 96 vcsGeneralBug ReportLow Passing ms to mplayer might make last capture fail Closed
100%
1.11
 86 vcsGeneralFeature RequestLow Tag console messages if there's no colour support Closed
100%
1.11
 84 vcsGeneralTO-DOLow Drop seq/jot Closed
100%
1.11
 76 vcsGeneralBug ReportHigh Failure while capturing last frame Closed
100%
1.11
 51 vcsGeneralFeature RequestVery Low Allow manually setting padding Closed
100%
1.11
 33 vcsGeneralBug ReportLow Filenames in non-latin scripts get printed incorrectly Closed
100%
1.11
 23 vcsGeneralFeature RequestVery Low Make FFmpeg optional Closed
100%
1.11
 3 vcsGeneralFeature RequestMedium Allow setting output filename Closed
100%
1.11
 373 vcsGeneralBug ReportCritical Number of columns is ignored Closed
100%
 365 vcsGeneralBug ReportLow File sizes are rounded Closed
100%
1.13.4
 362 Network Type IndicatorGeneralBug ReportHigh App doesn't load on boot (HTC phones) Closed
100%
1.5.2 (rel. 1xx042)
 361 Network Type IndicatorGeneralTO-DOLow Release 1.5.2 Closed
100%
Meta: Release Cycle
 323 vcsGeneralBug ReportCritical Codec information is misaligned/cropped Closed
100%
1.13.3
 215 Network Type IndicatorGeneralTO-DOVery Low Release 1.5 Closed
100%
Meta: Release Cycle
 157 vcsGeneralFeature RequestLow Make DVD command-line consistent with files command-lin ...Closed
100%
1.12
 148 vcsGeneralFeature RequestVery Low Include generation of config/profile from the command-l ...Closed
100%
1.12
 141 vcsGeneralTO-DOLow Change end_offset behaviour Closed
100%
1.12
 140 vcsGeneralTO-DOVery Low Release 1.12 Closed
100%
1.12
 136 vcsGeneralBug ReportMedium Ubuntu doesn't register fonts with ImageMagick Closed
100%
1.11.2
 120 vcsGeneralTO-DOLow Override-able variables cleanup: New names Closed
100%
1.12
 85 vcsGeneralBug ReportLow Colourised console output doesn't work on FreeBSD Closed
100%
1.11
 81 vcsGeneralFeature RequestVery Low Add profiles support Closed
100%
1.12
 78 vcsGeneralFeature RequestLow Support FreeBSD Closed
100%
1.11
 68 vcsGeneralFeature RequestLow DVD ISO support Closed
100%
1.11
 82 vcsGeneralFeature RequestVery Low Unify profiles and funky modes Closed
100%
?
Showing tasks 101 - 150 of 308 Page 3 of 7

Available keyboard shortcuts

Tasklist

Task Details

Task Editing