Hi, On Tue, May 3, 2011 at 10:40 PM, Ronald S. Bultje <[email protected]> wrote: > This reverts commit f8bed30d8b176fa030f6737765338bb4a2bcabc9. > --- > libavcodec/ppc/vc1dsp_altivec.c | 63 +------------------------------------- > libavcodec/vc1.c | 28 +---------------- > libavcodec/vc1dec.c | 58 +++++++++++++++-------------------- > libavcodec/vc1dsp.c | 54 ++++++--------------------------- > libavcodec/vc1dsp.h | 6 +--- > 5 files changed, 39 insertions(+), 170 deletions(-)
Just FYI, I reverted this patch because it conflicts with bit-exactness of our VC-1 decoder. The patches that Kostya approved, and also this one, will all have a slightly negative impact on performance, at least in the short term. I intend to eventually fix that, but can't do much about it right now. We need to conform first, performance comes later. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
