summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getfaust32004-10-062-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a simple 32 bits protected mode interface to some VESA functions. This protected mode interface is interesting because it's quicker than the raw int 10h interface. Unfortunatly, begining with VBE 3.0, the 0x4f0a function is optional, and some video cards don't implement it (3dfx, intel 845/855/865...). This protected mode interface is then only used in vbeSetWindow and vbeSetDisplayStart :  - vbeSetWindow already implement an alternative methode if protected mode interface is not available.  - vbeSetDisplayStart also contain an alternative implementation, but this one is disabled with a #if 0. I don't exactly know why because it works well ! So currently, cards which don't have the 0x4f0a function are not supported. This patch correct this.  - vbeGetProtModeInfo failure is not fatal.  - vbeSetDisplayStart has it's alternative implementation reenabled.    it's used only with cards which don't have the 0x4f0a function    so this won't make any difference for cards which were already    working. This patch also make the failure of vbeGetModeInfo not fatal. The VBE 3.0 standard state that GetModeInfo can fail with some mode which are listed as supported if the mode can't be used in the current situation (not enough video memory for example). So a failure of vbeGetModeInfo don't mean that other modes won't work and should really not be fatal. patch by Aurelien Jacobs <aurel@gnuage.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13569 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.765paszczi2004-10-051-11/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13568 b3059339-0415-0410-9bf9-f77b7e298cf2
* make af_help conform better to the the afm/vfm/etc equivalentsalex2004-10-051-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13567 b3059339-0415-0410-9bf9-f77b7e298cf2
* unsinged 32 and 24bit typesalex2004-10-051-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13566 b3059339-0415-0410-9bf9-f77b7e298cf2
* postproc/yuv2rgb_altivec.c compile fixmichael2004-10-053-96/+238
| | | | | | | | | yuv2rgb_altivec_init_tables does initialize the SwsContext vectors. missing vec_splat. patch by (Luca Barbato <lu_zero at gentoo dot org>) and (Romain Dolbeau <dolbeau at irisa dot fr>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13565 b3059339-0415-0410-9bf9-f77b7e298cf2
* keyframe indexmichael2004-10-051-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13564 b3059339-0415-0410-9bf9-f77b7e298cf2
* xvmc clarificationdiego2004-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13563 b3059339-0415-0410-9bf9-f77b7e298cf2
* branch field to distinguish mncf from nutmichael2004-10-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13562 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove short startcodesmichael2004-10-051-20/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13561 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove non native codec specific datamichael2004-10-051-0/+661
| | | | | | | move lang to the info packet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.764: -alang needs a language code, not a country code.gpoirier2004-10-051-3/+3
| | | | | | | + typos pointed out by Diego git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13559 b3059339-0415-0410-9bf9-f77b7e298cf2
* Syntax check, space after apostrophe, i.e. and e.g. translateddanny2004-10-051-466/+465
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13558 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang needs a language code, not a country code.diego2004-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Errors from 1.737 sync, pointed out by Diegodanny2004-10-051-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected 'synced with' string, now 1.18reynaldo2004-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13555 b3059339-0415-0410-9bf9-f77b7e298cf2
* make use of 24bit afmtalex2004-10-041-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13554 b3059339-0415-0410-9bf9-f77b7e298cf2
* make use of new defines: 24 and 32bit integer typesalex2004-10-041-1/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13553 b3059339-0415-0410-9bf9-f77b7e298cf2
* move the file writers after vo_null so they don't get autoselected - ↵alex2004-10-041-14/+13
| | | | | | following the same logic as in libao2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13552 b3059339-0415-0410-9bf9-f77b7e298cf2
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-046-2/+474
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13551 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing authorsalex2004-10-042-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13550 b3059339-0415-0410-9bf9-f77b7e298cf2
* introducing 24bit formats and make the values compliant to OSSalex2004-10-042-6/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13549 b3059339-0415-0410-9bf9-f77b7e298cf2
* How to take a screenshot, how to use dmix, how to choose languages anddiego2004-10-041-0/+44
| | | | | | | subtitle languages, patch by gouchi <gouchi at gmail dot com>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13548 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.763:gpoirier2004-10-041-8/+20
| | | | | | | | Better description of x264's PSNR stats 1.762: -alang description corrected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13547 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better description of x264 PSNR stats.gpoirier2004-10-041-2/+9
| | | | | | | Patch by Loren Merritt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13546 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang is not limited to the libdvdread dependant code anymore but used in ↵mosu2004-10-041-1/+1
| | | | | | other demuxers as well. Therefore it should not be inside a "#ifdef USE_DVDREAD". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13545 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang description corrected.diego2004-10-041-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13544 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.creimar2004-10-044-2373/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13543 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added missing EOL.ivo2004-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13542 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed memleak, especially for fixed-vo.reimar2004-10-031-1/+7
| | | | | | | Based on a patch by beastd (eclipse7 (at) gmx (dot) net). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13541 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed compilation warnings and errors (previously my network went down)paszczi2004-10-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13540 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed compilation warnings and errorspaszczi2004-10-031-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13539 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with latest english docspaszczi2004-10-022-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13538 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.140paszczi2004-10-021-60/+356
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo, pointed out by lu_zerortognimp2004-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13536 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.761paszczi2004-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13535 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13534 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2004-10-022-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove preceding newline to make -XXX help output consistent.diego2004-10-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed all obsolete and unused messages.diego2004-10-0224-314/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Obsolete and unused message removed.diego2004-10-0223-23/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13530 b3059339-0415-0410-9bf9-f77b7e298cf2
* support newer gccfaust32004-10-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.760:gpoirier2004-10-021-18/+26
| | | | | | | | | -sws and -vf scale sections improved, small fixes. + some cut-and-paste from patches fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13528 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.760paszczi2004-10-021-17/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13527 b3059339-0415-0410-9bf9-f77b7e298cf2
* -sws and -vf scale sections improved, small fixes.diego2004-10-021-11/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13526 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fixdiego2004-10-021-0/+3
| | | | | | | idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13525 b3059339-0415-0410-9bf9-f77b7e298cf2
* typosdiego2004-10-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nroff fixes.gpoirier2004-10-011-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13523 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13522 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed small memleakreimar2004-10-012-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13521 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.759:gpoirier2004-10-011-8/+44
| | | | | | | | Documentation of x264 3-pass mode, and fixes on lavc's *_mask options, pointed out by Jiri Heryan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13520 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Jiri Heryan <technik at domotech dot cz>diego2004-10-011-165/+196
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Documentation of x264 3-pass mode, and typos/fixes on lavc's *_maskgpoirier2004-10-011-7/+41
| | | | | | | options, pointed ou by Jiri Heryan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13518 b3059339-0415-0410-9bf9-f77b7e298cf2
* typospaszczi2004-09-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13517 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.758paszczi2004-09-301-30/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Syncgpoirier2004-09-301-10/+22
| | | | | | | | | | | | 1.758: consistency between the blur filter descriptions patch by Jiri Heryan <technik at domotech dot cz> 1.757: -dvd-device can point to a directory to play a VOB from the hard disk. patch by Corey Hickey <bugfood-ml at fatooh dot org> + suggestions on The Wanderer regarding English tech words git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13515 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency between the blur filter descriptionsdiego2004-09-301-6/+6
| | | | | | | patch by Jiri Heryan <technik at domotech dot cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13514 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Jiri Heryan <technik at domotech dot cz>diego2004-09-301-10/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explanation how to play a VOB from the hard disk.diego2004-09-291-0/+13
| | | | | | | patch by Corey Hickey <bugfood-ml at fatooh dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13512 b3059339-0415-0410-9bf9-f77b7e298cf2
* -dvd-device can point to a directory to play a VOB from the hard disk.diego2004-09-291-0/+12
| | | | | | | patch by Corey Hickey <bugfood-ml at fatooh dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13511 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.756:gpoirier2004-09-291-42/+18
| | | | | | | | | | | | Removal of vo_pgm and vo_md5 1.755: Better wording/descriptions as suggested by the Wanderer + found a nice equivalent to English "overlay" in French (incrustation) -> Kudows to my Dad! ;-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13510 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_md5 and vo_pgm of MAINTAINERS file.ivo2004-09-291-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmivo2004-09-296-310/+9
| | | | | | | | | | and vo_md5sum. If one tries to use the old video output drivers, a message is printed to direct them to the new drivers. Manual page is updated (or is this called downdated? :-) ). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13508 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>diego2004-09-291-114/+109
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better wording/descriptions as suggested by the Wanderer.diego2004-09-281-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13506 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.754paszczi2004-09-281-50/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13505 b3059339-0415-0410-9bf9-f77b7e298cf2
* better, tuneable (via #define) MP3 detection, limit demux_audio to scanningreimar2004-09-281-27/+118
| | | | | | | only the first 30000 bytes for headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13504 b3059339-0415-0410-9bf9-f77b7e298cf2
* show ogg subtitle language on OSD, if availablejoey2004-09-283-2/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13503 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix sub_select fiasco with global sub numbering. now multiple sub sources ↵joey2004-09-283-70/+167
| | | | | | can be managed in essentially one list. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13502 b3059339-0415-0410-9bf9-f77b7e298cf2
* make sure exit_player gets calledjoey2004-09-281-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13501 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-09-281-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13500 b3059339-0415-0410-9bf9-f77b7e298cf2
* THE "vf=eq2=1.0:-0.8" fixgpoirier2004-09-281-56/+54
| | | | | | | | Sync with 1.754: better default parameter,added counterpart option, better names for few options, 3-pass support and improved documentation. ( Eng patch by Loren Merritt ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13499 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed include of stdint.h to inttypes.hivo2004-09-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13498 b3059339-0415-0410-9bf9-f77b7e298cf2
* better default parameter,added counterpart option, better names for few ↵iive2004-09-272-46/+54
| | | | | | | | | options, 3-pass support and improved documentation. patch by Loren Merritt git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13497 b3059339-0415-0410-9bf9-f77b7e298cf2
* This reverts the x264 modifications to the man page suggested my Loren, andgpoirier2004-09-271-40/+40
| | | | | | | that should ONLY go along with x264 front-end update when approved by everybody git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13496 b3059339-0415-0410-9bf9-f77b7e298cf2
* identical text for identical suboptionsdiego2004-09-271-10/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13495 b3059339-0415-0410-9bf9-f77b7e298cf2
* I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 isgpoirier2004-09-272-2/+2
| | | | | | | the runtime syntax... Bummer! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13494 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sws default setting correction, and random wordingsgpoirier2004-09-272-57/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplaye