summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-16 06:54:22 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-11-16 07:01:46 +0200
commit287b62163eed8811b6cd33716c0691d328947d48 (patch)
tree3143d2cb17b32a19e3e7e0aa428210d1bba3eb0b /DOCS/tech
parent507f4fe6c7811558b1367e4b64855ae7f9bc8da8 (diff)
parentb411278fbb00767b8013604157a43e0203f66f4c (diff)
downloadmpv-287b62163eed8811b6cd33716c0691d328947d48.tar.bz2
mpv-287b62163eed8811b6cd33716c0691d328947d48.tar.xz
Merge svn changes up to r29912
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/MAINTAINERS12
-rw-r--r--DOCS/tech/slave.txt9
2 files changed, 15 insertions, 6 deletions
diff --git a/DOCS/tech/MAINTAINERS b/DOCS/tech/MAINTAINERS
index fcd4566c41..01d23b8c9c 100644
--- a/DOCS/tech/MAINTAINERS
+++ b/DOCS/tech/MAINTAINERS
@@ -40,9 +40,9 @@ Man page translations:
* French: Guillaume Poirier
* German: Sebastian Krämer
* Hungarian: Gabor Mizda
- * Italian: Daniele Forghieri
+ * Italian: Paolo Tresoldi
* Polish: Waclaw Schiller
- * Spanish: Reynaldo H. Verdejo Pinochet (outdated)
+ * Spanish: None
* Russian: Vladimir Voroshilov
Documentation translations:
@@ -52,7 +52,7 @@ Documentation translations:
* Hungarian: Gabor Mizda
* Italian: Paolo Tresoldi
* Polish: Waclaw Schiller
- * Spanish: Reynaldo H. Verdejo Pinochet (outdated)
+ * Spanish: None
* Chinese (simplified): unmaintained, outdated
* Italian: unmaintained, outdated
* Russian: Vladimir Voroshilov
@@ -84,7 +84,7 @@ MPlayer code:
* playtree, input layer: Alban Bedel
* libswscale: Michael Niedermayer, Luca Abeni
* DVB support: Nico Sabbi
- * EDL code: Reynaldo H. Verdejo Pinochet, Oded Shimon
+ * EDL code: Oded Shimon
Imported libs/projects:
* FFmpeg: Michael Niedermayer
@@ -143,8 +143,8 @@ video filters:
audio filters:
* general: Alex Beregszaszi
* af_ladspa.c - Ivo van Poorten
- * af_equalizer.c - Reynaldo H. Verdejo Pinochet
- * af_karaoke.c - Reynaldo H. Verdejo Pinochet
+ * af_equalizer.c - None
+ * af_karaoke.c - None
audio encoders:
* ae_toolame.c, ae_twolame.c and ae_faac.c - Nico Sabbi
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 580275b609..96badf539f 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -34,6 +34,15 @@ For "set_mouse_pos" and "key_down_event", "pausing_keep_force" is the default
since other values do not make much sense for them.
+Various tips and tricks (please help expand it!):
+
+- Try using something like
+ pausing_keep_force pt_step 1
+ get_property pause
+ to switch to the next file. It avoids audio playback starting to play
+ the old file for a short time before switching to the new one.
+
+
Available commands ('mplayer -input cmdlist' will print a list):