summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2014-01-30 10:36:53 +0100
committerJohns <johns98@gmx.net>2014-01-30 10:36:53 +0100
commitf73f7a28f3d4c4e8d9848fbc195f3db76adc79b2 (patch)
treee89984374849c58d98afeda00164bbbbe758dee5
parent340e10a0eb66eff59581371d3bfcebb602da8046 (diff)
downloadvdr-plugin-softhddevice-f73f7a28f3d4c4e8d9848fbc195f3db76adc79b2.tar.gz
vdr-plugin-softhddevice-f73f7a28f3d4c4e8d9848fbc195f3db76adc79b2.tar.bz2
Fix spelling in arguments help.
-rw-r--r--ChangeLog1
-rw-r--r--Todo2
-rw-r--r--softhddev.c4
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f71f899..e4b9a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
User johns
Date:
+ Fix spelling in arguments help.
Add Workaround for alsa blocking audio device.
Improves thread handling for audio flush and close.
diff --git a/Todo b/Todo
index 863de11..fbc0fb4 100644
--- a/Todo
+++ b/Todo
@@ -45,6 +45,7 @@ video:
still-picture of PES recordings should use VideoMpegEnqueue.
convert PIX_FMT_... PixelFormat to new names AV_PIX_FMT_..., AVPixelFormat.
atmo service support 3D grab
+ no warnings during still picture
vdpau:
software deinterlace path not working.
@@ -127,6 +128,7 @@ unsorted:
svdrp prim: support plugin names for device numbers.
Workaround exists: hangup PipVideoStream -> Vdpau_get_format -> xcb -> poll
+ lock DecoderLockMutex
+ check compiletime and runtime ffmpeg/libav version during init.
future features (not planed for 1.0 - 1.5)
diff --git a/softhddev.c b/softhddev.c
index b88290e..e5c937e 100644
--- a/softhddev.c
+++ b/softhddev.c
@@ -2888,8 +2888,8 @@ const char *CommandLineHelp(void)
"\tstill-hw-decoder\tenable hardware 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-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-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"
"\tignore-repeat-pict\tdisable repeat pict message\n"
" -D\t\tstart in detached mode\n";
}