1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-04-19 09:02:26 +02:00

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
This commit is contained in:
Jai Menon 2008-08-19 19:25:00 +00:00
parent 745b39d5f9
commit 833e90ddf5
4 changed files with 6 additions and 2 deletions

View File

@ -129,6 +129,7 @@ version <next>
- removed animated GIF decoder/demuxer - removed animated GIF decoder/demuxer
- D-Cinema audio muxer - D-Cinema audio muxer
- Electronic Arts TGV decoder - Electronic Arts TGV decoder
- Apple Lossless Audio Codec (ALAC) encoder
version 0.4.9-pre1: version 0.4.9-pre1:

View File

@ -106,8 +106,10 @@ Generic Parts:
Codecs: Codecs:
4xm.c Michael Niedermayer 4xm.c Michael Niedermayer
8bps.c Roberto Togni 8bps.c Roberto Togni
8svx.c Jaikrishnan Menon
aasc.c Kostya Shishkov aasc.c Kostya Shishkov
ac3* Justin Ruggles ac3* Justin Ruggles
alacenc.c Jaikrishnan Menon
apedec.c Kostya Shishkov apedec.c Kostya Shishkov
asv* Michael Niedermayer asv* Michael Niedermayer
atrac3* Benjamin Larsson atrac3* Benjamin Larsson
@ -241,6 +243,7 @@ Muxers/Demuxers:
gxfenc.c Baptiste Coudurier gxfenc.c Baptiste Coudurier
idcin.c Mike Melanson idcin.c Mike Melanson
idroq.c Mike Melanson idroq.c Mike Melanson
iff.c Jaikrishnan Menon
ipmovie.c Mike Melanson ipmovie.c Mike Melanson
img2.c Michael Niedermayer img2.c Michael Niedermayer
libnut.c Oded Shimon libnut.c Oded Shimon

View File

@ -346,7 +346,7 @@ following image formats are supported:
@tab Supported through an external library. @tab Supported through an external library.
@item AMV IMA ADPCM @tab @tab X @item AMV IMA ADPCM @tab @tab X
@tab Used in AMV files @tab Used in AMV files
@item Apple lossless audio @tab @tab X @item Apple lossless audio @tab X @tab X
@tab QuickTime fourcc 'alac' @tab QuickTime fourcc 'alac'
@item Apple MACE 3 @tab @tab X @item Apple MACE 3 @tab @tab X
@item Apple MACE 6 @tab @tab X @item Apple MACE 6 @tab @tab X

View File

@ -30,7 +30,7 @@
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51 #define LIBAVCODEC_VERSION_MAJOR 51
#define LIBAVCODEC_VERSION_MINOR 66 #define LIBAVCODEC_VERSION_MINOR 67
#define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \