summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2003-11-24 22:52:15 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2003-11-24 22:52:15 +0000
commitd2d5d96c41f21f2eb60b6ca61619b23ad6187780 (patch)
tree2f83abd003d0c530eea0bbb2cdf965ea04bcd28b /ChangeLog
parentda841dc7965ca990fe92a6c835c292aa5bb2599d (diff)
downloadxine-lib-d2d5d96c41f21f2eb60b6ca61619b23ad6187780.tar.gz
xine-lib-d2d5d96c41f21f2eb60b6ca61619b23ad6187780.tar.bz2
Support for large files created by RIP input plugin. It's used fseeko(). When configure won't find it, it will be used fseek() with 2 GB limit.
CVS patchset: 5778 CVS date: 2003/11/24 22:52:15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b3e07b92..481b07962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@ xine-lib (1-rc3)
(goom video does not jump any more)
* problem with long frame durations fixed
* seek timeout in RIP input plugin
+ * support for saved files bigger than 2 GB
xine-lib (1-rc2)
* XvMC support for hardware accelerated mpeg2 playback (-V xvmc)