summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Liljenberg <petli@users.sourceforge.net>2003-03-05 17:16:17 +0000
committerPeter Liljenberg <petli@users.sourceforge.net>2003-03-05 17:16:17 +0000
commit31e0c25d1d246d0d26492f1455c427375d8ee8a2 (patch)
tree0604d71378936b013d8e62a19926f62fb84c0951 /ChangeLog
parent6da071aa591e7c3d4899a2bf8e34ca4e77405776 (diff)
downloadxine-lib-31e0c25d1d246d0d26492f1455c427375d8ee8a2.tar.gz
xine-lib-31e0c25d1d246d0d26492f1455c427375d8ee8a2.tar.bz2
Updated rtp input plugin and enhanced it
CVS patchset: 4340 CVS date: 2003/03/05 17:16:17
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3d2e7ee5..fc4672b65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,13 @@ xine-lib (1-beta7)
* libdvdread updated to 0.9.4
* streaming of avi files (e.g. via http)
* experimental TiVo-like functionality using WinTV-PVR cards (pvr plugin)
-
+ * rtp input updated to latest API, and rewritten to handle arbitrary
+ packet sizes, and both real RTP packets and a stream sent as raw UDP
+ packets (common in IP-TV). RTP packet parsing not tested, and does
+ not handle sequence counter. There's also a deadlock in many demuxers
+ when trying to stop during a network timeout, xine has to be SIGKILLED
+ in this case.
+
xine-lib (1-beta6)
* inform the width and height for the v4l input plugin
* ffmpeg aspect ratio detection code fixed