summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Collapse)AuthorAgeFilesLines
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+7
| | | | | | | | | Björn Sandell <biorn@dce.chalmers.se> Marcus <core@antbear.org> Bernd Ernesti <mplayer@lists.veego.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5873 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdir changedarpi2002-04-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5815 b3059339-0415-0410-9bf9-f77b7e298cf2
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5793 b3059339-0415-0410-9bf9-f77b7e298cf2
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5732 b3059339-0415-0410-9bf9-f77b7e298cf2
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5642 b3059339-0415-0410-9bf9-f77b7e298cf2
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
* ignore ecpmichael2002-04-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5590 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing vertical scaling on non mobility cards, this might have overflowed ↵michael2002-04-121-3/+13
| | | | | | into the horizontal stuff, so perhaps it fixes the horizontal stuff too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5575 b3059339-0415-0410-9bf9-f77b7e298cf2
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5166 b3059339-0415-0410-9bf9-f77b7e298cf2
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed color key definitions. Waiting for new bugreports ;)nick2002-03-112-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5045 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed swapping of UV planes in single buffered modenick2002-03-111-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5042 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lnick2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Multi-bufferingnick2002-03-031-54/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use as much buffers as possiblenick2002-03-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4930 b3059339-0415-0410-9bf9-f77b7e298cf2
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4895 b3059339-0415-0410-9bf9-f77b7e298cf2
* check if planar formats are supportedmichael2002-02-271-27/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4877 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4874 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVU9 supportmichael2002-02-261-72/+111
| | | | | | | | fixing framesize & alignment setting colorkey at a more correct place git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4873 b3059339-0415-0410-9bf9-f77b7e298cf2
* color key supportnick2002-02-261-13/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4870 b3059339-0415-0410-9bf9-f77b7e298cf2
* triple bufferingmichael2002-02-252-138/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4867 b3059339-0415-0410-9bf9-f77b7e298cf2
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4866 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2002-02-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4863 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ↵michael2002-02-251-46/+114
| | | | | | | | | more) wrong vertical scaling fixed if video expansion on rage mobility like "cards" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4862 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4856 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4854 b3059339-0415-0410-9bf9-f77b7e298cf2
* colorkey supportmichael2002-02-241-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4852 b3059339-0415-0410-9bf9-f77b7e298cf2
* vsyncmichael2002-02-241-15/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4848 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4770 b3059339-0415-0410-9bf9-f77b7e298cf2
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4762 b3059339-0415-0410-9bf9-f77b7e298cf2
* meaning of some bits figured outmichael2002-02-191-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4761 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing yv12michael2002-02-191-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes:nick2002-02-191-13/+21
| | | | | | | | | | | | | | | | - every line of movie is displayed instead of every odd before (v_inc: 11 -> 12; pitch -> pitch/2) - awful colored window on start (reset_regs: OUTREG(i,-1) -> OUTREG(i,0)) - YVYU fourcc displaying (SCALE_CNTL: 0xb0000 -> 0xc0000) - correct vertical scaling in double scan in interlaced modes (see y_x_start(end)) Note: tested 3DRage IIC doesn't support neihgter YV12 nor color correction so Michael should test and fix again these changes. Sorry! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4759 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed planar yuv formatsmichael2002-02-171-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Direct rendering with dshow codecs support. (Was untested but should work)nick2002-02-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Works with YUY2 fourccnick2002-02-161-21/+549
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Scratch for volunteersnick2002-02-133-1/+2674
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4692 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonick2002-02-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4691 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing "quake" by direct waiting of vsync.nick2002-02-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (I don't why - but SMART_SWITCH is always disabled on my card) Benchmarks: [SRC] VIDEO: [DIV3] 624x356 24bpp 24.00 fps 497.3 kbps (60.7 kbyte/s) [DEST] 1024x768@32 70fps (-xvidix -fs -zoom) -vc ffdivx -double: BENCHMARKs: V: 3.838s VO: 7.305s A: 0.555s Sys: 18.264s = 29.962s BENCHMARK%: V: 12.8110% VO: 24.3808% A: 1.8518% Sys: 60.9564% = 100.0000% total video time: 11.143s -vc ffdivx -nodouble: BENCHMARKs: V: 3.846s VO: 1.668s A: 0.539s Sys: 23.869s = 29.922s BENCHMARK%: V: 12.8525% VO: 5.5744% A: 1.8015% Sys: 79.7716% = 100.0000% total video time: 5.514s -vc divxds -double (direct rendering) BENCHMARKs: V: 8.275s VO: 5.750s A: 0.532s Sys: 15.414s = 29.971s BENCHMARK%: V: 27.6115% VO: 19.1850% A: 1.7737% Sys: 51.4298% = 100.0000% total video time: 14.070s -vc divxds -nodouble (direct rendering) BENCHMARKs: V: 7.353s VO: 0.002s A: 0.521s Sys: 22.083s = 29.958s BENCHMARK%: V: 24.5433% VO: 0.0052% A: 1.7382% Sys: 73.7133% = 100.0000% total video time: 7.355s Unfortunately we have dramatic lost of performance (100%) :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4690 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Shutdown capturing before playbacknick2002-02-122-33/+194
| | | | | | | | - More correct waiting for vsync (Note: "quaking" is still there (unlike GATOS)) :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get(Set) deinterlacingnick2002-02-091-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4612 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fixed incorrect i420 support (Michael was right)nick2002-02-071-9/+12
| | | | | | | - Fixed wrong scaling for BGR16 fourcc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4572 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonick2002-02-061-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4548 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer has swapped RGB's fourcc :(nick2002-02-051-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4540 b3059339-0415-0410-9bf9-f77b7e298cf2
* using dlerror() instead strerror(), displays unresolved symbol messagesalex2002-02-031-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4510 b3059339-0415-0410-9bf9-f77b7e298cf2
* using MTRRnick2002-02-021-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4483 b3059339-0415-0410-9bf9-f77b7e298cf2
* using MTRRnick2002-02-021-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4478 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing i420nick2002-02-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4459 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using new tune infonick2002-02-011-6/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4457 b3059339-0415-0410-9bf9-f77b7e298cf2
* YVYU support (untested yet)nick2002-02-011-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4456 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB15 experimental supportnick2002-01-311-4/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4430 b3059339-0415-0410-9bf9-f77b7e298cf2
* It seems that there no direct support for RGB24 :(nick2002-01-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4418 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary RGB32 and RGB16 support. (Untested yet)nick2002-01-301-4/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use one pitch sourcenick2002-01-301-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4416 b3059339-0415-0410-9bf9-f77b7e298cf2
* More correct double_buffering for packed fourccnick2002-01-301-4/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4415 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typosnick2002-01-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4414 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correcting pointers on second buffernick2002-01-301-12/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4413 b3059339-0415-0410-9bf9-f77b7e298cf2
* info on 4x4 coeffsnick2002-01-291-2/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4405 b3059339-0415-0410-9bf9-f77b7e298cf2
* gcc-3.0.3 compilation fixingnick2002-01-271-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4374 b3059339-0415-0410-9bf9-f77b7e298cf2
* initialalex2002-01-231-0/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4330 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgraded to newest vidix interfacealex2002-01-232-11/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4328 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgraded to newest vidix interface. in eq: return if g200 moved to the ↵alex2002-01-231-25/+34
| | | | | | beginning of seteq git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4327 b3059339-0415-0410-9bf9-f77b7e298cf2
* added cap.authoralex2002-01-231-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4326 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typos fixed ;), added author to capabilites and extended name to 64 ↵alex2002-01-231-6/+11
| | | | | | bytes. added interleaved uv planes support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4324 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense->intensity + capability extension + fixing R200 color correction bugnick2002-01-231-17/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4320 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensity + capability extensionnick2002-01-232-6/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Checking for RGB boundariesnick2002-01-201-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4287 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB independed correction (similar to brightness)nick2002-01-201-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4285 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2048x2048 is real max size of overlaynick2002-01-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4283 b3059339-0415-0410-9bf9-f77b7e298cf2
* reported working at 1600x1200 too, pciconfig stuff fixed, you can enable it ↵alex2002-01-201-12/+7
| | | | | | with #define MGA_PCICONFIG_MEMDETECT git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4280 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer is only supported by g400alex2002-01-191-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4274 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleaned some parts, tested and working with g400/450, g200 is buggy :(alex2002-01-191-73/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4273 b3059339-0415-0410-9bf9-f77b7e298cf2
* added FLAG_EQUALIZERalex2002-01-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4265 b3059339-0415-0410-9bf9-f77b7e298cf2
* added flag_equalizeralex2002-01-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4264 b3059339-0415-0410-9bf9-f77b7e298cf2
* gamma correction (preliminary version).nick2002-01-191-0/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4251 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated, colorkey support, pontscho reported it's working fine, only ↵alex2002-01-182-192/+93
| | | | | | faulting with very-very-very big resolution git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4240 b3059339-0415-0410-9bf9-f77b7e298cf2
* i think, it's better [playback->offsets and offset implemented/corrected]alex2002-01-181-404/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4239 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed saturation computing for rage128nick2002-01-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4231 b3059339-0415-0410-9bf9-f77b7e298cf2
* gamma correction supportnick2002-01-181-4/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4230 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'install' instead of 'cp'nick2002-01-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4216 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix include orderatmos4