summaryrefslogtreecommitdiffstats
path: root/vidix
Commit message (Collapse)AuthorAgeFilesLines
* Remove multistage recursion for the vidix subdirectory and recurse from thediego2007-03-241-12/+0
| | | | | | | top-level Makefile only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22807 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-141-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22583 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify handling of extra library flags.diego2007-03-141-9/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22582 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous rule and variables, X_LIB does not exist any longer.diego2007-03-141-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22581 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous variable indirection.diego2007-03-141-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-12/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22579 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename all target to libs.diego2007-03-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Separate prerequisites and rules to avoid redundant rules.diego2007-03-141-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22577 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2007-03-141-5/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22576 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generate dependency information.diego2007-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22575 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous rule and variable.diego2007-03-141-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly mark all phony targets as such.diego2007-03-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22573 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename VIDIX_CFLAGS to CFLAGS.diego2007-03-141-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22572 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2007-03-141-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22571 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 'libs' instead of 'all' target.diego2007-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reuse common parts of all Makefiles through mpcommon.mak.diego2007-03-141-15/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't remove 'test' on distclean, there is no such file.diego2007-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22566 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename variables for consistency with other Makefiles.diego2007-03-141-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22565 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency cosmeticsdiego2007-03-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify library generation rule.diego2007-03-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22563 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge all and do_drivers rules.diego2007-03-141-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22562 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous/obsolete rules and variables.diego2007-03-141-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify .depend file inclusion.diego2007-02-272-6/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22360 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: screen_height calculation was using an uninitialized variablefaust32007-01-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22043 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix detection of rage128/radeon using vidix driver on powerpc (which seems ↵ben2007-01-041-0/+2
| | | | | | to keep them disabled), no impact on other archs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21819 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vidix on ATI Radeon 9600SE cardsben2007-01-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21816 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hack around libavutil/bswap.h compilation problems due to always_inline ↵reimar2006-12-074-4/+4
| | | | | | undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-294-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix macro redefinition warning.diego2006-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21387 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unrecurse VIDIX installation.diego2006-11-281-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21352 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unrecurse VIDIX drivers uninstall.diego2006-11-281-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove one level of indirection on VIDIX install/uninstall.diego2006-11-281-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21224 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous comment.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonexistent variable/file.diego2006-11-252-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify dep/depend targets.diego2006-11-202-7/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add VIDEOMEMORY_SIZE define to allow to easily change it.reimar2006-10-291-3/+4
| | | | | | | | Needed for xvidix sine X seems to ignore VideoRAM settings < 8MB, causing a mess when MPlayer and X use the same memory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove -fno-PIC check from configure and put -fPIC back at the beginningdiego2006-10-231-1/+1
| | | | | | | of CFLAGS in libdha/ and vidix/drivers/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Temporary hotfix: Move -fPIC after OPTFLAGS so that -fno-PIC gets overridden.diego2006-10-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20313 b3059339-0415-0410-9bf9-f77b7e298cf2
* move video memory info printf before the WIN32 workaroundfaust32006-09-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19959 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Reorder some rules.diego2006-08-241-11/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19522 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adapt .so pattern rule for more than one object file.diego2006-08-241-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19521 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundancy removal part IV: Create pattern rules for .o and .so creation.diego2006-08-241-31/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19520 b3059339-0415-0410-9bf9-f77b7e298cf2
* sis_vid.so should be created from more than one object.diego2006-08-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonsens comment.diego2006-08-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19518 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundancy removal part III: Unify LDFLAGS handling some more.diego2006-08-241-22/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundancy removal part II: Remove useless variable indirection.diego2006-08-241-59/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundancy removal part I: Unify CFLAGS and LDFLAGS handling.diego2006-08-231-34/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19515 b3059339-0415-0410-9bf9-f77b7e298cf2
* The way to ignore failing commands in Makefiles is to prepend a -.diego2006-08-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19514 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation commands with $< and $@.diego2006-08-231-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless define from MACH64 CFLAGS.diego2006-08-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove reference to long-gone genfb driver.diego2006-08-231-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19509 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-11/+11
| | | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19426 b3059339-0415-0410-9bf9-f77b7e298cf2
* drops casts from void * on malloc/calloc from vidix/reynaldo2006-07-132-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19073 b3059339-0415-0410-9bf9-f77b7e298cf2
* little rephrasing and corrected reference to main->trunkreynaldo2006-07-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19072 b3059339-0415-0410-9bf9-f77b7e298cf2
* marks several function without a prototype which arent used outside its ↵reynaldo2006-07-134-14/+14
| | | | | | sourcefile as static, Patch by Stefan Huehner - stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-022-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary le2me_32 macros.diego2006-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18319 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't call make from shell constructs it prevent properalbeu2006-03-261-9/+9
| | | | | | | build paralelization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17959 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Geforce FX5500 based on patch by Pascal Yu <yu_pascal at ↵faust32006-02-091-5/+17
| | | | | | hotmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-096-29/+29
| | | | | | | | | | | | | | | | | | | | | | patch replaces '()' for the correct '(void)' in function declarations/prototypes which have no parameters. The '()' syntax tell thats there is a variable list of arguments, so that the compiler cannot check this. The extra CFLAG '-Wstrict-declarations' shows those cases. Comments about a similar patch applied to ffmpeg: That in C++ these mean the same, but in ANSI C the semantics are different; function() is an (obsolete) K&R C style forward declaration, it basically means that the function can have any number and any types of parameters, effectively completely preventing the compiler from doing any sort of type checking. -- Erik Slagter Defining functions with unspecified arguments is allowed but bad. With arguments unspecified the compiler can't report an error/warning if the function is called with incorrect arguments. -- Måns Rullgård git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make clean/distclean behave uniformly in all directories.diego2006-01-272-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update licensing information: The FSF changed postal address.diego2006-01-138-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17368 b3059339-0415-0410-9bf9-f77b7e298cf2
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17367 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for Radeon 9550diego2006-01-081-0/+2
| | | | | | | patch by suns sunstechlive -- ta -- yahoo -- tod -- com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17351 b3059339-0415-0410-9bf9-f77b7e298cf2
* use $(INSTALLSTRIP) consistentlyrathann2006-01-031-1/+1
| | | | | | | | patch by Ville Skyttä closes bugzilla #178 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix setting colorkey in vidix mga_vidods152005-12-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17249 b3059339-0415-0410-9bf9-f77b7e298cf2
* it looks like width needs to be a multiple of 64 for newer cardsfaust32005-11-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16954 b3059339-0415-0410-9bf9-f77b7e298cf2
* mach64_mmio size fix from vidix.sf.net, possible bugfix for #59faust32005-10-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16821 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync amd64 fixes from vidix.sf.netfaust32005-10-201-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16820 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for GeForce FX Go5200 (newer Apple PowerBooks)diego2005-09-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16417 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only older card version seem to make problems with y < 8 in text mode.reimar2005-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16409 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer fixes: changing one attribute reset the others,reimar2005-09-041-16/+24
| | | | | | | brightness control for NV03/NV04 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16390 b3059339-0415-0410-9bf9-f77b7e298cf2
* equalizer supportreimar2005-09-031-2/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16381 b3059339-0415-0410-9bf9-f77b7e298cf2
* 64 bit fix: do not cast pointers to uint32_treimar2005-09-031-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16379 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix support for nVidix FX Go 5700reimar2005-09-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16377 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial endianess fixesfaust32005-09-031-16/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16372 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplificationfaust32005-09-031-25/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16371 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix window position adjustmentfaust32005-09-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16368 b3059339-0415-0410-9bf9-f77b7e298cf2
* radeon x300 support patch by Christophe Preaud <cpreaud at free.fr>faust32005-07-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15921 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some people confuse vidix with kernel drivers, so let's add a note about itattila2005-06-161-0/+3
|