Limin Wang e2f3d94786 Fix H.264 8x8 transform selection
It seems that it's opt parse bug, it can't process the flags which start by
digit. After change 8x8dct to dct8x8, I can set it without problem. I guess
nobody will use it since it can't work as expected, so the quick fix is change
the option name.

Patch by Limin Wang lance dot lmwang at gmail com

Originally committed as revision 8492 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-24 12:07:07 +00:00
2007-03-02 09:15:19 +00:00
2007-03-24 02:14:34 +00:00
2007-02-26 22:53:38 +00:00
2007-03-18 23:25:00 +00:00
2007-02-27 16:05:19 +00:00
2007-02-23 23:44:48 +00:00
2003-09-15 22:26:45 +00:00
2007-03-15 23:45:45 +00:00
2007-02-27 16:05:19 +00:00
2006-02-04 11:37:41 +00:00
2007-03-20 13:29:33 +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%