aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 20:16:38 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-11 20:16:38 +0000
commit0a10e0be5f8dc24b3bd049d763f50e8707d06364 (patch)
tree6307b5c83eeac0875e80d2135dd8ce81929f21c3
parentc7344d6932e74a261d800fc2f4bc8c3809e3854e (diff)
downloadusdx-0a10e0be5f8dc24b3bd049d763f50e8707d06364.tar.gz
usdx-0a10e0be5f8dc24b3bd049d763f50e8707d06364.tar.xz
usdx-0a10e0be5f8dc24b3bd049d763f50e8707d06364.zip
update avutils stuff to revision 31050
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2356 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--src/lib/ffmpeg/avutil.pas7
-rw-r--r--src/lib/ffmpeg/mathematics.pas7
-rw-r--r--src/lib/ffmpeg/rational.pas9
3 files changed, 5 insertions, 18 deletions
diff --git a/src/lib/ffmpeg/avutil.pas b/src/lib/ffmpeg/avutil.pas
index 5de75abd..07412d80 100644
--- a/src/lib/ffmpeg/avutil.pas
+++ b/src/lib/ffmpeg/avutil.pas
@@ -28,8 +28,8 @@
* Conversions of
*
* libavutil/avutil.h:
- * Min. version: 49.0.1, revision 6577, Sat Oct 7 15:30:46 2006 UTC
- * Max. version: 49.14.0, revision 16912, Sun Feb 1 02:00:19 2009 UTC
+ * Min. version: 49.0.1, revision 6577, Sat Oct 7 15:30:46 2006 UTC
+ * Max. version: 50.9.0, revision 16912, Tue May 11 22:05:00 2010 CET
*
* libavutil/mem.h:
* revision 16590, Tue Jan 13 23:44:16 2009 UTC
@@ -37,13 +37,10 @@
* libavutil/log.h:
* revision 16571, Tue Jan 13 00:14:43 2009 UTC
*
- * Update changes auf avutil.h, mem.h and log.h
- * Max. version 50.7.0, Tue, Dec 29 0:30:00 2009 UTC
* include/keep pixfmt.h (change in revision 50.01.0)
* Maybe, the pixelformats are not needed, but it has not been checked.
* log.h is only partial.
*
- * update Sun to 50.9.0, Feb 21, 2010
*)
unit avutil;
diff --git a/src/lib/ffmpeg/mathematics.pas b/src/lib/ffmpeg/mathematics.pas
index 0cd234e5..743ea019 100644
--- a/src/lib/ffmpeg/mathematics.pas
+++ b/src/lib/ffmpeg/mathematics.pas
@@ -26,11 +26,8 @@
(*
* Conversion of libavutil/mathematics.h
- * revision 16844, Wed Jan 28 08:50:10 2009 UTC
+ * avutil max. version 50.9.0, revision 21946, Tue May 11 22:10:00 2010 CET
*
- * update to
- * avutil max. version 50.9.0, Sun, Feb 21 2010 00:00:00 UTC
- * MiSchi
*)
unit mathematics;
@@ -55,7 +52,7 @@ const
M_LN2 = 0.69314718055994530942; // log_e 2
M_LN10 = 2.30258509299404568402; // log_e 10
{$IF LIBAVUTIL_VERSION >= 50009000} // >= 50.9.0
- M_LOG2_10 = 3.32192809488736218171; // log_2 10
+ M_LOG2_10 = 3.32192809488736234787; // log_2 10
{$IFEND}
M_PI = 3.14159265358979323846; // pi
M_SQRT1_2 = 0.70710678118654752440; // 1/sqrt(2)
diff --git a/src/lib/ffmpeg/rational.pas b/src/lib/ffmpeg/rational.pas
index ca4bce9c..7faa7013 100644
--- a/src/lib/ffmpeg/rational.pas
+++ b/src/lib/ffmpeg/rational.pas
@@ -27,15 +27,8 @@
(*
* Conversion of libavutil/rational.h
- * revision 16912, Sun Feb 1 02:00:19 2009 UTC
+ * avutil max. version 50.9.0, revision 21946, Tue May 11 22:10:00 2010 CET
*
- * update, MiSchi, no code change
- * Fri Jun 12 2009 22:20:00 UTC
- *
- * update to
- * avutil max. version 50.7.0, Mon, Jan 4 2010 24:00:00 UTC
- * MiSchi
- * check Sat, Feb 20 2010: Still fine
*)
unit rational;