Commit Graph

33 Commits

Author SHA1 Message Date
nick 7e8ad962b7 Fixed rgb2rgb in DGA mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2677 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-04 11:50:52 +00:00
nick 529ad9ff87 What's new:
- in DGA mode: subtitles moved out of image area.
  (lack: background is not erased)
- removed testing MODE_WIN_READABLE flag in bank switch mode.
  (Doesn't work for Michael Niedermayer - still one broken BIOS)
- added new subdevices:
  -vo vesa:nodga  - disables DGA usage
  -vo vesa:dga    - forces DGA usage
  -vo vesa        - detects possibility of DGA usage automatically
- initial code for doublebuffering (currently disabled)
BUGS:
- rgb2rgb doesn't work in DGA mode (will be fixed soon)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2650 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 18:45:13 +00:00
nick e6365f7f26 code cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2638 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 18:24:25 +00:00
nick 846d5e18a5 Fixed bug of -vc libmpeg2 on vesa:dga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2637 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 18:10:20 +00:00
nick 43bd1f95dd Qualitative speedup decoding when video card supports DGA!
Known bugs:
-zoom              - SwScale_YV12slice paints green line at right of image
                     in non fullscreen mode. With -fs and -fs -zoom
		     everything o'k.
-vc libmpeg2       - is unusable without -zoom or -fs.
                     Bug (lack) in yuv2rgb or vo_vesa?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2634 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 17:36:04 +00:00
nick c8c745857b vo_vesa: DGA support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2611 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-01 18:12:58 +00:00
nick a04920f24f print 'sw convertor usage' without verbosing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2555 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 16:47:27 +00:00
nick 5502f4418e Cosmetic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2554 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 16:17:38 +00:00
nick f348370e5a memalign 64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2538 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 18:25:07 +00:00
michael a4ef78e9a1 yv12 to yv12 scaler
someone who knows a bit about vo_odivx could add support for it ...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2520 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-28 18:30:59 +00:00
nick 6c5420d178 vo_vesa: more rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2507 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-28 10:45:42 +00:00
nick ce1e5d842b vo_vesa: more rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2506 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-28 10:28:08 +00:00
nick d6bed371d7 vo_vesa: rgb2rgb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2505 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-28 10:17:57 +00:00
nick 90e0b71a9e Suppressing warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2447 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-24 09:18:20 +00:00
nick 81751cdcaf Title support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2411 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-23 09:31:53 +00:00
nick 6afbeb8c2e Broken BIOS test
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2361 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-22 09:29:16 +00:00
nick 7d117be401 OSD support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2338 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 15:04:04 +00:00
nick eda026e002 Again changed logic:
-screenw, -screenh - force user video mode
-x, -y             - force userdefined prescaling
-bpp               - forces userdefined bpp
-zoom              - enables prescaling (-x, -y)
-fs                - scales image to fullscreen (same as ATI's divx/dvd player)
-zoom -fs          - (together) scales userdefined prescaling to fullscreen
So full command line should be:

mplayer -vo vesa -screenw WWW -screenh HHH -bpp BPP -x XXX -y YYY -zoom -fs filename

And you will be able to watch movies in 16:9 format with bold black
border at top and bottom of screen.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2337 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 14:30:36 +00:00
nick ec83776bc5 Again changed logic:
-screenw, -screenh - force user video mode
-x, -y             - force userdefined prescaling
-zoom              - activates prescaling
-fs                - scales prescaling to fullscreen
                     (meaningless with -zoom)
So full command line should be:

mplayer -vo vesa -screenw WWW -screenh HHH -bpp BPP -x XXX -y YYY -zoom -fs filename

And you will be able to watch movies in 16:9 format with bold black
border at top and bottom of screen.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2336 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 14:02:09 +00:00
nick da677ba40f Replacing -x, -y on -screenw, -screenh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2334 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 12:50:45 +00:00
nick 41ef04a130 Final fix of libmpeg2 zooming: flipping page support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2332 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 12:42:17 +00:00
nick 2255b29bfd Support of: -x -y -bpp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2330 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 10:32:43 +00:00
nick ac12e3b6a4 Bad fix of libmpeg2 zooming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2329 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-21 07:02:40 +00:00
nick 435e9dc56a Best fix of slice drawing with libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2309 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 16:56:24 +00:00
nick cf3b6fcafe Bad fix of top rendering with libmpeg2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2308 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 16:42:17 +00:00
nick d3c0ee86a5 Qualitative speedup for P3 & K7 cpus
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2307 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 13:11:10 +00:00
nick 167f1f10fc Fixed half-image bug and added computing of correct aspect during zooming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2306 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 12:53:20 +00:00
nick d280041fcc Fixed zooming bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2305 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 11:58:45 +00:00
nick 297f7da876 SwScaling support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2299 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 16:24:37 +00:00
nick 1159e4e5d1 Initial YUV (YV12) support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2297 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 15:23:18 +00:00
nick e593390a0b Better resolution detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2294 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 15:09:40 +00:00
nick 8349c7558b More hints. Use save-restore mechanism
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2256 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-18 15:50:49 +00:00
nick 0200273d79 vo_vesa support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2245 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-17 18:24:50 +00:00