Skip to content

Commit

Permalink
Merge svn changes up to r26510
Browse files Browse the repository at this point in the history
r26469 and r26470 (which revert files to inferior versions "because
it's policy") are ignored.
  • Loading branch information
Uoti Urpala committed Apr 23, 2008
2 parents e14d43f + c051bef commit 70e0372
Show file tree
Hide file tree
Showing 97 changed files with 1,802 additions and 422 deletions.
1 change: 1 addition & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ MPlayer (1.0)
* Support for DTS WAV/DTS-CD passthrough by ad_hwac3
* Apple's raw YUV2 in MOV
* LATM over LOAS AAC decoding via internal libfaad2
* Video game codecs: BFI video

Demuxers:
* -lavfdopts cryptokey allows decrypting MXF and ASF files
Expand Down
54 changes: 46 additions & 8 deletions DOCS/man/fr/mplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" synced with r26019
.\" synced with r26460
.\" Encoding: iso-8859-1
.\" MPlayer (C) 2000-2008 MPlayer Team
.\" The English man page was/is done by Gabucino, Diego Biurrun, Jonas Jermann
Expand Down Expand Up @@ -302,7 +302,7 @@ Saute au d
.IPs "D (\-vo xvmc, \-vf yadif et \-vf kerndeint uniquement)"
Active/désactive le désentrelacement.
.IPs "A"
Bascule entre les angles du DVD.
Bascule entre les angles du DVD disponibles.
.RE
.PD 1
.PP
Expand Down Expand Up @@ -684,6 +684,10 @@ La variable d'environnment MPLAYER_CHARSET vous permettra de ne plus subir
la troncature des premières lignes affichées.
.
.TP
.B \-msgcolor
Colorise la sortie console dans les terminaux supportant les couleurs ANSI.
.
.TP
.B \-msglevel <all=<niveau>:<module>=<niveau>:...>
Contrôle directement le niveau de verbosité de chaque module.
Le module 'all' change le niveau de verbosité de tous les modules
Expand Down Expand Up @@ -726,6 +730,32 @@ niveau de debug 4
.PD 1
.
.TP
.B \-msgmodule
Préfixe les messages console du nom du module concerné.
.
.TP
.B \-noconfig <options>
Ne tient pas compte des fichiers de configuration donnés.
.br
.I NOTE:
Si les options \-include ou \-use\-filedir\-conf sont donnés en ligne de commande,
elles seront honorées.
.sp 1
Les options disponibles sont\ :
.PD 0
.RSs
.IPs "all\ \ "
tous les fichiers de configuration
.IPs "gui (GUI uniquement)"
le fichier de l'interface graphique (GUI)
.IPs system
la configuration du système
.IPs "user\ "
la configuration de l'utilisateur
.RE
.PD 1
.
.TP
.B "\-quiet\ "
Avec cette option, la ligne d'état (c-a-d A: 0.7 V: 0.6 A-V: 0.068 ...) ne
sera pas affichée.
Expand Down Expand Up @@ -880,7 +910,7 @@ Actuellement les pilotes suivants fonctionnent avec fixed-vo: gl, gl2, mga,
svga, x11, xmga, xv, xvidix et dfbmga.
.
.TP
.B \-framedrop (voir aussi \-hardframedrop, ne fonctionne qu'avec \-no-correct-pts)
.B \-framedrop (voir aussi \-hardframedrop, expérimental sans \-no\-correct\-pts)
Saute l'affichage de certaines trames pour maintenir la synchro A/V sur
les machines lentes.
Les filtres vidéo ne sont pas appliqués sur de telles trames.
Expand All @@ -901,7 +931,7 @@ Ne fonctionne pas en tant qu'option de fichier de configuration.
Affiche un court résumé des options.
.
.TP
.B \-hardframedrop (ne fonctionne qu'avec \-no-correct-pts)
.B \-hardframedrop (expérimental sans \-no\-correct\-pts)
Saute les trames de façon plus brutale (casse le décodage).
Mène à des distorsions d'image!
.
Expand Down Expand Up @@ -939,6 +969,7 @@ Dans certains cas, vous aurez encore plus d'informations en utilisant
\-msglevel identify=6.
Par exemple, pour les DVDs, cela listera la durée de chaque titre et de
chaque chapitre, tout comme le numéro d'identifiant du DVD.
Ajoutez l'option \-frames 0 pour supprimer toute sortie console superflue.
Le script TOOLS/\:midentify supprime le reste de l'affichage et (espérons-le)
formate les noms de fichiers pour le shell.
.
Expand Down Expand Up @@ -6289,7 +6320,7 @@ p(x,y)\ : retourne la valeur du pixel de coordonn
Génère divers motifs de test.
.
.TP
.B rgbtest
.B rgbtest[=largeur:hauteur]
Génère un motif de test RGB utile pour détecter les problèmes entre RGB BGR.
Vous devriez voir une frise rouge, verte et bleue du haut vers le bas.
.RSs
Expand Down Expand Up @@ -8236,8 +8267,10 @@ Algorithme de d
macro-block dans tous les modes et choisit le meilleur.
C'est lent mais permet d'améliorer la qualité visuelle et réduire la taille
du fichier.
Quand mbd est mis à 1 ou 2, la valeur de de mbcmp est ingnoré quand les
macro-blocks sont comparés entre eux.
Quand mbd est mis à 1 ou 2, la valeur de de mbcmp est ignoré quand les
macro-blocks sont comparés entre eux (la valeur de mbcmp reste utilisée dans
d'autres endroits, en particulier dans les algorithmes de recherche de
mouvement).
En revanche, si l'une des options de comparaisons (precmp, subcmp, cmp, or
mbcmp) n'est pas à zéro, une recherche de mouvement half-pel plus lente et
de meilleure qualité est utilisée, quel que soit la valeur de mbd.
Expand Down Expand Up @@ -9115,6 +9148,8 @@ Cela ne semble utile que pour les encodages
.B mbcmp=<0\-2000>
Choisit la fonction de comparaison pour décider du meilleur du macroblock
à coder, n'a d'effet que si mbd=0.
Est aussi utilisé dans certaines fonctions de recherche de mouvement, auquel cas
a un effet quelquesoit la valeur de mbd.
.PD 0
.RSs
.IPs "0 (SAD)"
Expand Down Expand Up @@ -11003,7 +11038,10 @@ NUT open container format (exp
.IPs "mov\ \ "
QuickTime
.IPs "mp4\ \ "
MPEG-4 format
format MPEG-4
.IPs "ipod\ "
format MPEG-4 avec les drapeaux supplémentaires requis par les micrologiciels
(firmware) des iPods d'Apple
.IPs "dv\ \ \ "
Sony Digital Video container
.RE
Expand Down
43 changes: 40 additions & 3 deletions DOCS/man/hu/mplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" Synced with r26297
.\" Synced with r26460
.\" MPlayer (C) 2000-2008 MPlayer Team
.\" Ezt a man oldalt Gabucino, Diego Biurrun �s Jonas Jermann k�sz�ti/k�sz�tette
.\" Karbantart�: Gabrov
Expand Down Expand Up @@ -33,7 +33,7 @@
.\" N�v
.\" --------------------------------------------------------------------------
.
.TH MPlayer 1 "2008. 04. 05." "MPlayer Project" "A film lej�tsz�"
.TH MPlayer 1 "2008. 04. 21." "MPlayer Project" "A film lej�tsz�"
.
.SH N�V
mplayer \- film lej�tsz�
Expand Down Expand Up @@ -649,6 +649,10 @@ Ez csak a parancssor
Az MPLAYER_CHARSET k�rnyezeti v�ltoz�val szabadulhatsz meg az els�
sorok elrontott kimenet�t�l.

.
.TP
.B \-msgcolor
Enged�lyezi a sz�nes konzol kimenetet az ANSI sz�neket t�mogat� termin�lokon.
.
.TP
.B \-msglevel <all=<szint>:<module>=<szint>:...>
Expand Down Expand Up @@ -691,6 +695,32 @@ b
.PD 1
.
.TP
.B \-msgmodule
Minden egyes konzol �zenet el� beilleszti a modul nev�t.
.
.TP
.B \-noconfig <opci�k>
Ne �rtelmezze a kiv�laszott konfigur�ci�s f�jlokat.
.br
.I MEGJEGYZ�S:
Ha a \-include vagy \-use\-filedir\-conf opci�k adottak a
parancssorban, figyelembe lesznek v�ve.
.sp 1
El�rhet� opci�k:
.PD 0
.RSs
.IPs "all\ \ "
minden konfigur�ci�s f�jl
.IPs "gui (csak GUI)"
GUI konfigur�ci�s f�jl
.IPs system
rendszer konfigur�ci�s f�jl
.IPs "user\ "
felhaszn�l�i konfigur�ci�s f�jl
.RE
.PD 1
.
.TP
.B "\-quiet\ "
Hat�s�ra a konzoli kimeneti sorok kev�sb� lesznek besz�desek;
alaphelyzetben megakad�lyozza, hogy a st�tuszsor
Expand Down Expand Up @@ -3227,6 +3257,7 @@ m
.TP
.B \-zrbw (csak \-vo zr)
Fekete feh�r lej�tsz�s.
Az optim�lis teljes�tm�nyhez kombin�lhat� a '\-lavdopts gray' kapcsol�val.
.
.TP
.B \-zrcrop <[sz�less�g]x[magass�g]+[x offszet]+[y offszet]> (csak \-vo zr)
Expand Down Expand Up @@ -4316,7 +4347,7 @@ T
.I P�LDA:
.PD 0
.RSs
\-lavdopts skiploopfilter=all:skipframe=nonref
\-lavdopts gray:skiploopfilter=all:skipframe=nonref
.RE
.PD 1
.sp 1
Expand Down Expand Up @@ -4419,6 +4450,8 @@ hib
kompenz�ci�, az alap�rtelmezett kvant�l�si m�trix felt�telezett haszn�lata,
YUV 4:2:0 felt�telez�se �s m�g n�h�ny ellen�rz�s kihagy�sa a hib�s bitfolyamok
megtal�l�s�ra.
.IPs "gray\ "
csak fekete-feh�r dek�dol�s (egy kicsit gyorsabb, mint sz�nekkel)
.IPs "idct=<0\-99> (l�sd \-lavcopts)"
A legjobb dek�dol�si min�s�g�rt haszn�ld ugyan azt az IDCT algoritmust a
dek�dol�shoz �s a k�dol�shoz. B�r az alaposs�g ezzel kicsit romolhat.
Expand Down Expand Up @@ -8357,6 +8390,10 @@ j
darabolt, strukt�r�lt m�d H.263+-hoz
.
.TP
.B "gray\ \ \ "
csak fekete-feh�r k�dol�s (gyorsabb)
.
.TP
.B vfdct=<0\-10>
DCT algoritmus
.PD 0
Expand Down
71 changes: 54 additions & 17 deletions DOCS/man/zh/mplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" sync with en/mplayer.1 r26057
.\" sync with en/mplayer.1 r26460
.\" Encoding: UTF-8
.\" Reminder of hard terms which need better/final solution later:
.\" /capture; playtree in parent list; colorkey; retrace; desync; downmix;
Expand Down Expand Up @@ -286,8 +286,10 @@ MPlayer 有个完全可配置的, 命令驱动的控制层,
用 OSD 显示文件名。
.IPs "! 和 @"
寻到前一章节/后一章节的开始处。
.IPs "D (仅用于\-vo xvmc, \-vf yadif, \-vf kerndeint)"
激活/撤销去交错。
.IPs "D(仅用于\-vo xvmc, \-vf yadif, \-vf kerndeint)"
激活/禁用解隔行扫描过滤器。
.IPs "A"
在可用的 DVD 视角间循环切换。
.RE
.PD 1
.PP
Expand Down Expand Up @@ -634,6 +636,10 @@ lavcopts=mbd=2:trell=yes:v4mv=yes
环境变量 MPLAYER_CHARSET 能帮你去除开头几行混乱的输出。
.
.TP
.B \-msgcolor
在支持 ANSI 彩色标准的终端上启用彩色控制屏幕。
.
.TP
.B \-msglevel <all=<级别>:<模块>=<级别>:...>
直接对各个模块控制冗赘度。
此 "all" 模块改变所有模块(虽然没有在命令行中显式指定)的冗赘级别。
Expand Down Expand Up @@ -672,6 +678,32 @@ lavcopts=mbd=2:trell=yes:v4mv=yes
.PD 1
.
.TP
.B \-msgmodule
在每条控制屏幕消息前加上模块名。
.
.TP
.B \-noconfig <若干选项>
不解析所选的配置文件。
.br
.I 注意:
如果命令行中指定了 \-include 或 \-use\-filedir\-conf 选项,
那么这些选项将优先生效。
.sp 1
可用选项有:
.PD 0
.RSs
.IPs "all\ \ "
所有的配置文件
.IPs "gui(仅仅是 GUI)"
GUI 的配置文件
.IPs system
系统配置文件
.IPs "user\ "
用户配置文件
.RE
.PD 1
.
.TP
.B "\-quiet\ "
使得控制台消息少输出; 特别地, 阻止状态行
(即 A: 0.7 V: 0.6 A-V: 0.068 ...)的显示。
Expand Down Expand Up @@ -801,7 +833,7 @@ MOUSE_BTN0\-MOUSE_BTN0_DBL。
xv, xvidix 和 dfbmga。
.
.TP
.B \-framedrop(也请参见 \-hardframedrop,只能与 -no-correct-pts 一起使用
.B \-framedrop(也请参见 \-hardframedrop,未指定 -no-correct-pts 时只可用于实验
跳过显示一些帧从而在慢的机器上保持 A/V 同步。
视频滤镜不会应用到这些帧上。对于 B-帧 甚至解码也完全跳过。
.
Expand All @@ -815,7 +847,7 @@ xv, xvidix 和 dfbmga。
显示简短的选项概要。
.
.TP
.B \-hardframedrop(只能与 -no-correct-pts 一起使用
.B \-hardframedrop(未指定 -no-correct-pts 时只可用于实验
更加密集的丢帧(中断解码过程)。将导致图像失真!
注意,libmpeg2 解码器尤其可能在使用该选项后崩溃,所以请考虑使用
“\-vc ffmpeg12,”。
Expand All @@ -841,12 +873,13 @@ mplayer \-heartbeat\-cmd "gnome\-screensaver\-command \-p" file
.
.TP
.B \-identify
是 \-msglevel identify=4 的简式。使用易于分析的格式显示文件参数。
也打印更详细的字幕信息和音轨语言和 ID。
在某些情形下, 你使用 \-msglevel identify=6 能得到更多的信息。
例如, 对于 DVD 能列出每个标题的章节和时长,以及一个碟片 ID 号。
wrapper(封套) 脚本 TOOLS/\:midentify 能抑制 MPlayer 的其它输出
并(希望能) shellescapes(脚本转义) 文件名。
是 \-msglevel identify=4 的简写形式。使用便于解析的格式显示文件参数。
同时打印更为详细的关于字幕和音轨的语言与 ID 号的信息。
在某些情形下,使用 \-msglevel identify=6 能得到更多的信息。
例如,对于一张 DVD 碟片,该选项能列出每个标题的章节和时长,以及一个碟片 ID 号。
将此选项与 \-frames 0 一起使用能禁止所有输出。
封装脚本 TOOLS/\:midentify 禁止 MPlayer 的其它输出,
并且(很可能)shellescapes(脚本转义)了文件名。
.
.TP
.B \-idle (也请参见 \-slave)
Expand Down Expand Up @@ -7316,10 +7349,11 @@ iter(递归重叠的区块,仅用于snow)
.B mbd=<0\-2>(另参见*cmp、qpel)
宏块决策算法(高质量模式),将每个宏块在所有的模式下编码然后选择最佳的模式。
该模式运行很慢,但能使质量提高,文件大小降低。
当mbd设为1或2时,比较宏块过程中将不考虑mbcmp的值。
然而当某个比较设置(precmp、subcmp、cmp或mbcmp)为非零值时,将会使用一种更慢但更
好的半像素运动搜索模式,而不管mbd设为何值。
如果设置了qpel参数,则将肯定使用四分之一像素运动搜索模式。
当 mbd 设为1或2时,比较宏块过程中将不考虑 mbcmp 的值(但是其它地方还是使用
了 mbcmp 值,特别是运动搜索算法中)。
然而当某个比较设置(precmp、subcmp、cmp 或 mbcmp)为非零值时,将会使用一种更慢但更
好的半像素运动搜索模式,而不管 mbd 设为何值。
如果设置了 qpel 参数,则将肯定使用四分之一像素运动搜索模式。
.PD 0
.RSs
.IPs 0
Expand Down Expand Up @@ -8107,7 +8141,8 @@ vlc编码(Golomb-Rice)
.
.TP
.B mbcmp=<0\-2000>
设置用于宏块决策的比较函数,只有当mbd=0时才有作用。
设置用于宏块决策的比较函数,只有当 mbd=0 时才有作用。
该选项也用于一些运动搜索函数中,此时不管 mbd 设置如何它都有作用。
.PD 0
.RSs
.IPs "0 (SAD)"
Expand Down Expand Up @@ -9727,8 +9762,10 @@ NUT开放容器格式(实验性)
QuickTime
.IPs "mp4\ \ "
MPEG-4格式
.IPs "ipod\ "
含有苹果 iPod 固件所需额外标志数据的 MPEG-4 格式
.IPs "dv\ \ \ "
Sony数字视频容器格式
Sony 数字视频容器格式
.RE
.PD 1
.TP
Expand Down
3 changes: 2 additions & 1 deletion DOCS/xml/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ endif
HTML_STYLESHEET ?= ../default.css

# This is the main target...
.PHONY: all html-chunked html-single xmllint
all: html-chunked html-single
html-chunked: $(HTMLDIR)/index.html
html-single: $(HTMLFILE)
Expand Down Expand Up @@ -77,3 +76,5 @@ $(filter-out main.xml, $(patsubst ../en/%,%, $(wildcard ../en/*.xml))):
distclean:
rm -f main.xml
rm -f `find *.xml -type l`;

.PHONY: all html-chunked html-single xmllint distclean
Loading

0 comments on commit 70e0372

Please sign in to comment.