VO, AO: remove obsolete/problematic VO/AO drivers
commitbc33257a6436fcf53bc73f4d0dcadc4a46eabe9c
authorwm4 <wm4@mplayer2.org>
Sat, 28 Jul 2012 18:20:17 +0000 (28 20:20 +0200)
committerUoti Urpala <uau@mplayer2.org>
Mon, 27 Aug 2012 21:19:41 +0000 (28 00:19 +0300)
tree4d579098e327ac9f175179d5eed7933880781376
parent95e81df132e3dbc555974d125e56ae701a0f6968
VO, AO: remove obsolete/problematic VO/AO drivers

Some of these have only limited use, and some of these have no use at
all. Remove them. They make maintainance harder and nobody needs them.
It's possible that many of the removed drivers were very useful a
dozen of years ago, but now it's 2012.

Note that some of these could be added back, in case they were more
useful than I thought. But right now, they are just a burden.

Reason for removal for each module:
    vo_3dfx, vo_dfbmga, vo_dxr3, vo_ivtv, vo_mga, vo_s3fb,
    vo_tdfx_vid, vo_tdfxfb, vo_xmga:
        All of these are for very specific and outdated hardware. Some
        of them require non-standard kernel drivers or do direct HW
        access.
    vo_dga: the most crappy and ancient way to get fast output on X.
    vo_aa: there's vo_caca for the same purpose.
    vo_ggi: this never lived, and is entirely useless.
    vo_mpegpes: for DVB cards, I can't test this and it's crappy.
    vo_fbdev, vo_fbdev2: there's vo_directfb2
    vo_bl: what is this even? But it's neither important, nor alive.
    vo_svga, vo_vesa: you want to use this? You can't be serious.
    vo_wii: I can't test this, and who the hell uses this?
    vo_xvr100: some Sun thing.
    vo_xover: only useful in connection with xvr100.
    ao_ivtv: removed along vo_ivtv.
    ao_mpegpes: removed along vo_mpegpes.
    ao_nas: still alive, but I doubt it has any meaning today.
    ao_sun: Sun.
    ao_win32: use ao_dsound or ao_portaudio instead.

Additionally, I accidentally damaged Sun support, which made me
completely remove Sun/Solaris support. Nobody cares about this anyway.

Also clean up some leftovers from previous removals.
65 files changed:
Makefile
cfg-mplayer.h
configure
drivers/3dfx.h [deleted file]
drivers/README.Ati [deleted file]
drivers/README.Matrox [deleted file]
drivers/generic_math.h [deleted file]
drivers/hacking.ati [deleted file]
drivers/mga_vid.c [deleted file]
drivers/mga_vid.h [deleted file]
drivers/mga_vid_test.c [deleted file]
drivers/radeon.h [deleted file]
drivers/radeon_vid.c [deleted file]
drivers/radeon_vid.h [deleted file]
drivers/tdfx_vid.c [deleted file]
drivers/tdfx_vid.h [deleted file]
drivers/tdfx_vid_test.c [deleted file]
libao2/ao_ivtv.c [deleted file]
libao2/ao_mpegpes.c [deleted file]
libao2/ao_nas.c [deleted file]
libao2/ao_sun.c [deleted file]
libao2/ao_win32.c [deleted file]
libao2/audio_out.c
libmpcodecs/vfcap.h
libvo/aspect.c
libvo/aspect.h
libvo/gtf.c [deleted file]
libvo/gtf.h [deleted file]
libvo/matrixview_font.h [deleted file]
libvo/mga_template.c [deleted file]
libvo/osd.c
libvo/osd.h
libvo/osd_template.c
libvo/spuenc.c [deleted file]
libvo/spuenc.h [deleted file]
libvo/vesa_lvo.c [deleted file]
libvo/vesa_lvo.h [deleted file]
libvo/video_out.c
libvo/video_out.h
libvo/vo_3dfx.c [deleted file]
libvo/vo_aa.c [deleted file]
libvo/vo_bl.c [deleted file]
libvo/vo_dfbmga.c [deleted file]
libvo/vo_dga.c [deleted file]
libvo/vo_dxr3.c [deleted file]
libvo/vo_fbdev.c [deleted file]
libvo/vo_fbdev2.c [deleted file]
libvo/vo_ggi.c [deleted file]
libvo/vo_ivtv.c [deleted file]
libvo/vo_ivtv.h [deleted file]
libvo/vo_mga.c [deleted file]
libvo/vo_mpegpes.c [deleted file]
libvo/vo_s3fb.c [deleted file]
libvo/vo_svga.c [deleted file]
libvo/vo_tdfx_vid.c [deleted file]
libvo/vo_tdfxfb.c [deleted file]
libvo/vo_vesa.c [deleted file]
libvo/vo_wii.c [deleted file]
libvo/vo_xmga.c [deleted file]
libvo/vo_xover.c [deleted file]
libvo/vo_xvr100.c [deleted file]
libvo/x11_common.c
mplayer.c
sub/spudec.c
sub/spudec.h