[SCM] libav/experimental: Not that we're that far from being an *initial* implementation, but at least weighting got implemented thanks to Dan. ; -)
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:46:44 UTC 2013
The following commit has been merged in the experimental branch:
commit e5867e4d50b76b4ca9b79e7e715a100a9bcbf0e8
Author: Roman Shaposhnik <roman at shaposhnik.org>
Date: Mon Feb 27 05:04:05 2006 +0000
Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-)
Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 824679f..9c31570 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -805,11 +805,6 @@ static inline void dv_guess_qnos(EncBlockInfo* blks, int* qnos)
}
}
-/*
- * This is a very rough initial implementaion. The performance is
- * horrible and the weighting is missing. But it's missing from the
- * decoding step also -- so at least we're on the same page with decoder ;-)
- */
static inline void dv_encode_video_segment(DVVideoContext *s,
uint8_t *dif,
const uint16_t *mb_pos_ptr)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list