Fix spelling in arguments help.

This commit is contained in:
Johns 2014-01-30 10:36:53 +01:00
parent 340e10a0eb
commit f73f7a28f3
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
User johns User johns
Date: Date:
Fix spelling in arguments help.
Add Workaround for alsa blocking audio device. Add Workaround for alsa blocking audio device.
Improves thread handling for audio flush and close. Improves thread handling for audio flush and close.

2
Todo
View File

@ -45,6 +45,7 @@ video:
still-picture of PES recordings should use VideoMpegEnqueue. still-picture of PES recordings should use VideoMpegEnqueue.
convert PIX_FMT_... PixelFormat to new names AV_PIX_FMT_..., AVPixelFormat. convert PIX_FMT_... PixelFormat to new names AV_PIX_FMT_..., AVPixelFormat.
atmo service support 3D grab atmo service support 3D grab
no warnings during still picture
vdpau: vdpau:
software deinterlace path not working. software deinterlace path not working.
@ -127,6 +128,7 @@ unsorted:
svdrp prim: support plugin names for device numbers. svdrp prim: support plugin names for device numbers.
Workaround exists: hangup PipVideoStream -> Vdpau_get_format -> xcb -> poll Workaround exists: hangup PipVideoStream -> Vdpau_get_format -> xcb -> poll
+ lock DecoderLockMutex + lock DecoderLockMutex
check compiletime and runtime ffmpeg/libav version during init.
future features (not planed for 1.0 - 1.5) future features (not planed for 1.0 - 1.5)

View File

@ -2888,8 +2888,8 @@ const char *CommandLineHelp(void)
"\tstill-hw-decoder\tenable hardware decoder for still-pictures\n" "\tstill-hw-decoder\tenable hardware decoder for still-pictures\n"
"\tstill-h264-hw-decoder\tenable h264 hw decoder for still-pictures\n" "\tstill-h264-hw-decoder\tenable h264 hw decoder for still-pictures\n"
"\talsa-driver-broken\tdisable broken alsa driver message\n" "\talsa-driver-broken\tdisable broken alsa driver message\n"
"-talsa-no-close-open\tdisable close open to fix alsa no sound bug\n" "\talsa-no-close-open\tdisable close open to fix alsa no sound bug\n"
"-talsa-close-open-delay\tenable close open delay to fix no sound bug\n" "\talsa-close-open-delay\tenable close open delay to fix no sound bug\n"
"\tignore-repeat-pict\tdisable repeat pict message\n" "\tignore-repeat-pict\tdisable repeat pict message\n"
" -D\t\tstart in detached mode\n"; " -D\t\tstart in detached mode\n";
} }