Ivo van Poorten b38d487466 New implementation of rgb32tobgr32
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL

Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2007-04-16 21:41:03 +00:00
2007-04-15 13:51:57 +00:00
2007-04-07 14:09:20 +00:00
2007-04-07 21:34:18 +00:00
2007-03-30 09:43:39 +00:00
2003-09-15 22:26:45 +00:00
2007-04-14 17:50:39 +00:00
2007-02-27 16:05:19 +00:00
2006-02-04 11:37:41 +00:00
2007-04-07 14:10:02 +00:00
2007-02-24 10:53:10 +00:00

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.
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%