summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mp3lib asm does not compile on AMD64.reimar2006-11-012-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for recent changes to ARCH_X86 handling in FFmpeg.diego2006-11-011-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper libcdio detection also without pkg-configreimar2006-11-011-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20589 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper Subversion-speak for revision numbersdiego2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20588 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Translated up to r20162 by Misiek y_0rk3r#tlen,pl with fixes by metorinthiel2006-11-011-597/+1396
| | | | | | | - later sync up to r20586 by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing comma addedtorinthiel2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20586 b3059339-0415-0410-9bf9-f77b7e298cf2
* The col utility eats non-ASCII characters without the -p option it seems.diego2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20585 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reformat section.diego2006-11-011-23/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20584 b3059339-0415-0410-9bf9-f77b7e298cf2
* paragraph about groff and UTF-8diego2006-11-011-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20583 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc optimized != 0 check for extern function away, thus linkingreimar2006-11-011-2/+2
| | | | | | | would still always succeed in cdda and cdio tests. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20582 b3059339-0415-0410-9bf9-f77b7e298cf2
* encoding is now UTF-8diego2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20581 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss r202, my patch was committed upstream.diego2006-11-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo: lseek --> lseek64, the former is not used in the code.diego2006-11-011-1/+1
| | | | | | | Fixes linking on MinGW. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20579 b3059339-0415-0410-9bf9-f77b7e298cf2
* trivial sync with r20551voroshil2006-11-0117-18/+29
| | | | | | | | | update missing sync tag in ports.xml (r20561) r20571: cvidix tricks, based on patch by Reimar no real change need for r20572 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not modify parsed command-line values on config,reimar2006-11-011-4/+5
| | | | | | | use a local variable instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test proper linking for cdda/cdioreimar2006-11-011-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync r20551 and some wording fixestorinthiel2006-10-311-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bump sync tag, r20551torinthiel2006-10-3110-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert broken encoding translationtorinthiel2006-10-315-1657/+1657
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fix: missing "get".corey2006-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20572 b3059339-0415-0410-9bf9-f77b7e298cf2
* cvidix tricks, based on a patch by Reimardiego2006-10-311-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix codec directory fallback, it was overriding the autodetection.diego2006-10-311-6/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20570 b3059339-0415-0410-9bf9-f77b7e298cf2
* update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIOkraymer2006-10-311-600/+647
| | | | | | | | | 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.diego2006-10-311-1/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20568 b3059339-0415-0410-9bf9-f77b7e298cf2
* precise location for dvbstreamdiego2006-10-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20567 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS -> SVN for FFmpeg, add pnm implementation from xine.diego2006-10-311-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20566 b3059339-0415-0410-9bf9-f77b7e298cf2
* uCIFS is gone, URL update.diego2006-10-311-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement proper codecs directory fallback.diego2006-10-311-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20564 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove outdated encoding commentskraymer2006-10-312-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20563 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir --> --codecsdirdiego2006-10-317-16/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20562 b3059339-0415-0410-9bf9-f77b7e298cf2
* --with-codecsdir --> --codecsdirdiego2006-10-312-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename all codecs directory options.diego2006-10-311-34/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20560 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20534: An example of using -vf ass.kraymer2006-10-311-1/+9
| | | | | | | 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 todiego2006-10-311-1/+1
| | | | | | | recurse through subdirectories once. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20558 b3059339-0415-0410-9bf9-f77b7e298cf2
* :Little typojheryan2006-10-311-1/+1
| | | | 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.jheryan2006-10-3116-5275/+4923
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unification of linker option handling, part 1 of many.diego2006-10-312-144/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20555 b3059339-0415-0410-9bf9-f77b7e298cf2
* CFLAGS are not necessary for linking.diego2006-10-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20554 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert some unmaintained help_mp-* files to UTF-8kraymer2006-10-3110-2259/+2259
| | | | 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-8voroshil2006-10-312-1433/+1433
| | | | 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-8kraymer2006-10-3119-21/+21
| | | | | | | | (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.diego2006-10-311-1/+1
| | | | 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...diego2006-10-311-1/+1
| | | | 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.diego2006-10-311-35/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin linking fix.diego2006-10-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20547 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msgrtogni2006-10-301-7/+10
| | | | 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-8kraymer2006-10-3020-7417/+7417
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update from IMC and realrtsp authrtogni2006-10-301-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20544 b3059339-0415-0410-9bf9-f77b7e298cf2
* Realrtsp authenticationrtogni2006-10-305-6/+58
| | | | 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-8kraymer2006-10-3019-3189/+3189
| | | | 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 isdiego2006-10-301-5/+11
| | | | | | | 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-8kraymer2006-10-3020-4839/+4839
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Intel Music Coder decoding via lavcrtogni2006-10-301-0/+7
| | | | 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 stilldiego2006-10-301-18/+0
| | | | | | | 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-8kraymer2006-10-3020-5160/+5160
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20537 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc fixes by Sheldon Jin (jinsh2 yahoo com)diego2006-10-301-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20536 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/roff fixdiego2006-10-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20535 b3059339-0415-0410-9bf9-f77b7e298cf2
* An example of using -vf ass.eugeni2006-10-301-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20534 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording for MSGTR_MENU_Nonekraymer2006-10-303-6/+7
| | | | | | | | 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 installedreimar2006-10-301-0/+2
| | | | | | | (-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-8kraymer2006-10-3018-3191/+3191
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20531 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/ru from koi8r to UTF-8voroshil2006-10-3017-4611/+4611
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20530 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix "iconv: illegal input sequence" errorkraymer2006-10-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a parameter to enable colorized console output.diego2006-10-301-2/+14
| | | | | | | 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.diego2006-10-301-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant variable setting.diego2006-10-301-1/+0
| | | | 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.diego2006-10-302-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20525 b3059339-0415-0410-9bf9-f77b7e298cf2
* a previous commit introduced a bug that prevented tables nicodvb2006-10-291-8/+4
| | | | | | | | 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_glyphreimar2006-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20523 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplified assignment of subtitles stream in ts_parse()nicodvb2006-10-291-14/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle windows path separator in filesel menu.reimar2006-10-291-0/+4
| | | | | | | 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 ↵reimar2006-10-292-0/+6
| | | | | | to do. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20520 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r20517.eugeni2006-10-295-201/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move ass_library initialization code to ass_mp.c.eugeni2006-10-293-8/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copy the following functions to libass to avoid dependency on the rest of ↵eugeni2006-10-295-11/+201
| | | | | | | | | | | | mplayer: guess_buffer_cp utf8_get_char blur git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add VIDEOMEMORY_SIZE define to allow to easily change it.reimar2006-10-291-3/+4
| | | | | | | | Needed for xvidix sine X seems to ignore VideoRAM settings < 8MB, causing a mess when MPlayer and X use the same memory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prevent segfault if video codec init failsrtogni2006-10-291-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warn about vo_gl scaled-osd broken with -assreimar2006-10-291-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20514 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix width -> orig_width typo.eugeni2006-10-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't set PlayResX for plaintext subtitles.eugeni2006-10-291-1/+0
| | | | | | | This way font proportions will not depend on frame aspect. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add \N at the end of each subtitle line when converting from subdata.eugeni2006-10-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20511 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not read beyond end of subtitle packetreimar2006-10-291-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20510 b3059339-0415-0410-9bf9-f77b7e298cf2
* realloc subtitle buffers since subcp_recode