[Bf-blender-cvs] SVN commit: /data/svn/repos/bf-blender [61379] trunk/lib/windows_vc12/ ffmpeg: Windows 32bit: Update FFmpeg to 2.1.5 in order to fix some audio issues

Sergey Sharybin sergey.vfx at gmail.com
Wed Jul 23 16:14:57 CEST 2014


Revision: 61379
          https://developer.blender.org/rBL61379
Author:   sergey
Date:     2014-07-23 14:14:56 +0000 (Wed, 23 Jul 2014)
Log Message:
-----------
Windows 32bit: Update FFmpeg to 2.1.5 in order to fix some audio issues

Modified Paths:
--------------
    trunk/lib/windows_vc12/ffmpeg/Readme.txt
    trunk/lib/windows_vc12/ffmpeg/include/libavutil/timestamp.h
    trunk/lib/windows_vc12/ffmpeg/include/msvc/stdint.h
    trunk/lib/windows_vc12/ffmpeg/lib/avcodec-55.dll
    trunk/lib/windows_vc12/ffmpeg/lib/avcodec-55.lib
    trunk/lib/windows_vc12/ffmpeg/lib/avdevice-55.dll
    trunk/lib/windows_vc12/ffmpeg/lib/avdevice-55.lib
    trunk/lib/windows_vc12/ffmpeg/lib/avformat-55.dll
    trunk/lib/windows_vc12/ffmpeg/lib/avformat-55.lib
    trunk/lib/windows_vc12/ffmpeg/lib/avutil-52.dll
    trunk/lib/windows_vc12/ffmpeg/lib/avutil-52.lib
    trunk/lib/windows_vc12/ffmpeg/lib/swscale-2.dll
    trunk/lib/windows_vc12/ffmpeg/lib/swscale-2.lib

Modified: trunk/lib/windows_vc12/ffmpeg/Readme.txt
===================================================================
--- trunk/lib/windows_vc12/ffmpeg/Readme.txt	2014-07-23 14:13:47 UTC (rev 61378)
+++ trunk/lib/windows_vc12/ffmpeg/Readme.txt	2014-07-23 14:14:56 UTC (rev 61379)
@@ -1,4 +1,4 @@
-This directory contains ffmpeg library v2.1.4 from http://www.ffmpeg.org/releases/ (March 27th, 2014)
+This directory contains ffmpeg library v2.1.5 from http://www.ffmpeg.org/releases/ (July 23th, 2014)
 Compiled by Sergey Sharybin in msys environment
 
 Quick notes

Modified: trunk/lib/windows_vc12/ffmpeg/include/libavutil/timestamp.h
===================================================================
--- trunk/lib/windows_vc12/ffmpeg/include/libavutil/timestamp.h	2014-07-23 14:13:47 UTC (rev 61378)
+++ trunk/lib/windows_vc12/ffmpeg/include/libavutil/timestamp.h	2014-07-23 14:14:56 UTC (rev 61379)
@@ -26,6 +26,10 @@
 
 #include "common.h"
 
+#if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS) && !defined(PRId64)
+#error missing -D__STDC_FORMAT_MACROS / #define __STDC_FORMAT_MACROS
+#endif
+
 #define AV_TS_MAX_STRING_SIZE 32
 
 /**

Modified: trunk/lib/windows_vc12/ffmpeg/include/msvc/stdint.h
===================================================================
--- trunk/lib/windows_vc12/ffmpeg/include/msvc/stdint.h	2014-07-23 14:13:47 UTC (rev 61378)
+++ trunk/lib/windows_vc12/ffmpeg/include/msvc/stdint.h	2014-07-23 14:14:56 UTC (rev 61379)
@@ -66,10 +66,10 @@
 // 7.18.1 Integer types
 
 // 7.18.1.1 Exact-width integer types
-typedef signed __int8            int8_t;
-typedef signed __int16           int16_t;
-typedef signed __int32           int32_t;
-typedef signed __int64           int64_t;
+typedef signed __int8	  int8_t;
+typedef signed __int16    int16_t;
+typedef signed __int32    int32_t;
+typedef signed __int64    int64_t;
 typedef unsigned __int8   uint8_t;
 typedef unsigned __int16  uint16_t;
 typedef unsigned __int32  uint32_t;

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avcodec-55.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avcodec-55.lib
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avdevice-55.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avdevice-55.lib
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avformat-55.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avformat-55.lib
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avutil-52.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/avutil-52.lib
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/swscale-2.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows_vc12/ffmpeg/lib/swscale-2.lib
===================================================================
(Binary files differ)




More information about the Bf-blender-cvs mailing list