summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Collapse)AuthorAgeFilesLines
* printf-gcc3 patch, x11-commons mRootwinsven2001-10-242-12/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2456 b3059339-0415-0410-9bf9-f77b7e298cf2
* did not compile with gcc-3pl2001-10-241-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2454 b3059339-0415-0410-9bf9-f77b7e298cf2
* Suppressing warningsnick2001-10-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2447 b3059339-0415-0410-9bf9-f77b7e298cf2
* Independed compilation of SUBDIRSnick2001-10-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2445 b3059339-0415-0410-9bf9-f77b7e298cf2
* Title supportnick2001-10-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2411 b3059339-0415-0410-9bf9-f77b7e298cf2
* -screenw/h patch by Tomi.Ollila@sonera.comarpi2001-10-221-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Broken BIOS testnick2001-10-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2361 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch to switch to graphics mode with -fs by achurch@achurch.org ↵atmos42001-10-211-1/+27
| | | | | | (Andrew Church) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added image centering, now only screenblanking and hiding the cursor is missing.atmos42001-10-211-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2352 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version by zsteva@ptt.yuarpi2001-10-211-239/+264
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2351 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD supportnick2001-10-211-13/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2338 b3059339-0415-0410-9bf9-f77b7e298cf2
* Again changed logic:nick2001-10-211-5/+15
| | | | | | | | | | | | | | | | | | -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
* Again changed logic:nick2001-10-211-10/+15
| | | | | | | | | | | | | | | | | -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
* Replacing -x, -y on -screenw, -screenhnick2001-10-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2334 b3059339-0415-0410-9bf9-f77b7e298cf2
* Final fix of libmpeg2 zooming: flipping page supportnick2001-10-211-40/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support of: -x -y -bppnick2001-10-211-18/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bad fix of libmpeg2 zoomingnick2001-10-211-22/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2329 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15bpp fix for swscalemichael2001-10-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some info putput for aspect().atmos42001-10-201-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2320 b3059339-0415-0410-9bf9-f77b7e298cf2
* oopsatmos42001-10-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Aspect support for vo_mga, you need to use -screenw and -screenh to set your ↵atmos42001-10-201-0/+13
| | | | | | current screen res. Untested! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Best fix of slice drawing with libmpeg2nick2001-10-201-7/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bad fix of top rendering with libmpeg2nick2001-10-201-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Qualitative speedup for P3 & K7 cpusnick2001-10-201-6/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2307 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed half-image bug and added computing of correct aspect during zoomingnick2001-10-201-5/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed zooming bugnick2001-10-201-14/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2305 b3059339-0415-0410-9bf9-f77b7e298cf2
* SwScaling supportnick2001-10-191-5/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2299 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial YUV (YV12) supportnick2001-10-191-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better resolution detectionnick2001-10-191-18/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2294 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect changes integrated .., please check performance and conformancesven2001-10-191-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2279 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved gl, please check performance and correct displaysven2001-10-191-178/+542
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2277 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinc scaled by 16 instead of 8arpi2001-10-191-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2275 b3059339-0415-0410-9bf9-f77b7e298cf2
* More hints. Use save-restore mechanismnick2001-10-181-7/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Eeeh :) time to sleep!atmos42001-10-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2251 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and ↵atmos42001-10-187-75/+113
| | | | | | vo_xmga are untested! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2250 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_vesa supportnick2001-10-173-1/+511
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2245 b3059339-0415-0410-9bf9-f77b7e298cf2
* if not found using fpath try to load font bitmaps from default diratlka2001-10-171-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2239 b3059339-0415-0410-9bf9-f77b7e298cf2
* swscale - 16bpp and -fs supportarpi2001-10-171-6/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2235 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic changesatlka2001-10-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2224 b3059339-0415-0410-9bf9-f77b7e298cf2
* read font files from the same dir as font.desc or as specified in font.descatlka2001-10-161-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2223 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 scaling at 24/32bpp with -zoomarpi2001-10-151-5/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2219 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add downscaling as a last resort.atmos42001-10-151-6/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2214 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrected previous error ;-(atlka2001-10-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2206 b3059339-0415-0410-9bf9-f77b7e298cf2
* optimizations and correctionsatlka2001-10-151-16/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix non-X11 buildatmos42001-10-131-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2183 b3059339-0415-0410-9bf9-f77b7e298cf2
* speed improvementsatlka2001-10-121-24/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Xinerama screen size fix by Lev Babiev <harley@hosers.org>arpi2001-10-101-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make double/normal (n-key) use aspect()atmos42001-10-101-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2148 b3059339-0415-0410-9bf9-f77b7e298cf2
* info & author changedarpi2001-10-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2127 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version by Sven Goethelarpi2001-10-072-0/+731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2125 b3059339-0415-0410-9bf9-f77b7e298cf2
* grabs mouse with -vm - patch by Uwe Reder <Uwe.Reder@3SOFT.de>arpi2001-10-051-5/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add debug printfs to aspect(), add aspect() usage to vo_sdl.atmos42001-10-042-26/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2072 b3059339-0415-0410-9bf9-f77b7e298cf2
* using poll() only for DVB card - not required for file writearpi2001-10-031-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2067 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix case where srch, srcw and fitinw and fitinh are really the same variables.atmos42001-10-031-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use aspect()atmos42001-10-032-19/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2058 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh cola in unhealthyatmos42001-10-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplified aspect() for the loss of some functionality to get ansi ↵atmos42001-10-033-35/+19
| | | | | | compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use aspect()atmos42001-10-031-14/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Monitor aspect stuff.atmos42001-10-032-0/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2054 b3059339-0415-0410-9bf9-f77b7e298cf2
* now using x11_common stuff for X11 opening and w/h/bpp queryarpi2001-10-011-76/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2042 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fs fixatmos42001-10-011-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make aware of new -fs calling.atmos42001-10-011-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2040 b3059339-0415-0410-9bf9-f77b7e298cf2
* New aspect prescale code, parses aspect value from mpeg sequence header or ↵atmos42001-10-011-0/+19
| | | | | | | | | | | commandline. Removed X11_FULLSCREEN hack from mplayer.c and moved it to libvo/vo_xv.c. Added support for nominator[:/]denominator float values in cfg-parser, thanks for the code by Steve Davies. All around thanks to Steve for helping me understanding the whole stuff :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2032 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gui support to config scripts, and fixed some warning.pontscho2001-09-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1992 b3059339-0415-0410-9bf9-f77b7e298cf2
* Y clipping fixedarpi2001-09-271-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1987 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfxfb yuv driver by Zeljko Stevanovic <zsteva@ptt.yu>arpi2001-09-272-0/+805
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1980 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed to compilearpi2001-09-271-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1979 b3059339-0415-0410-9bf9-f77b7e298cf2
* software OSD supportarpi2001-09-231-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1944 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l cola Arpi =)atmos42001-09-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1940 b3059339-0415-0410-9bf9-f77b7e298cf2
* YV12 support (using libavcodec for mpeg1-I encoding)arpi2001-09-221-11/+173
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1936 b3059339-0415-0410-9bf9-f77b7e298cf2
* XDestroyWindow fix baze.pontscho2001-09-203-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed typo.atmos42001-09-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1911 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multiple window bug in multifile mode.atmos42001-09-183-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1910 b3059339-0415-0410-9bf9-f77b7e298cf2
* corrections to OSD mark positionatlka2001-09-101-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1879 b3059339-0415-0410-9bf9-f77b7e298cf2
* PS multiplexing fixedarpi2001-09-091-24/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1877 b3059339-0415-0410-9bf9-f77b7e298cf2
* file writer implementedarpi2001-09-081-2/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1873 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mpeg PES addedarpi2001-09-084-1/+83
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1872 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix skin changing, xv fullscreen redraw bug, etc.pontscho2001-09-051-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1859 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix xshape, mixer, fullscreen, etcpontscho2001-09-044-32/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1853 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes, and Y check put back to avoid sig11arpi2001-09-011-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1825 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed signal 8 bugarpi2001-09-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1823 b3059339-0415-0410-9bf9-f77b7e298cf2
* fullscreen bug fixedpontscho2001-09-011-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1819 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix size ?pontscho2001-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1812 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv2rgb_fun typedef uses int parameters, not uint32_t (fixes some compilerjkeil2001-08-311-11/+8
| | | | |