|
227 | vcs | General | TO-DO | Low | Failed blank frame evasion should go back to original t... | Assigned | |
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
|
|
223 | Network Type Indicator | | Feature Request | Very Low | Indicate roaming in status bar | Assigned | |
1.6 |
Task Description
Submitted by Tom
Display alarm or change color to indicate roaming
|
|
220 | Network Type Indicator | | Feature Request | Very Low | Allow turning on/off network connection | Assigned | |
? |
Task Description
Submitted by Tom
Allow turning network connection on/off directly
|
|
216 | Quick File Share | | TO-DO | Low | Release 1.0 | Assigned | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing QFS 0.12
|
|
201 | Network Type Indicator | | Feature Request | Low | Support multi-SIM devices | Assigned | |
? |
Task Description
Suggested by “AB”
Allow choosing what SIM slot to check in dual-SIM devices.
|
|
200 | vcs | General | TO-DO | Very Low | Release 2.0 | Assigned | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing vcs 2.0 .
v2.0 will be a rewrite in Python.
Previous: FS#153
|
|
197 | vcs | General | TO-DO | High | Move away from /dev/shm | Assigned | |
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
|
|
196 | vcs | General | TO-DO | Medium | ffmpeg is deprecated | Assigned | |
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 .
|
|
194 | vcs | General | Feature Request | Medium | Files incorrectly reporting "too short" length aren't d... | Researching | |
? |
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.
|
|
193 | mp3plot | Core/General | TO-DO | Low | Release 1.0 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 1.0
Previous: FS#192
|
|
192 | mp3plot | Core/General | TO-DO | Low | Release 0.7.0 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 0.7
Previous: FS#191
Next: FS#193
|
|
191 | mp3plot | Core/General | TO-DO | Low | Release 0.6.1 | New | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing mp3plot 0.6.1
Next: FS#192
|
|
190 | mp3plot | Core/General | TO-DO | Low | Drop "spinner" | Completed | |
0.6.1 |
Task Description
The spinner, used to show progress adds a lot of overkill just to give some feedback while working
|
|
178 | vcs | General | Submitted Patch | Low | ffmpeg + piped mplayer dump can be used to identify | Requires testing | |
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… ”
|
|
172 | vcs | General | TO-DO | Very Low | Don't autoload './vcs.conf' | Assigned | |
1.14 |
Task Description
See FS#171
|
|
164 | vcs | General | Bug Report | Very Low | Implement instrumentation | Assigned | |
? |
Task Description
No need for description
|
|
163 | vcs | General | TO-DO | Very Low | Move rarely used features to plugins | Assigned | |
? |
Task Description
No need for description
|
|
162 | vcs | General | TO-DO | Very Low | Implement plugins | Assigned | |
2.0 |
Task Description
No need for description
|
|
155 | vcs | General | Bug Report | Low | Colourised messages are printed before colour disabling... | Assigned | |
|
Task Description
No need for description
|
|
153 | vcs | General | TO-DO | Very Low | Release 1.14 | Limbo | |
Meta: Release Cycle |
Task Description
This is a meta-item depending on bugs/features required to complete before releasing vcs 1.14
Previous: FS#152 FS#218 FS#224 FS#250 FS#366
|
|
151 | vcs | General | TO-DO | Low | Override-able variables cleanup: Removal of deprecated ... | Assigned | |
1.14 |
Task Description
Introduce new names in 1.12 ( FS#120 )
Remove old names in 1.13 or 1.14 (this)
|
|
147 | vcs | General | Feature Request | Medium | Configuration options revamp | Assigned | |
1.14 |
Task Description
The available configuration options need a serious review and renaming. Old names will be accepted with warnings for either two releases or six months.
Also, should provide a sample configuration file so that the syntax and options are clearer.
|
|
139 | mp3plot | Core/General | Bug Report | Medium | Inconsistent results across arches | Researching | |
? |
Task Description
Running in Fedora Core 10 i686 (KVM) yields one 128k frame less and a different “theoretical size” than in Debian amd64, in one sample, and the same number of frames but 2 bytes less in another.
|
|
137 | vcs | General | Bug Report | Medium | Hang with RM files | Unconfirmed | |
|
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.
|
|
134 | mp3plot | Core/General | Bug Report | Medium | rpm specfile uses finger | Completed | |
0.6.1 |
Task Description
finger is not installed/enabled by default in at least FC12. Replace it with something better like grepping /etc/passwd
|
|
133 | mp3plot | Core/General | Bug Report | Medium | rpmbuild refuses package revision | Completed | |
0.6.1 | |
|
126 | vcs | General | Feature Request | Very Low | Edge detection / blur evasion (mtn feature) | Deferred | |
| |
|
125 | vcs | General | Feature Request | Very Low | Blank screen evasion (mtn feature) | Deferred | |
1.14 | |
|
124 | vcs | General | Feature Request | Low | Better looking timestamps | Assigned | |
| |
|
118 | vcs | General | Feature Request | Low | Create manpage | Deferred | |
| |
|
117 | mp3plot | Core/General | Feature Request | Low | Handle free-form bitrate | New | |
1.0 | |
|
116 | mp3plot | Image output | Bug Report | Low | Optionally display generated image | New | |
0.7.0 | |
|
115 | mp3plot | Image output | Feature Request | Low | Allow user-specified output image size | New | |
0.7.0 | |
|
109 | vcs | General | Bug Report | Medium | Failure to capture with packed B-frames in AVI | Unconfirmed | |
| |
|
104 | vcs | General | Feature Request | Very Low | Accept percentages in --from and --to | Deferred | |
| |
|
101 | vcs | General | Bug Report | Low | Heading bleeds into left side of contact sheet when tit... | Deferred | |
| |
|
95 | vcs | General | Bug Report | Low | Running vcs from find fails on WMVs. They work directly... | Unconfirmed | |
| |
|
93 | vcs | General | Bug Report | Very Low | grep -o is not portable | Assigned | |
1.14 | |
|
92 | vcs | General | Feature Request | Very Low | Support OpenSolaris/SunOS | Limbo | |
2.0 | |
|
69 | vcs | General | Feature Request | Very Low | Image mode | Limbo | |
| |
|
56 | vcs | General | Feature Request | Low | Add transcode as possible capturer | Deferred | |
1.14 | |
|
54 | vcs | General | Bug Report | Low | minutes printed as hours with mplayer | Unconfirmed | |
| |
|
53 | vcs | General | Bug Report | Low | ffmpeg doesn't accept file names with spaces | Unconfirmed | |
| |
|
52 | vcs | General | Feature Request | Very Low | Allow review of screenshots before composing | Limbo | |
? | |
|
50 | vcs | General | Feature Request | Very Low | Allow setting text outlines | Deferred | |
| |
|
41 | vcs | General | Feature Request | Low | Adjust timestamps size to capture size | Requires testing | |
| |
|
32 | vcs | General | Bug Report | High | vcs gets stuck on first capture (or during probe) | Researching | |
| |
|
5 | vcs | General | Bug Report | Medium | Meta-information gets overlapped with small contact she... | Assigned | |
| |