[MPlayer-DOCS] r38148 - in trunk: DOCS/man/en/mplayer.1 DOCS/tech/MAINTAINERS Makefile configure libao2/ao_ivtv.c libao2/audio_out.c libvo/video_out.c libvo/vo_ivtv.c libvo/vo_ivtv.h stream/pvr.h stream/stream_pvr.c

al subversion at mplayerhq.hu
Sat Jun 29 00:05:15 EEST 2019


Author: al
Date: Sat Jun 29 00:05:15 2019
New Revision: 38148

Log:
Remove ivtv ao and vo drivers

IVTV support is for a long time available through Video4Linux.
The hardware can still be used through the v4l2 vo and ao drivers.

There is still IVTV linux code in a VIDIX driver. This change
doesn't remove the IVTV remnants in the VIDIX source.

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Deleted:
   trunk/libao2/ao_ivtv.c
   trunk/libvo/vo_ivtv.c
   trunk/libvo/vo_ivtv.h
Modified:
   trunk/DOCS/tech/MAINTAINERS
   trunk/Makefile
   trunk/configure
   trunk/libao2/audio_out.c
   trunk/libvo/video_out.c
   trunk/stream/pvr.h
   trunk/stream/stream_pvr.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Wed May 29 12:57:32 2019	(r38147)
+++ trunk/DOCS/man/en/mplayer.1	Sat Jun 29 00:05:15 2019	(r38148)
@@ -3268,11 +3268,6 @@ Set buffer size to <size> in samples (de
 Creative DXR2 specific output driver
 .
 .TP
-.B ivtv (IVTV only)
-IVTV specific MPEG audio output driver.
-Works with \-ac hwmpa only.
-.
-.TP
 .B v4l2 (requires Linux 2.6.22+ kernel)
 Audio output driver for V4L2 cards with hardware MPEG decoder.
 .
@@ -4729,21 +4724,6 @@ Specifies the device number to use if yo
 .RE
 .PD 1
 .
-.TP
-.B ivtv (IVTV only)
-Conexant CX23415 (iCompression iTVC15) or Conexant CX23416 (iCompression
-iTVC16) MPEG decoder chip (Hauppauge WinTV PVR-150/250/350/500)
-specific video output driver for TV-out.
-Also see the lavc video filter.
-.PD 0
-.RSs
-.IPs <device>
-Explicitly choose the MPEG decoder device name to use (default: /dev/video16).
-.IPs <output>
-Explicitly choose the TV-out output to be used for the video signal.
-.RE
-.PD 1
-.
 .TP
 .B v4l2 (requires Linux 2.6.22+ kernel)
 Video output driver for V4L2 compliant cards with built-in hardware MPEG decoder.


More information about the MPlayer-DOCS mailing list