summaryrefslogtreecommitdiff
path: root/src/video_out/vidix
AgeCommit message (Collapse)Author
2003-12-12support for new ATI chipsJames Stembridge
CVS patchset: 5897 CVS date: 2003/12/12 23:20:21
2003-11-16sync with vidix cvsJames Stembridge
CVS patchset: 5755 CVS date: 2003/11/16 17:18:09
2003-11-10fix yuy2 output on mga_vidJames Stembridge
CVS patchset: 5717 CVS date: 2003/11/10 18:40:08
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-07-20fix G400 chroma bugJames Stembridge
CVS patchset: 5202 CVS date: 2003/07/20 20:07:39
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-02Set colour key control registers in same way that gatos and windows drivers doJames Stembridge
CVS patchset: 4743 CVS date: 2003/05/02 00:17:18
2003-05-02remove unused variableJames Stembridge
CVS patchset: 4742 CVS date: 2003/05/02 00:09:22
2003-05-0124 and 32 bpp settings are the same so collapse into single caseJames Stembridge
CVS patchset: 4741 CVS date: 2003/05/01 23:52:02
2003-05-01fix unwanted fall through in selectJames Stembridge
CVS patchset: 4740 CVS date: 2003/05/01 23:49:52
2003-05-01According to gatos (and as suspected) r100 colour keying is no differentJames Stembridge
CVS patchset: 4739 CVS date: 2003/05/01 23:39:16
2003-05-01workaround for some mobility chips reporting zero ram size (from mplayer)James Stembridge
CVS patchset: 4733 CVS date: 2003/05/01 14:23:38
2003-03-31libdl don't exist on all systemDaniel Caujolle-Bert
CVS patchset: 4516 CVS date: 2003/03/31 07:48:38
2003-03-14libvidix uses libdlJames Stembridge
CVS patchset: 4420 CVS date: 2003/03/14 22:40:25
2003-03-14simpler solution to not loading mga_crtc2_vid with g200 and don't print ↵James Stembridge
message when card not found CVS patchset: 4419 CVS date: 2003/03/14 22:36:01
2003-03-14Only probe driver files with a .so extensionJames Stembridge
CVS patchset: 4417 CVS date: 2003/03/14 21:18:09
2003-03-14include dha code in xineplug_vo_out_vidix.so rather than each and every ↵James Stembridge
vidix driver CVS patchset: 4416 CVS date: 2003/03/14 21:07:04
2003-02-13FreeBSD compile fixesHeiko Schaefer
CVS patchset: 4146 CVS date: 2003/02/13 19:04:52
2003-01-31Damn - fix compile warningJames Stembridge
CVS patchset: 4064 CVS date: 2003/01/31 16:05:23
2003-01-31Remove unneeded printf'sJames Stembridge
CVS patchset: 4063 CVS date: 2003/01/31 16:00:26
2003-01-31Change few remaining printf's to match xine styleJames Stembridge
CVS patchset: 4062 CVS date: 2003/01/31 15:56:31
2003-01-31Don't load mga_crtc2_vid with G200James Stembridge
CVS patchset: 4056 CVS date: 2003/01/31 13:15:48
2003-01-29auto* fix: pass 1Daniel Caujolle-Bert
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
2003-01-19Update to cyberblade_vid driver. Fixes cache issues with EPIA-800 and ↵James Stembridge
improves TV-Out mode support. CVS patchset: 3967 CVS date: 2003/01/19 17:19:29
2003-01-16Update cyberblade_vid to latest version. Fixes suspected MMIO and cache ↵James Stembridge
related problems. CVS patchset: 3936 CVS date: 2003/01/16 02:41:42
2003-01-15Import driver from mplayer for Trident CyberBlade/i1 chipset found on some ↵James Stembridge
VIA EPIA Mini-ITX motherboards CVS patchset: 3931 CVS date: 2003/01/15 23:24:25
2003-01-14ops, missing filesMiguel Freitas
CVS patchset: 3910 CVS date: 2003/01/14 01:56:59
2003-01-13big vidix driver update by James StembridgeMiguel Freitas
CVS patchset: 3907 CVS date: 2003/01/13 23:36:01
2002-10-09configure.ac:Stephen Torri
- OpenGL header GL/gl.h is checked to see if its exists with wrong header name (GL/GL.h). Test failed despite the file required by src/video_out/video_out_opengl.c was GL/gl.h - Ascii-Art library version incorrect. Required version is 1.4 (contains aalib-config) m4/aa.m4: - Changed aalib version to 1.4 src/audio_out/Makefile.am: src/demuxers/Makefile.am: src/dxr3/Makefile.am: src/input/Makefile.am: src/input/libdvdnav/Makefile.am: src/input/libdvdread/Makefile.am: src/libffmpeg/libavcodec/Makefile.am: src/libffmpeg/libavcodec/i386/Makefile.am: src/libffmpeg/libavcodec/mlib/Makefile.am: src/libmad/Makefile.am: src/libmpeg2/Makefile.am: src/libvorbis/Makefile.am: src/libw32dll/Makefile.am: src/libw32dll/wine/Makefile.am: src/libxineadec/Makefile.am: src/libxvid/Makefile.am: src/video_out/Makefile.am: src/video_out/libdha/Makefile.am: src/video_out/vidix/Makefile.am: src/xine-engine/Makefile.am: src/xine-utils/Makefile.am: - Removed @CFLAGS@ from all AM_CFLAGS. @CFLAGS@ are added in Makefile.in. Adding it here was redundant. Thanks to Mike and others for pointing this out. CVS patchset: 2805 CVS date: 2002/10/09 05:13:38
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
Replaced configure.in with configure.ac Remove acconfig.h (Unnecessary with autoconf 2.52 or above) Updated configure.ac to remove deprecated macros, upgraded AC_DEFINE to include comments, merged in acconfig.h. Combined libxine and libxineutils into one library. libxineutils is created but not installed. Its statically linked into libxine. Advanced libxine version from 0.2.0 to 1.0.0 Removed references for skins. Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE. $XINE_SUB Xine-config updated for new location of plugins Sorted file lists in Makefile.am to make them more readable. TODO: remove skins references from xine-config CVS patchset: 2705 CVS date: 2002/09/19 06:01:18
2002-08-16- syncfb simplified with helper functions (obs: i enabled zoom since it ↵Miguel Freitas
seemed to work in my computer. to disable it again just change vo_scale_init parameter) - some vidix files missing from my last update - vo_scale must set displayed_xxx even without zoom support CVS patchset: 2467 CVS date: 2002/08/16 22:51:39
2002-08-16update vidixMiguel Freitas
CVS patchset: 2466 CVS date: 2002/08/16 22:19:27
2002-07-12Unneeded dep.Daniel Caujolle-Bert
CVS patchset: 2253 CVS date: 2002/07/12 20:08:27
2002-07-12Fix compilation failure on some system.Daniel Caujolle-Bert
CVS patchset: 2252 CVS date: 2002/07/12 20:06:19
2002-07-12Fix vidix drivers compilation (rage128, mga_crtc2, and perhaps mach64).Daniel Caujolle-Bert
CVS patchset: 2251 CVS date: 2002/07/12 17:08:57
2002-06-23Let cvs ignore a lot of files that are built.Dennis Björklund
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44
2002-06-03Sync drivers to mplayer CVS.Daniel Caujolle-Bert
CVS patchset: 1988 CVS date: 2002/06/03 00:16:35
2002-06-01Add vidix/libdha from mplayerxp and Miguel's video ouput vidix.Daniel Caujolle-Bert
CVS patchset: 1976 CVS date: 2002/06/01 14:08:36