Browse code

Update changelog and general.texi to reflect addition of the alac encoder, add Jai Menon to MAINTAINERS and bump LIBAVCODEC_VERSION_MINOR.

Originally committed as revision 14849 to svn://svn.ffmpeg.org/ffmpeg/trunk

Jai Menon authored on 2008/08/20 04:25:00
Showing 4 changed files
... ...
@@ -129,6 +129,7 @@ version <next>
129 129
 - removed animated GIF decoder/demuxer
130 130
 - D-Cinema audio muxer
131 131
 - Electronic Arts TGV decoder
132
+- Apple Lossless Audio Codec (ALAC) encoder
132 133
 
133 134
 version 0.4.9-pre1:
134 135
 
... ...
@@ -106,8 +106,10 @@ Generic Parts:
106 106
 Codecs:
107 107
   4xm.c                                 Michael Niedermayer
108 108
   8bps.c                                Roberto Togni
109
+  8svx.c                                Jaikrishnan Menon
109 110
   aasc.c                                Kostya Shishkov
110 111
   ac3*                                  Justin Ruggles
112
+  alacenc.c                             Jaikrishnan Menon
111 113
   apedec.c                              Kostya Shishkov
112 114
   asv*                                  Michael Niedermayer
113 115
   atrac3*                               Benjamin Larsson
... ...
@@ -241,6 +243,7 @@ Muxers/Demuxers:
241 241
   gxfenc.c                              Baptiste Coudurier
242 242
   idcin.c                               Mike Melanson
243 243
   idroq.c                               Mike Melanson
244
+  iff.c                                 Jaikrishnan Menon
244 245
   ipmovie.c                             Mike Melanson
245 246
   img2.c                                Michael Niedermayer
246 247
   libnut.c                              Oded Shimon
... ...
@@ -346,7 +346,7 @@ following image formats are supported:
346 346
     @tab Supported through an external library.
347 347
 @item AMV IMA ADPCM          @tab     @tab  X
348 348
     @tab Used in AMV files
349
-@item Apple lossless audio   @tab     @tab  X
349
+@item Apple lossless audio   @tab  X  @tab  X
350 350
     @tab QuickTime fourcc 'alac'
351 351
 @item Apple MACE 3           @tab     @tab  X
352 352
 @item Apple MACE 6           @tab     @tab  X
... ...
@@ -30,7 +30,7 @@
30 30
 #include "libavutil/avutil.h"
31 31
 
32 32
 #define LIBAVCODEC_VERSION_MAJOR 51
33
-#define LIBAVCODEC_VERSION_MINOR 66
33
+#define LIBAVCODEC_VERSION_MINOR 67
34 34
 #define LIBAVCODEC_VERSION_MICRO  0
35 35
 
36 36
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \