- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
authorJuanjo <pulento@users.sourceforge.net>
Tue, 26 Feb 2002 22:14:27 +0000 (22:14 +0000)
committerJuanjo <pulento@users.sourceforge.net>
Tue, 26 Feb 2002 22:14:27 +0000 (22:14 +0000)
commit43f1708f8bb400790b226993ab1e6c3d12564d3b
treecb98d6f57b9964653dfc407897d0081429d572f2
parent2b9ab1d54a35f7d689b2396cfc59f9dbdcae391f
- Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'm
sure it works ok. Also it's slow, so use it only when you _really_ need to
measure quality.
- Fix libavcodec Makefile to enable profiling.

Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/dsputil.c
libavcodec/dsputil.h
libavcodec/i386/mpegvideo_mmx.c
libavcodec/mpegvideo.c