Skip to content

Commit

Permalink
first pass at ALAC decoder from David Hammerton; while David's original
Browse files Browse the repository at this point in the history
decoder works great, this decoder is not completely and seamlessly
integrated yet with FFmpeg

Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
multimediamike committed Mar 6, 2005
1 parent 2a515c0 commit 6d6d797
Show file tree
Hide file tree
Showing 6 changed files with 996 additions and 3 deletions.
1 change: 1 addition & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Brian Foley
Arpad Gereoffy
Philip Gladstone
Vladimir Gneushev
David Hammerton
Wolfgang Hesseler
Falk Hueffner
Zdenek Kabelac
Expand Down
5 changes: 3 additions & 2 deletions libavcodec/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# libavcodec Makefile
# (c) 2000-2003 Fabrice Bellard
# (c) 2000-2005 Fabrice Bellard
#
include ../config.mak

Expand All @@ -22,7 +22,8 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \
smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \
flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \
qdrw.o xl.o rangecoder.o png.o pnm.o qpeg.o vc9.o h263.o h261.o \
msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o
msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o \
alac.o

AMROBJS=
ifeq ($(AMR_NB),yes)
Expand Down
Loading

0 comments on commit 6d6d797

Please sign in to comment.