summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ranlib cleanup by Dan Christiansenalex2004-06-2418-15/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory corruption, noticable at reallocate imageiive2004-06-241-8/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12632 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for realvideo codecs under macosx, original patch by Donnie Smith ↵alex2004-06-241-6/+26
| | | | | | (together with an altivec patch by Dan Christiansen) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12631 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2004-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12630 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for realvideo codecs under macosx, original patch by Donnie Smithalex2004-06-243-7/+278
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12629 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Fabian Franzdiego2004-06-241-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12628 b3059339-0415-0410-9bf9-f77b7e298cf2
* build fixwight2004-06-241-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12627 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information about modifications to comply more closely with GPL 2a.diego2004-06-2393-89/+276
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12626 b3059339-0415-0410-9bf9-f77b7e298cf2
* added more key to keyboard eventnplourde2004-06-231-24/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12625 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed buggy rgb32 supportnplourde2004-06-231-103/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12624 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugzillaalex2004-06-231-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12623 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling improvements as suggested by the Wandererdiego2004-06-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12622 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording, spelling, bug fixesdiego2004-06-221-49/+45
| | | | | | | MAN PAGE REVIEW PART I git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12621 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12620 b3059339-0415-0410-9bf9-f77b7e298cf2
* better wording, patch by Sebastian Krämer <mail@skraemer.de>diego2004-06-211-134/+136
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12619 b3059339-0415-0410-9bf9-f77b7e298cf2
* width and height in seq_header could never be 0iive2004-06-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12618 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync VOBsubwight2004-06-213-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12617 b3059339-0415-0410-9bf9-f77b7e298cf2
* uniform VOBsub spellingdiego2004-06-216-27/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12616 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prefer libavcodec for cvid filesrtognimp2004-06-201-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12615 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable buggy sse on mingwfaust32004-06-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12614 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for ac3 in non-pes aligned private1 streams; removed useless ↵nicodvb2004-06-181-71/+131
| | | | | | and commented code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Just a tiny fix with configure/Makefile for not usingdiego2004-06-182-1/+3
| | | | | | | "caca-config --cflags", patch by Pigeon <pigeon@pigeond.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12612 b3059339-0415-0410-9bf9-f77b7e298cf2
* calling bind with multicast addresses doesn't work on windows, patch by ↵faust32004-06-181-3/+21
| | | | | | Martin Decky <deckm1am at ss1000.ms.mff.cuni.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12611 b3059339-0415-0410-9bf9-f77b7e298cf2
* array initialization fix by SungKwanKang <ksquarekr at yahoo.com>faust32004-06-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12610 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, patch by Michael Nottebrock <michaelnottebrock@gmx.net>faust32004-06-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12609 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for Michael, nsse_weight should be nssew, spelling.diego2004-06-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12608 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Dan Christiansen, by himselfdiego2004-06-171-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12607 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfame has been removed from MPlayer long ago. Compilation fix pointeddiego2004-06-171-1/+1
| | | | | | | out by Hetfield <hetfield@email.it>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12606 b3059339-0415-0410-9bf9-f77b7e298cf2
* Debian Sarge build instructionswight2004-06-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12605 b3059339-0415-0410-9bf9-f77b7e298cf2
* another DTD locationwight2004-06-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12604 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic reformatting (preparation for upcoming changes)diego2004-06-171-58/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12603 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved vo_quartz higher in the listnplourde2004-06-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12602 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent suboption description for vo_quartznplourde2004-06-171-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12601 b3059339-0415-0410-9bf9-f77b7e298cf2
* MEncoder has problems reading from stdin, files need to be concatenateddiego2004-06-171-1/+2
| | | | | | | first. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12600 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent suboption description for vo_quartzdiego2004-06-171-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12599 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better audio filter description, use same values as in the XML docs,diego2004-06-171-3/+3
| | | | | | | noticed by Alexander Strasser. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12598 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-06-161-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12597 b3059339-0415-0410-9bf9-f77b7e298cf2
* add more info about vo_quartznplourde2004-06-162-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12596 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.44paszczi2004-06-151-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12595 b3059339-0415-0410-9bf9-f77b7e298cf2
* nssemichael2004-06-151-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12594 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-06-151-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Address removed upon request.diego2004-06-151-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12592 b3059339-0415-0410-9bf9-f77b7e298cf2
* some missing librarieswight2004-06-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make configure point to translated docswight2004-06-151-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12590 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-06-141-76/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12589 b3059339-0415-0410-9bf9-f77b7e298cf2
* and one more consistency changewight2004-06-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12588 b3059339-0415-0410-9bf9-f77b7e298cf2
* More consistent naming pointed out by Torinthiel.diego2004-06-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12587 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync tag bumpwight2004-06-145-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12586 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l for a copy and paste error noticed by Alex.diego2004-06-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12585 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos pointed out by the wandererdiego2004-06-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12584 b3059339-0415-0410-9bf9-f77b7e298cf2
* major reindentation of x11 code try #2attila2004-06-146-3335/+4262
| | | | | | | | | | | | | | note that this is plain ident output, i didnt tweak it by hand like the last attempt. if anyone is interested in the indent profile i used, just drop me a mail. please contact me on irc on how to send me my share of cola, but be aware that i will only accept swiss or german cola, as the japanese is way to sweet :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12583 b3059339-0415-0410-9bf9-f77b7e298cf2
* qprd needs mbd=2michael2004-06-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12582 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.38paszczi2004-06-131-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with website, more uniformity, better descriptions.diego2004-06-131-71/+67
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12580 b3059339-0415-0410-9bf9-f77b7e298cf2
* 's should be outside of <application> tags.diego2004-06-136-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync tag bump - was OK.wight2004-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12578 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Alexdiego2004-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12577 b3059339-0415-0410-9bf9-f77b7e298cf2
* change linking order for static build with live.com on mingwjoey2004-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12576 b3059339-0415-0410-9bf9-f77b7e298cf2
* detect screen resolution as in x11_common.creimar2004-06-131-0/+16
| | | | | | | Patch by Philippe Dumont (dumont (at) lifl (dot) fr) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for big endian systemsrtognimp2004-06-121-4/+9
| | | | | | | Patch by Jean-Francois Panisset < panisset (at) comcast (dot) net > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12574 b3059339-0415-0410-9bf9-f77b7e298cf2
* display height may be a lot smaller or larger than picture height, sample ↵iive2004-06-121-3/+3
| | | | | | provided by winnicki git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix playback of file after playing an urlrtognimp2004-06-111-0/+3
| | | | | | | Patch by Aurelien Jacobs <aurel (at) gnuage (dot) org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12572 b3059339-0415-0410-9bf9-f77b7e298cf2
* additional formats - 8bit & floathenry2004-06-111-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12571 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printf junkhenry2004-06-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12570 b3059339-0415-0410-9bf9-f77b7e298cf2
* freetype depends on iconvdiego2004-06-111-51/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12569 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-06-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12568 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2004-06-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12567 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2004-06-111-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12566 b3059339-0415-0410-9bf9-f77b7e298cf2
* translatedalex2004-06-111-0/+114
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12565 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD/VAX support, patch by Gabucinofaust32004-06-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12564 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2 chroma422/444 supportiive2004-06-112-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12563 b3059339-0415-0410-9bf9-f77b7e298cf2
* We play RV20 natively, some rewording.diego2004-06-101-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12562 b3059339-0415-0410-9bf9-f77b7e298cf2
* wishes--;diego2004-06-101-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12561 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2004-06-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12560 b3059339-0415-0410-9bf9-f77b7e298cf2
* SYNOPSIS reordered.diego2004-06-101-14/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12559 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.55paszczi2004-06-101-7/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12558 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to add changes:)paszczi2004-06-101-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12557 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.9paszczi2004-06-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12556 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.43paszczi2004-06-101-15/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12555 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lalex2004-06-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12554 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing unused partsalex2004-06-101-16/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12553 b3059339-0415-0410-9bf9-f77b7e298cf2
* ports translatedalex2004-06-102-1/+469
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for the "custom colors" and "forced subtitles" entries in the VobSub ↵mosu2004-06-103-41/+141
| | | | | | idx. Made the parser handle whitespaces better. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12551 b3059339-0415-0410-9bf9-f77b7e298cf2
* configurable 'junk' borders for pulluprfelker2004-06-102-8/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12550 b3059339-0415-0410-9bf9-f77b7e298cf2
* old changes in my local tree i forgot to commit - minor fixesrfelker2004-06-102-2/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12549 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to get the "size:" and "palette:" entries for VobSub tracks from the ↵mosu2004-06-081-0/