diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 19:06:32 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 19:06:32 +0000 |
commit | 56e3b221651044fb8913967663b3c265d932cf91 (patch) | |
tree | 5cfe1e20222e99cd28be532f36866d4ecb4a9807 | |
parent | 00f00a374a2989944e8030f6303ab4d677dff3eb (diff) | |
download | xine-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-- | ChangeLog | 2 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -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 -------- |