Commit Graph

892 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
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 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
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 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
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
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
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
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
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
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
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
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
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 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
torinthiel 23ae48d23e Some fixes for previous commit, 10l for me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21425 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-01 23:41:55 +00:00
torinthiel c6f76aab85 Reformat examples:
- break overly long lines
 - indent continuation lines
 - add missing <replaceable> tags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21424 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-01 21:52:42 +00:00
torinthiel 54f1d327e4 Consistent capitalization of table entries
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21423 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-01 21:42:55 +00:00
torinthiel 7d3dc8290d Better wording for previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21395 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 23:50:18 +00:00
torinthiel 7a0e810db0 Typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21394 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 23:11:59 +00:00
diego b138036098 URL fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21376 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 10:24:43 +00:00
torinthiel 0c43b0bea6 Fix URL, it has moved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21374 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 10:03:45 +00:00
torinthiel be62af74c4 Some punctuation cosmetics and better wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21372 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-29 09:41:57 +00:00
gpoirier 12e31d0e27 x264 supports interlaced encoding for some time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21168 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-22 13:12:28 +00:00
diego 033fc8c6dd Remove outdated and superfluous video cards section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21155 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:31:35 +00:00
diego 2f6516b0b1 Remove outdated and superfluous sound card section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21154 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:29:42 +00:00
diego bff4d8ce81 Miscellaneous updates for the introduction and the requirements section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21153 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:28:27 +00:00
diego dddb1463e9 typo: Bitrate is printed in kb/s, not Mb/s on the status line.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21152 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-21 20:09:15 +00:00
gpoirier ccb1c23c8f Add a new MPEG encoding example using lavf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21079 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 22:09:16 +00:00
gpoirier 8d2affbd59 add a link to Michael's de-interlacing filters, and replace the crappy
pp=fd video filter with yadif as it's soooo much better


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21078 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-19 21:47:45 +00:00
kraymer b25f00223d fix wrong 60000/10001 fraction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21034 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-18 17:25:25 +00:00
diego 988d5834ac libvorbis is not necessary for Vorbis playback, small wording improvement.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20933 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 21:20:48 +00:00
torinthiel 3ce4e7aaac [small fixes]
- punctuation
 - improve markup of <screen>
 - fix odd '>|' as a shell redirection operator
 - sentence order
 - key names


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20879 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 11:02:30 +00:00
torinthiel 4d3acbafa3 [cosmetics]
- fix end-tag not being in the same column as start-tag
 - some more indentation fixes
 - blank lines added/removed for consistency and visual markup
 - visual separation of sect* tags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20878 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 10:47:38 +00:00
kraymer c7aafab087 rename: XviD -> Xvid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20876 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 08:53:20 +00:00
diego 8fcba7d81f Misc issues noticed by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20873 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 22:56:42 +00:00
diego 6315f56214 Restore PowerPC gcc note that I mistakenly removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20870 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 18:41:30 +00:00
diego 72023719ba Recommend gcc 3.4+.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20866 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 16:44:54 +00:00
diego 59309fc2a7 The -gui command line option is back.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20834 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-10 16:35:06 +00:00
diego 3829ecb1a2 Remove remnants of long-gone libfame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-06 22:57:14 +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
nicodvb c365744a15 mention :tsaf on every instance of -mpegopts format=dvd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20683 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 10:50:29 +00:00
torinthiel 3ead00a1b3 punctuation, full stop -> comma
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20682 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-05 10:35:07 +00:00
torinthiel f90d761740 (cosmetics) Unify and clarify blank lines usage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20658 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-04 09:30:30 +00:00
torinthiel ac91947884 Move "and" to end of list, improves grammar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20657 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-04 09:24:33 +00:00
diego 926e9e1c82 libmpdvdkit no longer exists.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20637 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-03 14:02:08 +00:00
torinthiel 397237d489 another missing <application>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20614 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-02 23:55:14 +00:00
corey b70a40ff00 Typo fix: missing "get".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20572 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 18:52:40 +00:00
diego 6714bfc837 cvidix tricks, based on a patch by Reimar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20571 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 18:20:28 +00:00
diego f44f2a116d --with-codecsdir --> --codecsdir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20561 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 14:48:07 +00:00
kraymer a780989420 convert DOCS/xml/en and help_mp-en.h to UTF-8
(running help_mp-en.h through iconv didn't change the file so only the charset
file needed to be changed)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20551 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-31 12:23:38 +00:00
diego 80c34f6262 Add some <application> tags.
patch by Andrew Savchenko, Bircoph list ru


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20500 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-29 10:13:39 +00:00
corey d9b8e39c75 Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20477 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-28 03:49:03 +00:00
torinthiel 2759c7dc92 Typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20449 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 21:03:26 +00:00
diego a60574bcbb Remove confusing and probably wrong paragraph about libdvdcss.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20442 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-25 12:08:28 +00:00
gpoirier 7b48b1786a Yet some more CVS->CVS
No need to mention that lavc wrt mplayer and OpenZaurus, it's obvious that where there is an MPlayer, there's a lavc


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20419 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 19:11:23 +00:00
gpoirier c9a32a84b1 s/DarwinPorts/MacPorts/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20417 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 19:06:53 +00:00
diego 64c874635d Fix some inconsistencies pointed out by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20412 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 13:26:56 +00:00
gpoirier 98683b5f8c swap telecine and pulldown, typo noticed by RC
Original thread:
Date: Oct 23, 2006 1:48 AM
Subject: Re: [MPlayer-advusers] terminology misunderstanding: pulldown vs telecine


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20408 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 11:12:25 +00:00
torinthiel 2d658788ac <replaceable> tags aren't needed in literal example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20401 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-23 07:03:38 +00:00
diego dc91819064 Remove bio2jack from list of required software.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20399 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 23:07:31 +00:00
diego f39885fe5c misc fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20392 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 20:25:35 +00:00
torinthiel b6f9740ec2 Remove doubled -dvd-device information.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20379 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 17:57:40 +00:00
kraymer 906b05f493 remove some DivX version numbers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20361 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 13:34:48 +00:00
kraymer f6649b1359 fix XviD spelling
replace some old DivX5's


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20352 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-22 12:17:07 +00:00
diego e506627c9d Remove obsolete parts, some updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20341 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-21 20:07:49 +00:00
kraymer 3a62e0529f some random fixes (wording, spelling..)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20328 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-21 08:44:10 +00:00
kraymer a9e3985a3f --enable-external-faad doesn't exist any more
--enable-libmad is not necessary for libmad support
(both noticed by Carl Eugen)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20321 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-20 17:13:03 +00:00
kraymer aeeca144f3 capitalization fixes, add missing dots to sentences
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20318 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-20 15:40:43 +00:00
gpoirier 05b7a49589 What is the meaning of the numbers on the status line during the encoding process?
Taken after Nico's explanation on MEncoder-users ML


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20304 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-19 08:20:32 +00:00
kraymer 3de18b8e5e remove me=3 leftover (x264)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20280 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-17 11:15:00 +00:00
lorenm 3efc805e7c Update x264 option names that changed with r20060
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20277 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 20:23:23 +00:00
gpoirier 694265d4d5 Update x264 option names that changed with r20060
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20260 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-16 09:09:03 +00:00
diego fb627c39a5 Recommend gcc 4.x on PowerPC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20183 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 17:39:39 +00:00
kraymer b2cbdfbd36 small consistency/format fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20176 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 14:57:47 +00:00
diego a55d73eed0 Merge the two libdvdcss/libdvdread paragraphs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20173 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 13:41:57 +00:00
diego 0e8544f2a4 Update paragraph about libdvdcss and libdvdread.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20172 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-12 13:27:38 +00:00
kraymer 3843657c21 fix FIXME: move history to appendix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20085 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:29:59 +00:00
torinthiel 3e17226e72 Unify labels of two solutions to similar problems.
Same problem, same solution, one was not labeled, one was labeled 'Workaround',
where both are ideal solutions.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20083 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:06:45 +00:00
torinthiel bee4ea2494 Missing space before '('
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20082 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:04:25 +00:00
torinthiel 5db5b36318 Remove unnecessary </itemizedlist><itemizedlist>,
as it makes no sense and only confuses.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20081 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:03:05 +00:00
torinthiel 8350e7462e (cosmetics) add some empty lines to improve readability
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-05 22:01:03 +00:00
diego 83e3cf9f2a Remove outdated/duplicate parts from the SDL section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20054 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 21:30:59 +00:00
diego 089511cf7e some reformatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20051 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 21:11:42 +00:00
diego b1da2a58ed Fix hz vs Hz typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20043 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 16:54:19 +00:00
diego 3d97b50328 Add IDs to some examples/tables.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20041 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-04 16:51:22 +00:00
diego f881681e8e Also mention sysctl for adjusting RTC settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19975 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-24 17:01:07 +00:00
diego 2c114078ac Update gcc section, some rewording.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19974 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-24 16:59:15 +00:00
diego 8f8276e366 Remove outdate, obsolete and inflammatory rants section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19973 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-24 16:57:57 +00:00
kraymer 34a7aa8a50 remove leftover parenthesis
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19832 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 15:57:31 +00:00
diego 4ccfbf8795 Improve TrueType font installation section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19829 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 14:33:54 +00:00
diego fa3a222986 Move subtitles and OSD section from the installation to the usage chapter.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19828 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 14:30:44 +00:00
diego 070e1bbc5c Slightly restructure font installation section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19827 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 14:02:02 +00:00
diego 5e238d8a8f TrueType fonts now preferred over bitmap fonts, rewrite the font installation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19825 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 13:19:20 +00:00
diego 3c7c7c2043 Remove mpsub section, the format is documented in DOCS/tech.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19823 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 13:09:04 +00:00
diego d5e9e46a5d Marillat packages binary codecs, not bitmap fonts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19820 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-13 10:46:33 +00:00
diego 6d8a19c431 Remove bogus and outdated codecs installation section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19810 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-12 15:22:37 +00:00
diego 6165ceaeac link fix: The codecs page was merged into the download page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19809 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-12 15:01:48 +00:00
diego 91a268424c Mailing list page URL changed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19801 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-11 22:40:21 +00:00
gpoirier 5384c98d4b separate independant clauses with a semicolon, as suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19794 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-10 20:42:15 +00:00
gpoirier 6c1b3541f7 Fixes suggested by The Wanderer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19793 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-10 19:58:27 +00:00
diego b464da0a00 RTC is no longer the default timing method.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19779 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 22:40:00 +00:00
diego 4a91390248 Remove outdated hint about patching kernel sources.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19767 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-09 18:00:52 +00:00
Gabrov 93072369ad remove trailing slash from link
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19760 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-08 22:17:14 +00:00
gpoirier 4dcec00dde Fixes suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19752 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-08 10:01:27 +00:00
gpoirier 67feb23edd Add a bit of doc about dvdnav support in MPlayer, and why you may want to use it.
(a bit rough, but it's start)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19751 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-08 09:05:03 +00:00
diego 507d403e5d Remove reference to nvidia-opinions section, it's completely outdated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19742 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:58:55 +00:00
diego bcc4b0451e Remove reference to gcc-296 section, it's very outdated now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19741 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:58:05 +00:00
diego 8262ea4e01 Remove tvout-voodoo section that only consists of one broken link.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19740 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:54:39 +00:00
diego 764adfb083 readvcd link fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19739 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:46:38 +00:00
diego add3d6c9a9 formats.xml --> containers.xml, the chapter was renamed long ago.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19738 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:46:04 +00:00
diego ec83d92aff Remove 404 NuppelVideo link.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19737 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 23:42:12 +00:00
diego 1d959b46a0 Remove references to obsolete font generators and 404 links.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19736 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 22:51:35 +00:00
kraymer 03a5fa2832 (hopefully last) mplayer lists link fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19733 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 14:14:27 +00:00
diego 0b86c0b9ca Mailing list descriptions are on the homepage, remove from here.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19732 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-07 14:03:03 +00:00
kraymer 15b035d9d9 fix cpufreq link
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19719 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-06 16:28:58 +00:00
kraymer c5feb61e35 fix some more mailman links
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19715 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-09-06 13:13:24 +00:00