Commit Graph

13769 Commits

Author SHA1 Message Date
faust3 1addcfe22b Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get
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
2004-10-06 08:42:13 +00:00
paszczi abf62e2e0a synced with 1.765
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13568 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 20:35:34 +00:00
alex 1e37620fff make af_help conform better to the the afm/vfm/etc equivalents
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13567 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 19:36:47 +00:00
alex 51974735e9 unsinged 32 and 24bit types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13566 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 19:18:22 +00:00
michael fe4f5a4336 postproc/yuv2rgb_altivec.c compile fix
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
2004-10-05 19:11:00 +00:00
michael eaa1bc9e8a keyframe index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13564 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 14:05:17 +00:00
diego 4812185d2b xvmc clarification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13563 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 12:44:57 +00:00
michael b865549f3f branch field to distinguish mncf from nut
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13562 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 12:09:21 +00:00
michael 5b0ca20b8a remove short startcodes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13561 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 12:06:30 +00:00
michael a155a39028 remove non native codec specific data
move lang to the info packet


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13560 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 12:04:56 +00:00
gpoirier 2dcda86f34 Sync with 1.764: -alang needs a language code, not a country code.
+ typos pointed out by Diego


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13559 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 11:06:09 +00:00
danny 01c9b4d30b Syntax check, space after apostrophe, i.e. and e.g. translated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13558 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 10:22:18 +00:00
diego 399a5fa8d0 -alang needs a language code, not a country code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13557 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 10:13:08 +00:00
danny 5574efa368 Errors from 1.737 sync, pointed out by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13556 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-05 07:54:03 +00:00
reynaldo 47bbf0caac Corrected 'synced with' string, now 1.18
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13555 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 23:03:09 +00:00
alex bbb3dc2b39 make use of 24bit afmt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13554 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 20:21:05 +00:00
alex 756bffd08b make use of new defines: 24 and 32bit integer types
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13553 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 19:50:40 +00:00
alex 1fc371c73a move the file writers after vo_null so they don't get autoselected - following the same logic as in libao2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13552 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 19:36:12 +00:00
alex b7d2e203d8 reimplementation of the pl_extrastereo and pl_volnorm plugins
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13551 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 19:11:05 +00:00
alex 41cd2f8d7d fixing authors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13550 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 19:07:09 +00:00
alex 83c1543028 introducing 24bit formats and make the values compliant to OSS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13549 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 19:05:16 +00:00
diego e40f077b83 How to take a screenshot, how to use dmix, how to choose languages and
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
2004-10-04 18:48:38 +00:00
gpoirier 1bfaaabe75 Sync with 1.763:
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
2004-10-04 18:42:44 +00:00
gpoirier a7e4adc767 Better description of x264 PSNR stats.
Patch by Loren Merritt


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13546 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 18:40:32 +00:00
mosu 063e90389d -alang is not limited to the libdvdread dependant code anymore but used in 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
2004-10-04 18:34:39 +00:00
diego 4f11dbf161 -alang description corrected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13544 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 18:09:28 +00:00
reimar 6e4d643f3c removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13543 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 15:10:33 +00:00
ivo 640de038f8 Added missing EOL.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13542 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-04 04:43:33 +00:00
reimar e3e81503aa fixed memleak, especially for fixed-vo.
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
2004-10-03 21:42:31 +00:00
paszczi 8b3593e9bf fixed compilation warnings and errors (previously my network went down)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13540 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-03 19:51:33 +00:00
paszczi 5b47780e76 fixed compilation warnings and errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13539 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-03 19:18:40 +00:00
paszczi db1e339e39 synced with latest english docs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13538 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 18:46:21 +00:00
paszczi 3ba3e8e51a synced with 1.140
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13537 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 18:31:00 +00:00
rtognimp 48735fdc34 Typo, pointed out by lu_zero
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13536 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 18:02:30 +00:00
paszczi e3c19f1797 synced with 1.761
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13535 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 17:46:41 +00:00
diego 9679a97f46 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13534 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 15:57:42 +00:00
diego 69cffb8aa1 typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13533 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 15:56:54 +00:00
diego cc66bdc239 Remove preceding newline to make -XXX help output consistent.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13532 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 14:16:09 +00:00
diego 68fb7cb79b Removed all obsolete and unused messages.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13531 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 14:09:31 +00:00
diego 8f72ef1bce Obsolete and unused message removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13530 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 12:51:53 +00:00
faust3 8352d2c244 support newer gcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13529 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 12:17:28 +00:00
gpoirier c08f78335c Sync with 1.760:
-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
2004-10-02 10:11:24 +00:00
paszczi c8e2d941f8 synced with 1.760
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13527 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 09:28:33 +00:00
diego 6c35912de9 -sws and -vf scale sections improved, small fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13526 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 02:23:34 +00:00
diego 88f23dbe9b compilation fix
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
2004-10-02 00:38:17 +00:00
diego 276dc9b629 typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13524 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-02 00:29:02 +00:00
gpoirier 5cd3cbf043 Nroff fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13523 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-01 22:46:39 +00:00
reimar f4c652c089 mpi->w and h are set by vf_get_image, do not overwrite them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13522 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-01 20:08:21 +00:00
reimar ac7f335995 fixed small memleak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13521 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-01 19:51:03 +00:00
gpoirier 4ef48d5178 Sync with 1.759:
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
2004-10-01 15:53:09 +00:00