summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Expand)AuthorAgeFilesLines
* Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>alex2002-09-011-1/+1
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-3/+3
* removed -W -Wall -g and other gcc-specific warning/debug optionsarpi2002-08-222-7/+7
* hmm. vosub_vidix has LIBDIR/mplayer/vidix as driver path, so we should usearpi2002-08-161-4/+4
* vide EQ fixed - lumactl register is not readable!arpi2002-07-251-19/+20
* - fix audio equalizerpontscho2002-07-191-7/+9
* switch off nearest scaling ...pontscho2002-07-091-3/+5
* removed genfb and nvidia driversalex2002-07-054-538/+0
* fixed doublebuffering and moved messages to various verbose levelalex2002-07-051-55/+52
* equalizer (brightness/contrast) supportalex2002-06-291-43/+37
* remove colorkeying if destroying the driver - fixes some bugsalex2002-06-251-2/+14
* YVU9,IF09,Y800 and Y8 support - and synced with mpxpalex2002-06-211-27/+114
* rage128/radeon fixes, mach64 mess^H^H^H^Hcleanup, pm3 driver.arpi2002-05-316-77/+1818
* openbsd a.out needs underscore for dlsym - patch by Björn Sandell <biorn@dce...arpi2002-05-201-0/+4
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+7
* libdir changedarpi2002-04-241-1/+1
* reading pll in 32-bit instead of 8-bit +1, +2michael2002-04-231-7/+13
* antoher try, ecp reading like in gatos ...michael2002-04-201-5/+10
* print version number, so we know if the user forgot to copy/install the drivermichael2002-04-151-1/+7
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* ignore ecpmichael2002-04-131-1/+1
* 10lmichael2002-04-121-1/+1
* fixing vertical scaling on non mobility cards, this might have overflowed int...michael2002-04-121-3/+13
* rage mobility m3 is rage128 based and not mach64 ...michael2002-03-172-3/+4
* using LIBDIR instead prefix/lib/mplayeralex2002-03-161-1/+1
* Fixed color key definitions. Waiting for new bugreports ;)nick2002-03-112-11/+12
* Fixed swapping of UV planes in single buffered modenick2002-03-111-4/+4
* 10Lnick2002-03-031-1/+1
* Multi-bufferingnick2002-03-031-54/+58
* Use as much buffers as possiblenick2002-03-031-1/+1
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
* check if planar formats are supportedmichael2002-02-271-27/+52
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
* YVU9 supportmichael2002-02-261-72/+111
* color key supportnick2002-02-261-13/+80
* triple bufferingmichael2002-02-252-138/+60
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
* 10lmichael2002-02-251-0/+1
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ...michael2002-02-251-46/+114
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
* colorkey supportmichael2002-02-241-0/+14
* vsyncmichael2002-02-241-15/+30
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
* meaning of some bits figured outmichael2002-02-191-1/+12
* fixing yv12michael2002-02-191-2/+2
* Fixes:nick2002-02-191-13/+21
* fixed planar yuv formatsmichael2002-02-171-2/+8
* Direct rendering with dshow codecs support. (Was untested but should work)nick2002-02-161-2/+2
* Works with YUY2 fourccnick2002-02-161-21/+549
* Scratch for volunteersnick2002-02-133-1/+2674
* typonick2002-02-131-2/+2
* Fixing "quake" by direct waiting of vsync.nick2002-02-131-0/+15
* - Shutdown capturing before playbacknick2002-02-122-33/+194
* Get(Set) deinterlacingnick2002-02-091-1/+49
* - Fixed incorrect i420 support (Michael was right)nick2002-02-071-9/+12
* typonick2002-02-061-3/+3
* mplayer has swapped RGB's fourcc :(nick2002-02-051-0/+15
* using dlerror() instead strerror(), displays unresolved symbol messagesalex2002-02-031-2/+4
* using MTRRnick2002-02-021-2/+3
* using MTRRnick2002-02-021-0/+3
* fixing i420nick2002-02-011-2/+2
* Using new tune infonick2002-02-011-6/+40
* YVYU support (untested yet)nick2002-02-011-4/+3
* RGB15 experimental supportnick2002-01-311-4/+10
* It seems that there no direct support for RGB24 :(nick2002-01-301-1/+1
* Preliminary RGB32 and RGB16 support. (Untested yet)nick2002-01-301-4/+22
* Use one pitch sourcenick2002-01-301-6/+8
* More correct double_buffering for packed fourccnick2002-01-301-4/+7
* Typosnick2002-01-301-3/+3
* Correcting pointers on second buffernick2002-01-301-12/+23
* info on 4x4 coeffsnick2002-01-291-2/+28
* gcc-3.0.3 compilation fixingnick2002-01-271-4/+2
* initialalex2002-01-231-0/+55
* upgraded to newest vidix interfacealex2002-01-232-11/+150
* upgraded to newest vidix interface. in eq: return if g200 moved to the beginn...alex2002-01-231-25/+34
* added cap.authoralex2002-01-231-2/+11
* some typos fixed ;), added author to capabilites and extended name to 64 byte...alex2002-01-231-6/+11
* intense->intensity + capability extension + fixing R200 color correction bugnick2002-01-231-17/+40
* intense -> intensity + capability extensionnick2002-01-232-6/+20
* Checking for RGB boundariesnick2002-01-201-0/+3
* RGB independed correction (similar to brightness)nick2002-01-201-4/+16
* 2048x2048 is real max size of overlaynick2002-01-201-2/+2
* reported working at 1600x1200 too, pciconfig stuff fixed, you can enable it w...alex2002-01-201-12/+7
* equalizer is only supported by g400alex2002-01-191-0/+4
* cleaned some parts, tested and working with g400/450, g200 is buggy :(alex2002-01-191-73/+60
* added FLAG_EQUALIZERalex2002-01-191-1/+1
* added flag_equalizeralex2002-01-191-0/+1
* gamma correction (preliminary version).nick2002-01-191-0/+27
* updated, colorkey support, pontscho reported it's working fine, only faulting...alex2002-01-182-192/+93
* i think, it's better [playback->offsets and offset implemented/corrected]alex2002-01-181-404/+10
* Fixed saturation computing for rage128nick2002-01-181-1/+1
* gamma correction supportnick2002-01-181-4/+23
* Use 'install' instead of 'cp'nick2002-01-171-1/+1
* fix include orderatmos42002-01-171-2/+2
* More messages on forcingnick2002-01-161-0/+12
* + new features and possibilitynick2002-01-168-45/+152
* commited due to request of nexusalex2002-01-151-2/+17
* BSD fix by Steven M. Schultz <sms@2BSD.COM>arpi2002-01-151-0/+4
* fixed to get something - needs a major rewritearpi2002-01-131-1/+9
* added mga_vid (also playback->offset is not set (fixing it on monday)alex2002-01-133-1/+1956
* committed due to request of gabucinoalex2002-01-131-1/+37
* Typonick2002-01-131-1/+1
* just a dummy for now (for developement)alex2002-01-131-0/+134
* startedalex2002-01-131-0/+176
* Changes due new gawk generatornick2002-01-122-87/+62
* Minor interface changes: color and video keys are moved out from playback con...nick2002-01-094-7/+39
* *** empty log message ***jaf2002-01-071-0/+1
* I was missing it ...jaf2002-01-071-0/+1
* portable solutionnick2002-01-071-3/+1
* FreeBSD fixnexus2002-01-071-0/+2
* double buffering fixingnick2002-01-071-3/+12
* Embedding vidixnick2002-01-073-22/+25
* works!!!nick2002-01-061-10/+21
* IO space is memory mapped (no in(out)port required)nick2002-01-061-6/+13
* lazy loader works better ;)nick2002-01-061-8/+34
* changes due interface changingnick2002-01-061-0/+23
* minor interface changing and verbosingnick2002-01-062-7/+28
* stdint.h replaced by inttypes.h (used more frequently in the sources)pl2002-01-061-1/+1
* preliminary versionnick2002-01-053-0/+3144
* minor interface changingnick2002-01-053-35/+25
* preliminary versionnick2002-01-056-0/+610