Hi, On Thu, Apr 14, 2011 at 5:01 PM, Luca Barbato <[email protected]> wrote: > Hi, here a list of future development for swscale: > > - rgb2rgb.c contains every colorspace conversion, I'd either split it or > rename as colorspace.c > > - untemplatize more and make sure we keep just a copy for each optimized > function, currently we have many mmx-only copies around in the binary. > > - start implementing something for arm in the colorspace conversion > field since it is sort of clean now. > > - try to reorder the scaling part since it is still too entangled. > > - make the api match the common style. > > I'd slate those change for the autumn release (0.9) .
First, please implement runtime CPU detection using av_get_cpu_flags() and get rid of --enable-runtime-cpudetect (i.e. have it always on). I believe Janne has a patch for that. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
