1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 20:34:58 +00:00
Commit Graph

20819 Commits

Author SHA1 Message Date
eugeni
c8b995cf2f Calculate text bounding box in a way that does not depend on actual glyph
bitmaps. Each glyph is considered to be bounded by (origin, origin + advance)
horizontally, and (max font ascender, max font descender) vertically.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20734 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 02:47:57 +00:00
diego
1ddae89697 Don't let the program speak as 'I'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20733 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 02:05:51 +00:00
diego
7f0dd1183f Remove hackish setting of extra libraries through --enable-static=-lfoo,
--extra-libs is supposed to be used for this.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20732 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 00:18:06 +00:00
diego
ed974e7c72 Remove deprecated install-path option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20731 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 00:13:37 +00:00
diego
a61e6aeafd spelling/grammar/wording/consistency for the help output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20730 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 00:09:07 +00:00
diego
f65edce1aa WIN32 was already being set from config.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20729 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 20:35:16 +00:00
reimar
4587221d67 Fix index-based seeking in audio-only files, fixes bug #621
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20728 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 20:29:29 +00:00
rtogni
39d80427bb printf->mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20727 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 20:18:37 +00:00
kraymer
8bf07b6682 fix typo (noticed by jerome.ferrari lappis com)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20726 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 20:17:51 +00:00
voroshil
27832fb052 r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
r20706: some fixes for latest demux_mkv messages
r20711: MSGTRs for demux_avi.c
r20712: better wording for "workarounding"


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20725 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 19:36:21 +00:00
diego
dbf735cd31 Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20724 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 19:06:32 +00:00
voroshil
a1685b7c4a Initial partial translation of man page
(synced with last SVN).

TODO:
Translate sections:
 "VIDEO OUTPUT DRIVERS"
 "DECODING/FILTERING OPTIONS"
 "AUDIO FILTERS"
 "VIDEO FILTERS"
 "GENERAL ENCODING OPTIONS" 
 "CODEC SPECIFIC ENCODING OPTIONS"
Resolve all FIXME issues.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20723 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 19:04:41 +00:00
eugeni
aca2396794 Initialize fontconfig in VFCTRL_INIT_EOSD handler.
Recent libass api changes moved fontconfig initialization to filter's
config() function. It is bad, because cache update can take a long time,
resulting in unpleasant sound effects. This change restores the original
behaviour.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20722 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 18:56:31 +00:00
voroshil
722581780f r20699: Missing <option> tag
r20700: A bunch of missing <systemitem class="library"> tags
r20701: Don't break a paragraph in a middle of a thought
r20702: Remove ugly indentation in <screen> tags
r20703: Better wording, especially if hyperlinks are not visible
r20704: Better URL markup
r20705: Unify ./configure script handling


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20721 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 18:53:21 +00:00
reimar
30bb00bf15 Fix comment, it's 'sowt', not 'swot' ('twos' reversed)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20720 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 18:40:16 +00:00
diego
f427444831 Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki fi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20719 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 18:27:07 +00:00
eugeni
0a8d19b293 Cosmetics: indentation fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20718 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 18:21:39 +00:00
reimar
1eb7bdf866 Fix compilation: forgotten mp_msg.h include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20717 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 17:43:25 +00:00
eugeni
8dc8dcf3cc Fix an obvious typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20716 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 17:32:18 +00:00
rtogni
4d3aed390e printf ->mp_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20715 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 17:31:28 +00:00
eugeni
f78a3783e5 Fix the following compiler warnings:
ass.c:999: warning: unused variable 'i'
ass.c:1041: warning: pointer targets in assignment differ in signedness
ass.c:1043: warning: pointer targets in assignment differ in signedness


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20714 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 17:26:55 +00:00
rtogni
506b4783ec Do not use abort()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20713 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 17:08:36 +00:00
kraymer
09ebe87f57 better wording for "workarounding"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 16:49:09 +00:00
kraymer
ea922ff669 MSGTRs for demux_avi.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20711 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 16:36:02 +00:00
diego
f68ef7bbe7 Add 4XM audio.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20710 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 16:34:45 +00:00
torinthiel
973b05ca7f Synced with r20705
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20709 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:37:06 +00:00
kraymer
9258e9e944 r20696: add MSGTR_MPDEMUX_MKV for demux_mkv.c
r20706: some fixes for latest demux_mkv messages


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20708 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:23:50 +00:00
nicodvb
3237763bc9 spellfix and improvement suggested by Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:18:17 +00:00
kraymer
a7fa00dab5 some fixes for latest demux_mkv messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20706 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:13:05 +00:00
torinthiel
2fef41086c Unify ./configure script handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20705 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:11:04 +00:00
torinthiel
d3ae63e2b4 Better URL markup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20704 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:10:05 +00:00
torinthiel
774c198c0a Better wording, especially if hyperlinks are not visible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20703 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:09:36 +00:00
torinthiel
465aa3cf0f Remove ugly indentation in <screen> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20702 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:08:39 +00:00
torinthiel
08a40bd723 Don't break a paragraph in a middle of a thought
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20701 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:07:41 +00:00
torinthiel
fd9a41415a A bunch of missing <systemitem class="library"> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20700 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:06:43 +00:00
torinthiel
35e79a0365 Missing <option> tag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20699 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 15:06:02 +00:00
kraymer
06a0c1ffee better wording for note about utf-8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20698 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 14:31:14 +00:00
kraymer
f406122d6e note for translators to use utf-8 encoding for help_mp files and xml docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20697 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 14:00:35 +00:00
kraymer
66f0513be8 add MSGTR_MPDEMUX_MKV for demux_mkv.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20696 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 13:53:27 +00:00
Gabrov
bc952e1d39 synced with r20693
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20695 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 13:35:25 +00:00
kraymer
ba25a07156 fix overly long line
fix line break


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20694 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 13:28:38 +00:00
kraymer
23ff0b9e36 markup fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20693 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 13:15:37 +00:00
kraymer
bd95bab340 version bump, no changes made
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20692 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:54:05 +00:00
kraymer
7ed2b5ce19 Partial sync w/ en/mplayer.1 (6)
Add section "VIDEO OUTPUT DRIVERS"

Only mid part (still a big part) unfinished (3
FILTERs' sections and 2 MENCODER's sections)

patch by Sheldon Jin (jinsh2 yahoo.com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20691 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:50:03 +00:00
diego
7f87968b01 consistency/grammar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20690 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:49:32 +00:00
Gabrov
32fc4c9594 synced with r20586
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20689 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:46:35 +00:00
voroshil
44862ce8fe Split too long line into a number of small one
as noticed by Thorinthiel.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20688 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:30:00 +00:00
reimar
710879686b Always respect w and h params to mpcodecs_config_vo over
sh->disp_w and sh->disp_h, otherwise it will break when the
resolution changes mid-stream, like in
http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20687 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 12:10:44 +00:00
voroshil
fcffd03e9f r20682: punctuation, full stop -> comma
fixed missing untranslated part


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20686 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 11:54:29 +00:00
torinthiel
c10f77c249 (cosmetics) remove unneeded tabs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20685 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 11:29:02 +00:00