summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-04-13 19:06:32 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-04-13 19:06:32 +0000
commit56e3b221651044fb8913967663b3c265d932cf91 (patch)
tree5cfe1e20222e99cd28be532f36866d4ecb4a9807
parent00f00a374a2989944e8030f6303ab4d677dff3eb (diff)
downloadxine-lib-56e3b221651044fb8913967663b3c265d932cf91.tar.gz
xine-lib-56e3b221651044fb8913967663b3c265d932cf91.tar.bz2
network input plugin fixes
CVS patchset: 4606 CVS date: 2003/04/13 19:06:32
-rw-r--r--ChangeLog2
-rw-r--r--TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 231b87b70..a1ff84077 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
xine-lib (1-beta11)
* fix fastforward bug (slow playback with unused cpu cicles)
+ * fix input_net (tcp) seeking
+ * network input plugins do not freeze when no data is available
xine-lib (1-beta10)
* loading and displaying png images (e.g. for logos)
diff --git a/TODO b/TODO
index 11c644f1a..6ddbc580d 100644
--- a/TODO
+++ b/TODO
@@ -11,8 +11,6 @@ required for 1.0
obs: partialy implemented. all modules must be checked
for error reporting.
- update xine hacker's guide
-- have all network input plugins to use the same code with select().
- must be able to stop engine while waiting for data.
optional
--------