1
mirror of https://github.com/mpv-player/mpv synced 2024-11-18 21:16:10 +01:00
Commit Graph

869 Commits

Author SHA1 Message Date
voroshil
ebf6fb21de r22331: Remove some #if 0 code
r22426: warn users about DRM asf files, patch by zuxy meng
r22428: wrong capitolization, thats a comma not a period
r22483: Fix unkown --> unkNown typo.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22530 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-12 17:49:09 +00:00
diego
196bee14d3 Fix unkown --> unkNown typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22483 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-07 01:31:29 +00:00
kraymer
5de53fffeb mplayer.1
r22408: add -tv driver=help entry, also add dshow tv driver
r22409: 10l: dshow isnt in svn yet
r22453: add -xvfwopts compdata suboption to man page
r22461: -nomouseinput is no longer X11 only.

help_mp-de.h
r22228: Select the first charmap in the font, if FreeType did not autoselect any.
r22276: Reallocate event_images_t, removing limit on simultanious events count.
r22292: make message translatable
r22331: remove some #if 0 code
r22426: warn users about DRM asf files, patch by zuxy meng
r22428: wrong capitolization, thats a comma not a period


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22480 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-06 19:10:36 +00:00
Gabrov
4fadeb9c2b synced with r22428
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22471 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-05 18:20:35 +00:00
compn
f70cce4301 wrong capitolization, thats a comma not a period
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22428 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 21:39:28 +00:00
compn
bad67f49c3 warn users about DRM asf files, patch by zuxy meng
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22426 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-03 21:32:13 +00:00
Gabrov
f23e43ba3f synced with r22331
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22332 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-24 09:45:16 +00:00
uau
46c3f03853 Remove some #if 0 code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22331 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-24 07:28:07 +00:00
Gabrov
057994cdec synced with r22292
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22328 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-23 22:04:37 +00:00
voroshil
cc1056473d r22276: Reallocate event_images_t, removing limit on simultanious events count.
r22292: make message translatable


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22312 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-22 16:14:44 +00:00
ivo
3e3ad56106 make message translatable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22292 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-20 17:19:06 +00:00
eugeni
beaa890438 Reallocate event_images_t, removing limit on simultanious events count.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22276 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-19 17:44:29 +00:00
voroshil
eba7b065f7 r22184: When setting the non-audio bit for hwac3 output, just try to set the...
r22185: only output fail/success message, this was wrong from the beginning
r22228: Select the first charmap in the font, if FreeType did not autoselect any.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22234 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-16 18:53:19 +00:00
eugeni
1400b0f436 Select the first charmap in the font, if FreeType did not autoselect any.
This happens, for example, with fonts only having an Apple Roman charmap.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22228 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-15 22:03:09 +00:00
kraymer
ecdd5cb5dd r22184: When setting the non-audio bit for hwac3 output, ...
r22185: only output fail/success message, this was wrong from the beginning


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22186 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-09 20:09:52 +00:00
kraymer
ca6bb8af93 only output fail/success message, this was wrong from the beginning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22185 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-09 19:57:56 +00:00
cladisch
d091c1165b When setting the non-audio bit for hwac3 output, just try to set the
AES0 parameter in the device name instead of poking around inside ALSA's
configuration structures.  This means that the non-audio bit will be set
even if the user-specified device name tries to clear it.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22184 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-09 19:49:31 +00:00
kraymer
2c2a39d307 missing escape character
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22178 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-08 17:11:21 +00:00
voroshil
ec7dd2435e r22139: Try to clarify scale filter usage hint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22154 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 18:21:14 +00:00
kraymer
26d0f37771 r22123: tinterlace mode 4 leaves height unchanged.
r22127: Fix vqscale description to match at least somewhat the code.
r22137: formatting/wording
r22138: wording/formatting
r22139: Try to clarify scale filter usage hint.
remove duplicate word


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22142 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 12:52:11 +00:00
diego
2b4b1f43cd Try to clarify scale filter usage hint.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22139 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 12:12:47 +00:00
ptt
bb131fc2ff synced up to r21906
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22025 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-27 14:10:37 +00:00
Gabrov
43138c7dbf synced with r21906
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21991 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-21 22:42:06 +00:00
kraymer
22de9acca9 version bump (for changes in r21907)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21951 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-17 14:09:48 +00:00
voroshil
b64b939de6 sync tag update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21919 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 06:32:53 +00:00
diego
1304a06dc4 Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21907 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 11:58:15 +00:00
diego
cae4f4e7b4 DO NOT recommend or even suggest installing codecs.conf.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21906 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 11:57:40 +00:00
kraymer
b77e3558ea sync with r21655, based on a file conversion of help_mp-zh_CN.h
file provided by Eric Wang, eric7wang gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21731 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-22 22:56:07 +00:00
reynaldo
1eba01588f fix correct addressing of user, some gram and ortographical fixes too - only partial
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21726 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-22 06:31:51 +00:00
kraymer
dd5f42518d sync of Spanish translation for help_mp-es.h
patch by Fernando Tarín (icemanf gmail com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21723 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 23:10:18 +00:00
kraymer
fe4efe729e alsa messages for Spanish help file
patch by Fernando Tarin, lists.im gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21701 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 15:31:50 +00:00
kraymer
05e5efc270 sync with r21655
patch by Eric Wang, eric7wang gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21695 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 08:33:49 +00:00
kraymer
2512e1371e add source files comments to libass messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21694 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 00:08:49 +00:00
kraymer
9bee96649a Spanish translation for libass help messages
patch by Fernando Tarín (icemanf gmail com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21693 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 23:46:30 +00:00
voroshil
c395452594 r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
r21655: make messages for success/failure of setting dvd-speed more clear


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21661 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 20:33:30 +00:00
kraymer
5a6d86e2d2 r21654: add man page entry for new -dvd-speed option
r21655: (*added) make messages for success/failure of setting dvd-speed more clear


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21657 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 18:56:04 +00:00
kraymer
1c9619e8f2 make messages for success/failure of setting dvd-speed more clear
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21655 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 18:28:55 +00:00
nicodvb
1b03ddac28 support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21652 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 18:10:49 +00:00
jheryan
fed4ba1a64 Synced with 30.11.2006
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21526 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-07 13:02:40 +00:00
kraymer
01c7b6175f help_mp-de.h:
r21367: If a glyph is not found in the current font, switch to another one.
r21476: Open embedded fonts directly from memory. [...]

mplayer.1:
r21357: Cycling through video tracks works with libavformat as well.
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
r21399: fix suggested by Diego
r21410: document new meaning of dia=-1 introduced by lavc r7192
r21413: mark lavc's uneven multi-hexagon search as slow, remove stray '.'
r21430: documented -mpegopts :[va]buf_size
r21441: Audio track switching works for AVI and libavformat as well.
r21446: Remove long-deprecated -vop option.
r21449: Merge dga/nodga suboption of vo_vesa, no short forms.
r21452: document s3fb video out driver
r21484: documented -mpegopts :tele_src and :tele_dest
r21486: Improoving readability of pullup filter section
r21487: document s3fb suboption, [...]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21493 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 19:06:19 +00:00
kraymer
9f8e6d8f6b fix sentence, reformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 18:07:00 +00:00
voroshil
243e519248 r21476: Open embedded fonts directly from memory....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21490 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 16:45:17 +00:00
eugeni
92256c07d1 Open embedded fonts directly from memory.
FontConfig 2.4.2 (released yesterday) supports scanning fonts with
FcFreeTypeQueryFace without writing them to disk. With earlier FontConfig
versions, the old mechanism is used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21476 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 18:24:11 +00:00
voroshil
f68a99a69d r21367: If a glyph is not found in the current font, switch to another one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21400 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-30 15:49:30 +00:00
eugeni
9fdb13fd53 If a glyph is not found in the current font, switch to another one.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21367 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-28 22:50:02 +00:00
voroshil
3fc84f052d r21306: fix compilation for win32 dll codec support for intel osx
r21328: localization of parser-m*cmd.c messages
r21332: insert line break for overly long line (second line indented)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21361 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-28 18:41:47 +00:00
kraymer
a378f3edaf help messages:
r21306: fix compilation for win32 dll codec support for intel osx
r21328: localization of parser-m*cmd.c messages
r21332: insert line break for overly long line (second line indented)

man page:
r21221: improve description of x264's deadzone* options
r21228: fix typos noticed by Diego
r21254: nits and picks by The Wanderer :)
r21255: typo in deadzone_inter
r21298: "D" interactive key also works with yadif now


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21334 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 17:22:31 +00:00
kraymer
98f0345059 insert line break for overly long line (second line indented)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21332 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 16:56:57 +00:00
ptt
c846ef4a98 localization of parser-m*cmd.c messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21328 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 15:46:36 +00:00
nplourde
fc59977ac9 fix compilation for win32 dll codec support for intel osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21306 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-27 02:44:06 +00:00