aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIOGravatar kraymer2006-10-31
| | | | | | | | | OUTPUT DRIVERS", "VIDEO OUTPUT OPTIONS" and some wordings. patch by Sheldon Jin (jinsh2 yahoo com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add copyright holders, mostly synced from the Debian package.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20568 b3059339-0415-0410-9bf9-f77b7e298cf2
* precise location for dvbstreamGravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20567 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS -> SVN for FFmpeg, add pnm implementation from xine.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20566 b3059339-0415-0410-9bf9-f77b7e298cf2
* uCIFS is gone, URL update.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement proper codecs directory fallback.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20564 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove outdated encoding commentsGravatar kraymer2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20563 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir --> --codecsdirGravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20562 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir --> --codecsdirGravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename all codecs directory options.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20560 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20534: An example of using -vf ass.Gravatar kraymer2006-10-31
| | | | | | | r20535: wording/roff fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run dirclean instead of clean on distclean, this way we only need toGravatar diego2006-10-31
| | | | | | | recurse through subdirectories once. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20558 b3059339-0415-0410-9bf9-f77b7e298cf2
* :Little typoGravatar jheryan2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 26.10.2006 with respect to later utf-8 conversion.Gravatar jheryan2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unification of linker option handling, part 1 of many.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20555 b3059339-0415-0410-9bf9-f77b7e298cf2
* CFLAGS are not necessary for linking.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20554 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert some unmaintained help_mp-* files to UTF-8Gravatar kraymer2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20553 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert help_mp-ru.h from koi8-r to UTF-8Gravatar voroshil2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20552 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/en and help_mp-en.h to UTF-8Gravatar kraymer2006-10-31
| | | | | | | | (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
* 100l to me for not checking properly, really fix pkg-config detection now.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20550 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, use a pkg-config parameter that makes it return 0...Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test for the existence of pkg-config, fixes Bugzilla #553.Gravatar diego2006-10-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin linking fix.Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msgGravatar rtogni2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20546 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8Gravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update from IMC and realrtsp authGravatar rtogni2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Realrtsp authenticationGravatar rtogni2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20543 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/es and help/help_mp-es.h* to UTF-8Gravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20542 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain the risks of forcing options with --enable-* in a way that isGravatar diego2006-10-30
| | | | | | | hopefully less conducive to misunderstandings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20541 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/pl and help/help_mp-pl* to UTF-8Gravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel Music Coder decoding via lavcGravatar rtogni2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special output for outdated SDL. It's doubtful such old versions stillGravatar diego2006-10-30
| | | | | | | exist in the wild and we don't do this for other libs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20538 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/fr and help/help_mp-fr.* to UTF-8Gravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20537 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc fixes by Sheldon Jin (jinsh2 yahoo com)Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20536 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/roff fixGravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20535 b3059339-0415-0410-9bf9-f77b7e298cf2
* An example of using -vf ass.Gravatar eugeni2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20534 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording for MSGTR_MENU_NoneGravatar kraymer2006-10-30
| | | | | | | | r20500: Add some <application> tags. (+ wording for a title) r20514: Warn about vo_gl scaled-osd broken with -ass git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also detect static fontconfig when pkg-config is not installedGravatar reimar2006-10-30
| | | | | | | (-lexpat -lfreetype is needed in this case). Tested on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20532 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/de from ISO-8859-1 to UTF-8Gravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20531 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/ru from koi8r to UTF-8Gravatar voroshil2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20530 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix "iconv: illegal input sequence" errorGravatar kraymer2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a parameter to enable colorized console output.Gravatar diego2006-10-30
| | | | | | | patch by Andrew Savchenko, bircoph list ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libmpdvdkit2 linking on Mac OS X.Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable setting.Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make libmpdvdkit2 compilation slightly more consistent with the other modules.Gravatar diego2006-10-30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20525 b3059339-0415-0410-9bf9-f77b7e298cf2
* a previous commit introduced a bug that prevented tables Gravatar nicodvb2006-10-29
| | | | | | | | from being parsed in the feeding phase; removed useless debugs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix possible crash: negative values may no be passed to render_one_glyphGravatar reimar2006-10-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20523 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified assignment of subtitles stream in ts_parse()Gravatar nicodvb2006-10-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle windows path separator in filesel menu.Gravatar reimar2006-10-29
| | | | | | | Fixes at least partially bug #494 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20521 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable nonworking/broken code for now till I find out what it is supposed ↵Gravatar reimar2006-10-29
| | | | | | to do. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20520 b3059339-0415-0410-9bf9-f77b7e298cf2