1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00

rtsp is a stream layer not demuxer

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19329 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-08-04 20:11:58 +00:00
parent e1485d3f15
commit 2b488b5415
2 changed files with 3 additions and 3 deletions

View File

@ -810,7 +810,7 @@ Zoltán, Márk Vicián (Se7en) <se7en@sch.bme.hu>
* SVGAlib support in libvo * SVGAlib support in libvo
Zores, Benjamin (ben) <ben@geexbox.org> Zores, Benjamin (ben) <ben@geexbox.org>
* RTSP demuxer in libmpdemux. * RTSP input layer in stream.
* PVR input layer for IVTV based cards. * PVR input layer for IVTV based cards.
* IVTV h/w MPEG decoder ao/vo driver. * IVTV h/w MPEG decoder ao/vo driver.

View File

@ -17,10 +17,10 @@ MPlayer (1.0)
* support for audio stream switching in MPEG-TS/PS, Matroska and * support for audio stream switching in MPEG-TS/PS, Matroska and
streams supported by libavformat streams supported by libavformat
* lavf demuxer now honors -alang * lavf demuxer now honors -alang
* native RTSP demuxer (handles MPEG-TS over RTP) for generic RTSP servers
Inputs: Inputs:
* PVR input for IVTV based cards (Hauppauge WinTV PVR-150/250/350/500) * PVR input for IVTV based cards (Hauppauge WinTV PVR-150/250/350/500)
* native RTSP input (handles MPEG-TS over RTP) for generic RTSP servers.
FFmpeg/libavcodec: FFmpeg/libavcodec:
* VC-1/WMV3/WMV9 video decoder * VC-1/WMV3/WMV9 video decoder