-
warning dialog text
... does not match all situations.
sometimes cancel takes you back to the preferences dialog, sometimes it's "preferneces"
-
filename button does not reclaim space
if you first have a very long filename (like with ask-user-for-filename) and then a short one, the button stays wide
-
odditiy with audio capture
kb87850@ubuntu:~/Quellen/xvidcap/trunk$ ~/xvidcap/bin/xvidcap --mf --file test.avi
kb87850@ubuntu:~/Quellen/xvidcap/trunk$ ~/xvidcap/bin/xvidcap --mf --file test.avi --audio yes
kb87850@ubuntu:~/Quellen/xvidcap/trunk$ ~/xvidcap/bin/xvidcap --mf --file test.swf --audio yes
xtoffmpeg.c add_audio_stream(): Konnte das Eingangsgerät für Ton-Aufnahme /dev/dsp nicht finden
kb87850@ubuntu:~/Quellen/xvidcap/trunk$
audio_init fehlte ... war wohl für avi implizit ...
jetzt tut's audio mit flash dennoch nicht
-
revisit FIXMEs
-
mutex assertion
xvidcap: pthread_mutex_lock.c:108: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
this seems to be happening more often with heavy load
may need testing withouth SMP
-
add intltool-* to extra dists
-
warning dialog doesn't always get resized properly
-
fractional framerates
23.97 is not accepted as a valid framerate
ffmpeg changed fractional time handling
-
ppm/pgm does not work
kb87850@ubuntu:~/Quellen/xvidcap/trunk$ ~/xvidcap/bin/xvidcap --sf --file /tmp/test-%04d.pgm
[pgm @ 0x83c7dfc]encoded frame too large
xtoffmpeg.c XImageToFFMPEG(): Fehler beim Enkodieren der Video Daten: c 0x87160e0, outbuf 0x871d498, Größe 27648, frame 0x8710170
-
revisit bitrate calculation
-
soerensen encoding buggy
-
fix man page
-
results dialog with fps < 1
makes results dialog act weird
-
don't wait for next capture when stop pressed
may need to wake sleeping thread
-
floating point exception when fps < 1
-
revisit i18n
watch typos, Vincenzo sent -- remove blanks -- translator_credits
-
bad color error
this happens if when changing the frame, you single-click on a window title ... but only with compiz/cgwd, not metacity. filed issue 0000090 at bugs.compiz.net
Exiting... (Quit)
The program 'xvidcap' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadColor (invalid Colormap parameter)'.
(Details: serial 523419 error_code 12 request_code 91 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
kb87850@ubuntu:~/Quellen/xvidcap/trunk$
-
CTRL-C with --gui no does not clean up?
-
--cpu und --tune-cpu testen mit ffpmeg
-
make install (in deb building) puts wrong URL in omf
-
investigate porting manpage to docbook
-
translate manpage and manual to German
-
remove help command everywhere (and from the docs)
-
put right yelp calls in help buttons everywhere
for some reason the links jump to strange places (somewhat above or below the actual target)