[FFmpeg-cvslog] r20712 - in trunk: Changelog doc/general.texi libavformat/avformat.h

ramiro subversion
Thu Dec 3 01:27:01 CET 2009


Author: ramiro
Date: Thu Dec  3 01:27:01 2009
New Revision: 20712

Log:
Update Changelog, documentation, and libavformat minor version number for
"A format generated by IndigoVision 8000 video server" added in r20681.

Modified:
   trunk/Changelog
   trunk/doc/general.texi
   trunk/libavformat/avformat.h

Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog	Thu Dec  3 00:51:15 2009	(r20711)
+++ trunk/Changelog	Thu Dec  3 01:27:01 2009	(r20712)
@@ -43,6 +43,7 @@ version <next>:
 - RF64 support in WAV demuxer
 - MPEG-4 Audio Lossless Coding (ALS) decoder
 - -formats option split into -formats, -codecs, -bsfs, and -protocols
+- IV8 demuxer
 
 
 

Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi	Thu Dec  3 00:51:15 2009	(r20711)
+++ trunk/doc/general.texi	Thu Dec  3 01:27:01 2009	(r20712)
@@ -101,6 +101,8 @@ library:
     @tab Interchange File Format
 @item Interplay MVE             @tab   @tab X
     @tab Format used in various Interplay computer games.
+ at item IV8                       @tab   @tab X
+    @tab A format generated by IndigoVision 8000 video server.
 @item LMLM4                     @tab   @tab X
     @tab Used by Linux Media Labs MPEG-4 PCI boards
 @item Matroska                  @tab X @tab X

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Thu Dec  3 00:51:15 2009	(r20711)
+++ trunk/libavformat/avformat.h	Thu Dec  3 01:27:01 2009	(r20712)
@@ -22,8 +22,8 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 39
-#define LIBAVFORMAT_VERSION_MICRO  2
+#define LIBAVFORMAT_VERSION_MINOR 40
+#define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
                                                LIBAVFORMAT_VERSION_MINOR, \



More information about the ffmpeg-cvslog mailing list