[Ffmpeg-cvslog] r6660 - in trunk: Changelog doc/ffmpeg-doc.texi libavcodec/avcodec.h
bcoudurier
subversion
Wed Oct 11 19:14:03 CEST 2006
Author: bcoudurier
Date: Wed Oct 11 19:14:02 2006
New Revision: 6660
Modified:
trunk/Changelog
trunk/doc/ffmpeg-doc.texi
trunk/libavcodec/avcodec.h
Log:
update doc, changelog, and increase libavcodec version for .cin files support
Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog (original)
+++ trunk/Changelog Wed Oct 11 19:14:02 2006
@@ -60,6 +60,7 @@
- VP6 video decoder
- WavPack lossless audio decoder
- Targa (.TGA) picture decoder
+- Delphine Software .cin demuxer/audio and video decoder
version 0.4.9-pre1:
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Wed Oct 11 19:14:02 2006
@@ -735,6 +735,8 @@
@item Smacker @tab @tab X
@tab Multimedia format used by many games.
@item GXF @tab @tab X
+ at item CIN @tab @tab X
+ at tab Multimedia format used by Delphine Software games.
@end multitable
@code{X} means that encoding (resp. decoding) is supported.
@@ -837,6 +839,7 @@
@item RTjpeg @tab @tab X @tab Video encoding used in NuppelVideo files.
@item KMVC @tab @tab X @tab Codec used in Worms games.
@item VMware Video @tab @tab X @tab Codec used in videos captured by VMware.
+ at item Cin Video @tab @tab X @tab Codec used in Delphine Software games.
@end multitable
@code{X} means that encoding (resp. decoding) is supported.
@@ -910,6 +913,8 @@
@item True Audio (TTA) @tab @tab X
@item Smacker Audio @tab @tab X
@item WavPack Audio @tab @tab X
+ at item Cin Audio @tab @tab X
+ at tab Codec used in Delphine Software games.
@end multitable
@code{X} means that encoding (resp. decoding) is supported.
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Wed Oct 11 19:14:02 2006
@@ -37,8 +37,8 @@
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
-#define LIBAVCODEC_VERSION_INT ((51<<16)+(17<<8)+0)
-#define LIBAVCODEC_VERSION 51.17.0
+#define LIBAVCODEC_VERSION_INT ((51<<16)+(18<<8)+0)
+#define LIBAVCODEC_VERSION 51.18.0
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
More information about the ffmpeg-cvslog
mailing list