[FFmpeg-soc] [soc]: r3734 - mlp/libavcodec_mlpenc.diff

ramiro subversion at mplayerhq.hu
Mon Sep 8 23:11:44 CEST 2008


Author: ramiro
Date: Mon Sep  8 23:11:43 2008
New Revision: 3734

Log:
Update to latest FFmpeg SVN.

Modified:
   mlp/libavcodec_mlpenc.diff

Modified: mlp/libavcodec_mlpenc.diff
==============================================================================
--- mlp/libavcodec_mlpenc.diff	(original)
+++ mlp/libavcodec_mlpenc.diff	Mon Sep  8 23:11:43 2008
@@ -1,20 +1,20 @@
 Index: Changelog
 ===================================================================
---- Changelog	(revision 14733)
+--- Changelog	(revision 15277)
 +++ Changelog	(working copy)
-@@ -129,6 +129,7 @@
- - removed animated GIF decoder/demuxer
- - D-Cinema audio muxer
- - Electronic Arts TGV decoder
+@@ -136,6 +136,7 @@
+ - MXF muxer
+ - E-AC-3 support added to AC-3 decoder
+ - Nellymoser ASAO encoder
 +- MLP/TrueHD encoder
  
  version 0.4.9-pre1:
  
 Index: doc/general.texi
 ===================================================================
---- doc/general.texi	(revision 14733)
+--- doc/general.texi	(revision 15277)
 +++ doc/general.texi	(working copy)
-@@ -381,7 +381,7 @@
+@@ -378,7 +378,7 @@
  @item MAXIS EA ADPCM         @tab     @tab  X
      @tab Used in Sim City 3000.
  @item Microsoft ADPCM        @tab  X  @tab  X
@@ -25,9 +25,9 @@ Index: doc/general.texi
      @tab Only versions 3.97-3.99 are supported.
 Index: libavcodec/Makefile
 ===================================================================
---- libavcodec/Makefile	(revision 14733)
+--- libavcodec/Makefile	(revision 15277)
 +++ libavcodec/Makefile	(working copy)
-@@ -110,6 +110,7 @@
+@@ -113,6 +113,7 @@
  OBJS-$(CONFIG_MJPEG_ENCODER)           += mjpegenc.o mjpeg.o mpegvideo_enc.o motion_est.o ratecontrol.o mpeg12data.o mpegvideo.o
  OBJS-$(CONFIG_MJPEGB_DECODER)          += mjpegbdec.o mjpegdec.o mjpeg.o
  OBJS-$(CONFIG_MLP_DECODER)             += mlp.o mlpdec.o
@@ -37,9 +37,9 @@ Index: libavcodec/Makefile
  OBJS-$(CONFIG_MP2_DECODER)             += mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o
 Index: libavcodec/allcodecs.c
 ===================================================================
---- libavcodec/allcodecs.c	(revision 14733)
+--- libavcodec/allcodecs.c	(revision 15277)
 +++ libavcodec/allcodecs.c	(working copy)
-@@ -192,7 +192,7 @@
+@@ -194,7 +194,7 @@
      REGISTER_DECODER (IMC, imc);
      REGISTER_DECODER (MACE3, mace3);
      REGISTER_DECODER (MACE6, mace6);
@@ -50,14 +50,14 @@ Index: libavcodec/allcodecs.c
      REGISTER_DECODER (MP3ADU, mp3adu);
 Index: libavcodec/avcodec.h
 ===================================================================
---- libavcodec/avcodec.h	(revision 14733)
+--- libavcodec/avcodec.h	(revision 15277)
 +++ libavcodec/avcodec.h	(working copy)
 @@ -30,7 +30,7 @@
  #include "libavutil/avutil.h"
  
- #define LIBAVCODEC_VERSION_MAJOR 51
--#define LIBAVCODEC_VERSION_MINOR 64
-+#define LIBAVCODEC_VERSION_MINOR 65
+ #define LIBAVCODEC_VERSION_MAJOR 52
+-#define LIBAVCODEC_VERSION_MINOR  0
++#define LIBAVCODEC_VERSION_MINOR  1
  #define LIBAVCODEC_VERSION_MICRO  0
  
  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \



More information about the FFmpeg-soc mailing list