1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 06:11:10 +00:00
Commit Graph

2111 Commits

Author SHA1 Message Date
voroshil
9103dcb237 r19039 was missed in first sync (r19631). fixed.
two typos fixed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23098 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-23 10:26:05 +00:00
diego
c9e2a43f1a Mark incompletely translated file as such.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23094 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-23 07:36:26 +00:00
voroshil
0196d4b6d4 spelling, wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23079 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 16:30:18 +00:00
Gabrov
91cd4c9b56 synced with r23003
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23005 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-16 11:13:12 +00:00
voroshil
d6e8921486 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22988 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-14 00:10:33 +00:00
voroshil
f058a43ba1 r22951: Move netstream documentation into TOOLS/README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22956 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 16:29:40 +00:00
diego
b8dcfde2dc Move netstream documentation into TOOLS/README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22951 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-09 11:54:03 +00:00
voroshil
eb9f143f3b r22854: Remove empty section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22909 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-03 16:12:24 +00:00
diego
5f938f54c6 Remove empty section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22854 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-31 13:35:42 +00:00
Gabrov
add7d39851 synced with r22800 (missing from previous commit)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22851 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-31 08:04:33 +00:00
Gabrov
f2e17be715 synced with r22849
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22850 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-31 08:00:28 +00:00
gpoirier
292cf8c61c sync w/ r21155
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22846 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-30 18:26:32 +00:00
voroshil
9fc59820a3 r22800: Get rid of useless conditional, using svgalib_helper now requires modifying
patch by Andrew Savchenko birkoph at list dot ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22818 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-25 04:26:07 +00:00
diego
0a659e94bc Get rid of useless conditional, using svgalib_helper now requires modifying
a line in the Makefile in all cases.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22800 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 14:39:39 +00:00
voroshil
be8db49d45 r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
r22570: dont start newline with a space and readd subdirectory
r22718: add new audio and video codecs to libavcodec list
r22748: add  png and gif encoders, how to use them with mencoder is another question
r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2
r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
r22751: gsm requires libgsm so remove it
r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
r22753: ok so cljr , vcr1 and msmpegv1 dont actually work... removed
r22679: Some more details for the mga_vid section taken from drivers/README.
r22686: tdfx_vid compilation has been simplified.
r22695: Add a link to Attila's mga_vid port to Linux 2.6.x.
r22704: 'make install' now takes care of most manual installation steps for *_vid.o.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22790 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 03:28:32 +00:00
voroshil
ed8c4b210c r22547: fix up some longer than 80 char lines , and use suggestion from Diego.
r22570: dont start newline with a space and readd subdirectory
r22718: add new audio and video codecs to libavcodec list
r22748: add  png and gif encoders, how to use them with mencoder is another question
r22749: split sonic into sonic/sonicls and wma into wmav1/wmav2
r22750: add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
r22751: gsm requires libgsm so remove it
r22752: aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
r22753: ok so cljr , vcr1 and msmpegv1 dont actually work... removed
r22679: Some more details for the mga_vid section taken from drivers/README.
r22686: tdfx_vid compilation has been simplified.
r22695: Add a link to Attila's mga_vid port to Linux 2.6.x.
r22704: 'make install' now takes care of most manual installation steps for *_vid.o.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22789 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-24 03:08:19 +00:00
compn
abadc063e6 ok so cljr , vcr1 and msmpegv1 dont actually work... removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22753 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:25:26 +00:00
compn
1c572006ee aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22752 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:11:05 +00:00
compn
2c6277133e gsm requires libgsm so remove it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22751 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:07:48 +00:00
compn
044368342f add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22750 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 20:01:02 +00:00
compn
82a7ca46c8 split sonic into sonic/sonicls and wma into wmav1/wmav2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22749 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 19:21:09 +00:00
compn
eb6922f2df add png and gif encoders, how to use them with mencoder is another question
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22748 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-19 18:57:37 +00:00
compn
efa7170803 add new audio and video codecs to libavcodec list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22718 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-18 16:14:25 +00:00
diego
167f5e989c 'make install' now takes care of most manual installation steps for *_vid.o.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22704 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 19:48:53 +00:00
diego
2fcdd48268 Add a link to Attila's mga_vid port to Linux 2.6.x.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22695 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 15:01:16 +00:00
diego
ca131192cd tdfx_vid compilation has been simplified.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22686 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 13:23:49 +00:00
diego
66ea3196f7 Some more details for the mga_vid section taken from drivers/README.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22679 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-17 09:40:27 +00:00
compn
fbe8035521 dont start newline with a space and readd subdirectory
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22570 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-14 14:57:42 +00:00
compn
3f469cc3b0 fix up some longer than 80 char lines , and use suggestion from Diego.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22547 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-13 15:49:03 +00:00
voroshil
eb8517440f r22413: add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
r22499: Improve MPlayerOSX building process:
r22402: Explain how to select all DVB channels on a frequency.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22531 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-12 17:54:11 +00:00
diego
3fb1bc734e Make sure docbook 4.x gets preferred over 3.x.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22514 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-11 16:50:52 +00:00
gpoirier
c176f1169f Improve MPlayerOSX building process:
- explain what MACOSX_DEPLOYMENT_TARGET is good for
- remove --with-termcaplib=.. from configure switches: it doesn't exist anymore, and builds seem to work OK without any particular switch


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22499 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-09 13:03:57 +00:00
diego
9a4588b2bf Merge all .PHONY target declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22485 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-07 12:41:03 +00:00
Gabrov
bd0ee51507 synced with r22469
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22470 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-05 18:17:31 +00:00
compn
3ea6855c87 add xvfwopts compdata and vfw2menc documentation and change to better mencoder example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22413 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-02 17:49:34 +00:00
reimar
fcd17f1591 Explain how to select all DVB channels on a frequency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22402 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-03-01 20:35:29 +00:00
Gabrov
51958c9ef8 synced with r22326
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22327 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-23 21:55:34 +00:00
diego
7a7514fe91 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22311 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-22 15:53:19 +00:00
voroshil
b24ed02c8e r22201: some clarification about dvb-out playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22235 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-16 19:18:52 +00:00
nicodvb
8db59ea549 some clarification about dvb-out playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22201 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-11 11:03:09 +00:00
voroshil
69440b73ea r22129: Link to the mencoder-users list for mencoder stuff
r22140: vp6vfw.dll appears to no longer crash under Linux.
r22141: Move all "Encoding with the XXX codec family" sections together.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22156 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 18:38:25 +00:00
diego
50b3a7af5e some more docbook paths, patch by Torinthiel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22144 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 14:17:33 +00:00
diego
7abb8d4c6b Move all "Encoding with the XXX codec family" sections together.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22141 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 12:24:26 +00:00
diego
2b27dd209b vp6vfw.dll appears to no longer crash under Linux.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22140 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-05 12:21:36 +00:00
reimar
d55aa4a91d Link to the mencoder-users list for mencoder stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22129 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-02-04 13:58:59 +00:00
rathann
aca8a023cf 10l to Gabrov for breaking docs build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22012 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-25 10:18:21 +00:00
Gabrov
caee91905e synced with r21989
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21990 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-21 21:49:24 +00:00
Gabrov
3dad9ad6ce synced with r21959
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21960 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-18 20:21:54 +00:00
voroshil
21e71a8901 r21930: gcc_bug++;
r21931: update x264's subq otion description
r21932: update and factorize information about x264's multi-threading mode
r21933: fixes suggested by Diego
r21934: get rid of two spaces after a period (instead of one)
r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21958 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-18 17:38:24 +00:00
Gabrov
7bc3a947a9 synced with r21952
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21953 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-17 22:18:15 +00:00
gpoirier
74b923332f get rid of two spaces after a period (instead of one)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21934 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-15 09:15:06 +00:00
gpoirier
0066847a11 fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21933 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-15 09:12:10 +00:00
gpoirier
f21e80be4f update and factorize information about x264's multi-threading mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21932 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-15 07:23:28 +00:00
gpoirier
f6a850e2fa update x264's subq otion description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21931 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-15 07:16:03 +00:00
diego
f1119b5398 gcc_bug++;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21930 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-15 06:26:49 +00:00
voroshil
9882b743e6 spelling, wording fix
patch from Andrew Savchenko bircoph at mail dot ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21920 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 06:45:51 +00:00
voroshil
c8a5a18c23 r21917: typo fixes
r21897: Rephrase mga_vid section.
r21896: Document vo_tdfx_vid.
r21882: sync to x264 r607 (update description of threads)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21918 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 06:30:25 +00:00
gpoirier
a2f9594be6 typo fixes:
1) missing space
2) "vtrict" instead of "vstrict"
patch by Andrew Savchenko % Bircoph A list P ru %


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21917 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-14 00:15:55 +00:00
diego
c041fd3dff Rephrase mga_vid section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21897 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 10:46:32 +00:00
diego
2b146ebac8 Document vo_tdfx_vid.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21896 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-13 10:42:21 +00:00
voroshil
2cbddd1672 sync tag update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21886 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-12 11:32:57 +00:00
voroshil
42c96b96f0 r21879: fix wrong option names that were suggested to use to produce
r21861: explain how to use MEncoder to create QuickTime-compatible files

slightly modified patch from Andrew Savchenko bircoph at mail dot ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21885 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-12 11:27:42 +00:00
voroshil
2bb99b216c spelling, wording
patch from Andrew Savchenko bircoph at mail dot ru with small fixes




git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21884 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-12 11:01:11 +00:00
gpoirier
2075d4312e fix wrong option names that were suggested to use to produce
quicktime-compatible files: they were using the old name,
prior to the switch to x264's parser


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21879 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-11 09:07:57 +00:00
torinthiel
483bfa8555 Sync tag bump
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21876 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 22:09:03 +00:00
gpoirier
3b74ec2222 upgrade copyright years
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21867 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 15:16:52 +00:00
gpoirier
45bf19a06f explain how to use MEncoder to create QuickTime-compatible files
Mainly based on a patch by Mark Pilgrim % pilgrim A gmail P com %
Original thread:
Date: Oct 19, 2006 9:50 PM
Subject: [MPlayer-DOCS] Interested in contributing case studies


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21861 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-10 00:08:16 +00:00
voroshil
87c188baf6 r21848: clarify a few things about the interaction between *cmp and mbd options
r21849: fix typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21857 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-08 06:34:34 +00:00
gpoirier
fc8fb3d7a6 fix typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21849 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-07 10:49:43 +00:00
gpoirier
2abf85b1df clarify a few things about the interaction between *cmp and mbd options
fix encoding example that featured a option that didn't have any effect (because of the interaction mentioned above)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21848 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-07 10:39:00 +00:00
Gabrov
aee88f659d synced with r21624
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21847 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-06 20:21:27 +00:00
Gabrov
20a7d46a88 synced with r21748
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21844 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-06 19:02:19 +00:00
Gabrov
6cfe33d49f synced with r21741
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21837 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-06 13:38:30 +00:00
gpoirier
1bb883188e add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21824 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-04 20:42:02 +00:00
torinthiel
86654adfe5 Synced with r21760, typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21814 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-04 09:02:22 +00:00
torinthiel
90650cb448 translated r21748
by Eric Wang eric7wang gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21813 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-04 08:41:54 +00:00
Gabrov
770f8040de synced with r21537
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21812 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 18:08:04 +00:00
Gabrov
ddb0ba371d synced with r21737
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21811 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 17:35:23 +00:00
voroshil
6653c183f0 better wording and typos fixing
Slightly modified patch from Andrew Savchenko birkoph at mail dot ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21810 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 09:07:13 +00:00
voroshil
0d07fceb99 r21791: avoid a possible confusion, as suggested by Wanderer
r21802: I've found a mistake in encoding-guide:


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21809 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-01-02 08:37:13 +00:00
rtogni
396d85354d I've found a mistake in encoding-guide:
---
With MPEG-4 ASP codecs such as x264,
---
But x264 is MPEG-4 AVC, not ASP.

Patch by Andrew Savchenko )Bircoph list ru(, approved by Guillaume


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21802 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-31 14:04:36 +00:00
gpoirier
74ec945b20 avoid a possible confusion, as suggested by Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21791 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-29 22:55:53 +00:00
Gabrov
008006fbdd synced with r21612
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21782 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-28 23:32:26 +00:00
kraymer
90f7665789 file added: Chinese translation for cd-dvd.xml
patch by Kun Niu (haoniukun gmail com)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21778 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-27 13:42:32 +00:00
Gabrov
45ad4d4f86 synced with r21741
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21777 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 23:28:54 +00:00
Gabrov
6792566904 synced with r21741
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21770 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 10:58:07 +00:00
Gabrov
2efbce4248 synced with r21748
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21769 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 10:12:57 +00:00
Gabrov
a46a2ccf47 synced with r21612
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21768 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 09:27:09 +00:00
Gabrov
9d74f84e17 synced with r21686
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21767 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-26 01:01:20 +00:00
voroshil
5febaefd81 Translation of menc-feat-telecine sect1 in encoding-guide.xml.
First two sect2 sections was translated by Andrew Savchenko.

Now translation of documentation is complete, but 
encoding-guide.xml still needs additional checks for technical 
terms and better spelling.
 

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21766 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-25 11:57:01 +00:00
Gabrov
f593817fa9 audio.xml & bugreports.xml synced with r21764
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21765 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-25 00:26:18 +00:00
voroshil
c7737c5f6d Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21764 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 18:10:47 +00:00
voroshil
e5dae6e87f Translation of menc-feat-x264 sect1 in encoding-guide.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21763 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 11:21:08 +00:00
voroshil
2192c5b11c r21748: Reformatting round continued
r21760: Directly point to the Subversion instructions.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21761 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 05:45:27 +00:00
diego
8af0ff5fcd Directly point to the Subversion instructions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21760 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-24 05:03:54 +00:00
torinthiel
86f13c8a80 Synced with r21748
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21751 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 23:28:04 +00:00
torinthiel
c89de50ed1 Reformatting round continued
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21748 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 23:20:42 +00:00
voroshil
2ed157ccfc r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
r21744: Mention that you can use different image formats with mf://


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21745 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 20:12:49 +00:00
torinthiel
a0c84dc879 Mention that you can use different image formats with mf://
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21744 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 19:26:08 +00:00
torinthiel
49c4c519ca Synced with r21741 (or just tag bump)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21743 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 17:00:22 +00:00
torinthiel
687eba44a0 And <simpara> -> <para> continued, those languages somehow slipped by during
previous commit.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21742 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 16:30:43 +00:00
torinthiel
b44be817df Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21741 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 15:58:02 +00:00
voroshil
9b1c978489 r21736: Add <keycombo> barkup for key combinations
r21737: Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21738 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 12:12:39 +00:00
torinthiel
e35a4e7d52 Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21737 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 10:58:27 +00:00
torinthiel
81a70c0387 Add <keycombo> markup for key combinations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21736 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-23 10:55:55 +00:00
voroshil
be641ce259 r21686: [cosmetocs] minor fixes after reformatting round
r21705: Still some reformatting:
r21706: [cosmetics] <simpara> -> <para>, for consistency


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21717 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 19:33:10 +00:00
voroshil
c3571f7c6d Typos, spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21716 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 17:35:46 +00:00
diego
2bb72a5fef consistent naming for revision tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21712 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 08:09:32 +00:00
voroshil
9232f45b4f Typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21710 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 05:59:15 +00:00
torinthiel
9450710596 Synced with 21706
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21709 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 00:21:24 +00:00
torinthiel
1a2595601c Synced with 21537
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21708 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 00:20:34 +00:00
torinthiel
51c44c112a Move message translation outside <screen> tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21707 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 00:19:28 +00:00
torinthiel
756f2c5b1f [cosmetics] <simpara> -> <para>, for consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21706 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 00:09:25 +00:00
torinthiel
a580d8eb4e Still some reformatting:
- some (hopefully) more sane linebreaks
 - remove stray propmt from example


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21705 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-21 00:08:23 +00:00
kraymer
c544612bb2 new file: DOCS/xml/zh_CN/mencoder.xml
provided by Kun Nio,  haoniukun gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21703 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 16:56:52 +00:00
voroshil
9e8a7802f1 Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21700 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 14:53:56 +00:00
voroshil
977ef293a3 Translation of menc-feat-xvid sect1 in encoding-guide.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21696 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-20 11:50:00 +00:00
voroshil
a650f2a9d7 Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21688 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 17:58:59 +00:00
torinthiel
18904be4df Sync tag bumped to 21686
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21687 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 11:23:07 +00:00
torinthiel
7675998511 [cosmetics] minor fixes after reformatting round
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21686 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 11:20:47 +00:00
torinthiel
dd769fec76 Synced with 21537
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21685 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 11:07:59 +00:00
torinthiel
ec1f5762dc Synced with 21624
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21684 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 11:07:32 +00:00
torinthiel
1f811c5e1c Synced with 21612
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21683 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 11:07:10 +00:00
kraymer
7297415272 r21465: [cosmetics] Reindent XML source
(uses different style than master file)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21682 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 01:31:23 +00:00
kraymer
305ed9fbaf r21508: emphasis the fact that leaving black borders really hurts quality
r21656: document hqdn3d and dn3d's 4th parameter
r21659: more sensible names for denoiser options


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21681 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-19 00:01:16 +00:00
kraymer
e949173c70 r21425: Some fixes for previous commit, 10l for me
r21462: mention all other image formats


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21679 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-18 23:44:07 +00:00
kraymer
2c38cd7b46 r21423: Consistent capitalization of table entries
r21424: Reformat examples: [...]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21678 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-18 23:40:49 +00:00
kraymer
57811efc18 svn move xml/zh to xml/zh_CN
* this is the appropriate, unique name
* fixes docbook compile warnings
* fixes docbook-generated text ("Warning", "Note", ..)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21665 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-18 01:19:34 +00:00
voroshil
d7d8d0b702 r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21650 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 13:00:53 +00:00
torinthiel
8c98723109 Partially revert r20940, we had some local modifications.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21644 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 09:10:26 +00:00
torinthiel
2121e94480 CVS -> SVN
... and do it correctly


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21643 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 08:42:37 +00:00
torinthiel
1b8ce15fa8 - there's no <book lang=""> for ages, it's automated
- another CVS -> SVN


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21642 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 08:41:25 +00:00
torinthiel
245f50c0dd Initial Chinese translation, by Kun Niu, haoniukun gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21641 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-17 08:29:42 +00:00
rathann
d2a6593315 RedHat RPMs are long gone. Greysector repository is going away, and I've
taken over the maintenance of MPlayer in Livna.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21624 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-15 18:55:17 +00:00
voroshil
46bcf45ddc r21612: replace &quot; with ", better readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-14 16:48:26 +00:00
torinthiel
06dfb08e54 replace &quot; with ", better readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21612 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-14 13:49:57 +00:00
voroshil
6b16832c57 r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
r21606: wording


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21610 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-13 18:49:46 +00:00
gpoirier
a0d9867099 vstrict=0 is required to create DVDs decodable by standalone dvd players
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21599 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-12 09:40:49 +00:00
Gabrov
a754b2fd0d synced with r21558
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21559 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 21:28:38 +00:00
voroshil
fcb30369d8 r21537: General reformatting round:
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21541 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-09 09:27:35 +00:00
torinthiel
dc86f6ed17 General reformatting round:
- fix some " -> &quot;
 - reindent with more consistency
 - visual markup of <sect?> tags
 - break overly long lines
 - add missing <replaceable> tags in examples
 - cola truck standing by


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21537 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-08 11:38:06 +00:00
voroshil
bf3d7e8cf5 r21508: emphasis the fact that leaving black borders really hurts quality
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21511 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-05 19:49:19 +00:00
gpoirier
74a67a1236 emphasis the fact that leaving black borders really hurts quality
(confirmed after I benchmarked both: with and without a thin black border)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21508 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-05 10:51:28 +00:00
kraymer
dcd4fd96ed r21372: Some punctuation cosmetics and better wording
r21374: Fix URL
r21376: URL fix
r21395: Better wording for previous commit


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21494 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 19:46:47 +00:00
voroshil
59915ba866 r21462: mention all other image formats
r21465: [cosmetics] Reindent XML source
r21466: [cosmetics] Consistent XML source formatting


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 17:45:37 +00:00
torinthiel
a01e63115a Synced with r21466
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 13:12:29 +00:00
torinthiel
d1a6eb4794 [cosmetics] Consistent XML source formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21466 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:19:22 +00:00
torinthiel
f2ec197873 [cosmetics] Reindent XML source
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21465 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:12:29 +00:00
torinthiel
deb1a91f55 Synced with r21462
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21463 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:01:21 +00:00
torinthiel
38f6043478 mention all other image formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21462 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 11:49:09 +00:00