summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHarm van der Heijden <hrm@users.sourceforge.net>2001-12-11 02:26:58 +0000
committerHarm van der Heijden <hrm@users.sourceforge.net>2001-12-11 02:26:58 +0000
commit1416e359d0bfcb59d2021d3904b50dc55bbfe466 (patch)
tree70b528bb6b17cfbbcdc1d05bfe3d00813dd9909b /ChangeLog
parent92e1c20178c3517c3edb47936f4b532a575331d4 (diff)
downloadxine-lib-1416e359d0bfcb59d2021d3904b50dc55bbfe466.tar.gz
xine-lib-1416e359d0bfcb59d2021d3904b50dc55bbfe466.tar.bz2
- major code cleanup in dxr3enc driver. Still one big c file, but now
easy to split into core + fame + rte - now official support for librte-0.4 (zapping.sf.net); updated configure scripts, checks for librte added. Possible to compile both librte and libfame support in at the same time, configuration via .xinerc. - fixed YUY2 decoding, both for libfame and librte. Note: unifying dxr3enc (non-mpeg) and dxr3 (mpeg) seems rather easy right now. I think I'll wait with it for a bit, because perhaps the dxr3-dvd fixes need major replumbing in the dxr3 vo driver (but I don't expect that; all mpeg stuff is done in the dxr3 decoder plugin) CVS patchset: 1220 CVS date: 2001/12/11 02:26:58
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e86aa516..24f352b85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ * cleanup of dxr3enc driver. Now official support for librte-0.4 besides
+ the traditional libfame, via .xine/config file.
+
xine (0.9.7) unstable; urgency=low
* fix some win32 dll segfaults