1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
Commit Graph

2321 Commits

Author SHA1 Message Date
gabucino
93ad0e3b78 added matrox fullscreen/aspect tvout stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2321 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 22:59:38 +00:00
atmos4
ddcf9a0745 Add some info putput for aspect().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2320 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 22:53:32 +00:00
atmos4
14df5b5528 oops
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2319 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 22:30:25 +00:00
atmos4
612ba8077f Aspect support for vo_mga, you need to use -screenw and -screenh to set your current screen res. Untested!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2318 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 22:29:29 +00:00
michael
99a2f8a751 fixed alignment (static variables where sometimes not 8-byte aligned)
added half uv interpolation support
added prefetch
BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported)
special unscaled height version (not much faster but it doesnt interpolate uv vertically)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2317 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 21:12:09 +00:00
arpi
befa533362 streaming fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2316 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 20:35:12 +00:00
arpi
edc6389037 libdemux cleanup part 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2315 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 20:03:10 +00:00
gabucino
9eb9d9fdf6 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2314 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 19:14:06 +00:00
arpi
fe90096c99 tets.c removed +10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2313 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 19:09:06 +00:00
arpi
2b1d367101 i forgot this. -10l :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2312 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 19:04:56 +00:00
arpi
881e5d0783 libdemuxer...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 18:49:08 +00:00
gabucino
daab5f2480 New section: Matrox TVout - method 2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2310 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 18:05:30 +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
pl
a46e600619 returns a malloc()'ed string instead of an auto char[]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2304 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 11:16:47 +00:00
pl
746b9acfb6 array was not correctly initialized
use of char* since it avoids wasting memory
  (4+stringsize bytes instead of 128)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2303 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 11:14:57 +00:00
atmos4
690490f7d0 Detect and show cpu name.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2302 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 02:35:31 +00:00
michael
4576b903d7 more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2301 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 17:03:51 +00:00
gabucino
5724c0e9e9 vo_vesa added to 'zoom'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2300 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 16:58:35 +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
michael
0ac6fe1c49 first line bug fixed (happend if the image was scaled down or 1:1)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2298 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 15:50:44 +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
arpi
d59d26f1ea divx4 brightness etc support patch by Adam Tla/lka
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2296 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 15:21:36 +00:00
nick
3640ce3005 More verbosing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2295 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 15:09:57 +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
arpi
5fbdb807ec PP_FUNNY_STRIDE disabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2293 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 14:54:26 +00:00
arpi
62d5ab65a6 ffdivx postproc dest buffer is 16x16 aligned
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2292 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 14:43:38 +00:00
gabucino
4f39c63d7c *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2291 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 14:14:55 +00:00
jaf
291fcaf26e Small Corrections
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2290 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 14:09:16 +00:00
arpi
73ac31380d final fix?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2289 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 14:02:12 +00:00
jaf
4f8c49ce01 some minutes in school
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2288 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:58:06 +00:00
michael
c64769de50 added compiletime option to turn width%8==0 on
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2287 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:56:12 +00:00
michael
13994ecabb fixed a bug in the tmp buffer
fixed the color range for yuv
fixed the width %8!=0 bug (another 1% speed loss)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2286 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:41:38 +00:00
pontscho
e890543a4c amd...?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2285 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:28:59 +00:00
moz
263aa9b035 added TOC C/2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2284 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:18:04 +00:00
arpi
236f115d9b fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2283 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:11:26 +00:00
arpi
637ead4353 fixed?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2282 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:09:26 +00:00
pontscho
f8ce675a2f amd fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2281 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 13:01:31 +00:00
michael
08e3fe558c horizontal scaling bugs fixed, should be mostly bugfree now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2280 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 12:30:01 +00:00
sven
f615e23d85 aspect changes integrated .., please check performance and conformance
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2279 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 10:51:04 +00:00
gabucino
a8785016e1 YEAH!!!! Finally broke free from LGB's Table of Contents !!! :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2278 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 10:33:59 +00:00
sven
18fe276351 improved gl, please check performance and correct display
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2277 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 10:09:29 +00:00
moz
870b19610f corrected word bibliothèque
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2276 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 09:38:43 +00:00
arpi
793efa116b xinc scaled by 16 instead of 8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2275 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 02:21:47 +00:00
arpi
2a680c8d21 sleep stuff moved to linux/timer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2274 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 02:16:21 +00:00
arpi
a16cebf64a cpu detection fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2273 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 02:00:45 +00:00
michael
f8c68da092 horizontal lines bugfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2272 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-19 01:53:45 +00:00