summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-07-15 01:00:28 +0000
committerMike Melanson <mike@multimedia.cx>2002-07-15 01:00:28 +0000
commit027c47e4ea023800719b2268bc81fa1ec1295ce2 (patch)
tree3d651ccdaae37d7910ee69d0d38ade0ca71636d5
parent4b09fc3038ce33b9db1874b22f1d2666a7c6cd6c (diff)
downloadxine-lib-027c47e4ea023800719b2268bc81fa1ec1295ce2.tar.gz
xine-lib-027c47e4ea023800719b2268bc81fa1ec1295ce2.tar.bz2
updated to reflect new video format support
CVS patchset: 2271 CVS date: 2002/07/15 01:00:28
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog6
2 files changed, 7 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 7952af635..c2b49fd7f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -231,7 +231,8 @@ Contributions
Mike Melanson <melanson@pcisys.net>
QT, FILM, RoQ, WAV, FLI, SMJPEG, and Id CIN file demuxers, RoQ audio
- decoder, various ADPCM audio decoders
+ decoder, various ADPCM audio decoders, raw RGB & YUV support, FLI &
+ MS RLE video decoders
Tim Ferguson <timf@mail.csse.monash.edu.au>
CYUV and RoQ video decoders
diff --git a/ChangeLog b/ChangeLog
index 86ffb1908..cd6381159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,13 @@ xine-lib (0.9.13) unstable; urgency=low
* enable ffmpeg's native msmpeg4 v1/v2 decoder
* correct highlight placement for anamorphic and pan&scan menus with DXR3
* WAV file demuxer
- * FLI file demuxer
* SMJPEG file demuxer
* Id CIN file demuxer
+ * FLI file demuxer
+ * FLI video decoder
+ * Raw RGB video support
+ * Raw YUV video support
+ * Microsoft RLE decoder
xine-lib (0.9.12) unstable; urgency=low