Mercurial > audlegacy-plugins
diff ChangeLog @ 827:81749781b75f trunk
[svn] - remove some more stuff
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 14:49:42 -0700 |
parents | b9b0a15d0ad3 |
children | c294c4700937 |
line wrap: on
line diff
--- a/ChangeLog Mon Mar 12 14:43:32 2007 -0700 +++ b/ChangeLog Mon Mar 12 14:49:42 2007 -0700 @@ -1,3 +1,15 @@ +2007-03-12 21:43:32 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1752] + - start removing demuxers for video and images + + trunk/src/ffmpeg/Makefile | 3 + trunk/src/ffmpeg/libavcodec/allcodecs.c | 582 -------------------- + trunk/src/ffmpeg/libavformat/gif.c | 432 --------------- + trunk/src/ffmpeg/libavformat/jpeg.c | 240 -------- + trunk/src/ffmpeg/libavformat/png.c | 889 -------------------------------- + 5 files changed, 2146 deletions(-) + + 2007-03-12 21:37:31 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1750] - make this compile again