Hi, On Sun, Mar 27, 2011 at 6:01 AM, @R0Y <[email protected]> wrote: > Hiii... > > I wanna apply for Gsoc 2011 under this project " h264 decoder > optimizations ". > is any one else Doing this project ? > > the Qualifaction task is : make our decoder 1% faster > > Give me some idea related to this qualification task ?
Well that's the fun part of the project, it's undefined in a way (in part because the code continuously develops). Ideas: - run ffmpeg decoding a typical h264 file through a profiler (linux: valgrind + kcachegrind, macosx: shark) - identify the parts of ffmpeg that take a lot of processing time, and where you see possibilities to optimize - get coding, and profile the function + all of ffmpeg before/after to test to see how much faster it got Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
