David Conrad c21c835b8d avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
pixels, not (dst+pix)>>1.
This makes the mmx functions bitexact with the C functions.

Originally committed as revision 18527 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-15 19:10:16 +00:00
2009-04-14 22:33:46 +00:00
2009-03-27 03:03:50 +00:00
2009-03-18 21:35:49 +00:00
2009-03-18 21:35:49 +00:00
2009-01-26 08:36:06 +00:00
2009-04-10 12:07:06 +00:00
2009-03-27 23:27:16 +00:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%