[FFmpeg-soc] [soc]: r2782 - aac/ffmpeg.patch
superdump
subversion at mplayerhq.hu
Tue Jul 15 12:43:11 CEST 2008
Author: superdump
Date: Tue Jul 15 12:43:11 2008
New Revision: 2782
Log:
Update ffmpeg.patch to apply to current svn
Modified:
aac/ffmpeg.patch
Modified: aac/ffmpeg.patch
==============================================================================
--- aac/ffmpeg.patch (original)
+++ aac/ffmpeg.patch Tue Jul 15 12:43:11 2008
@@ -1,18 +1,18 @@
Index: Changelog
===================================================================
---- Changelog (revision 14100)
+--- Changelog (revision 14236)
+++ Changelog (working copy)
-@@ -123,6 +123,7 @@
- - BFI video decoder
- - OMA demuxer
- - MLP/TrueHD decoder
+@@ -127,6 +127,7 @@
+ - Motion Pixels Video decoder
+ - Motion Pixels MVI demuxer
+ - removed animated GIF decoder/demuxer
+- AAC decoder
version 0.4.9-pre1:
Index: libavcodec/Makefile
===================================================================
---- libavcodec/Makefile (revision 14100)
+--- libavcodec/Makefile (revision 14236)
+++ libavcodec/Makefile (working copy)
@@ -25,6 +25,7 @@
@@ -24,9 +24,9 @@ Index: libavcodec/Makefile
OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3tab.o ac3.o
Index: libavcodec/allcodecs.c
===================================================================
---- libavcodec/allcodecs.c (revision 14100)
+--- libavcodec/allcodecs.c (revision 14236)
+++ libavcodec/allcodecs.c (working copy)
-@@ -178,6 +178,7 @@
+@@ -180,6 +180,7 @@
REGISTER_ENCDEC (ZMBV, zmbv);
/* audio codecs */
@@ -36,27 +36,27 @@ Index: libavcodec/allcodecs.c
REGISTER_DECODER (APE, ape);
Index: libavcodec/avcodec.h
===================================================================
---- libavcodec/avcodec.h (revision 14100)
+--- libavcodec/avcodec.h (revision 14236)
+++ libavcodec/avcodec.h (working copy)
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51
--#define LIBAVCODEC_VERSION_MINOR 58
-+#define LIBAVCODEC_VERSION_MINOR 59
+-#define LIBAVCODEC_VERSION_MINOR 60
++#define LIBAVCODEC_VERSION_MINOR 61
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Index: doc/general.texi
===================================================================
---- doc/general.texi (revision 14100)
+--- doc/general.texi (revision 14236)
+++ doc/general.texi (working copy)
-@@ -275,7 +275,7 @@
- @item Vorbis @tab X @tab X
- @item WMA V1/V2 @tab X @tab X
- @item AAC @tab X @tab X
-- at tab Supported through the external library libfaac/libfaad.
-+ at tab AAC encoding is supported through the external library libfaac.
- @item Microsoft ADPCM @tab X @tab X
- @item AMV IMA ADPCM @tab @tab X
- @tab Used in AMV files
+@@ -336,7 +336,7 @@
+ @item 4X IMA ADPCM @tab @tab X
+ @item 8SVX audio @tab @tab X
+ @item AAC @tab X @tab X
+- @tab Supported through the external library libfaac/libfaad.
++ @tab Encoding is supported through the external library libfaac.
+ @item AC-3 @tab IX @tab IX
+ @tab liba52 can be used alternatively for decoding.
+ @item AMR-NB @tab X @tab X
More information about the FFmpeg-soc
mailing list