FFmpeg git repo
Go to file
Michael Niedermayer 864bc9656b 3 more TODO items for volunteers
Originally committed as revision 6746 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-20 10:09:25 +00:00
doc 3 more TODO items for volunteers 2006-10-20 10:09:25 +00:00
libavcodec another instruction less in decode_significance_x86() -> 1% faster ion P3 2006-10-20 10:00:28 +00:00
libavformat move memory reading ByteIOContext init from mov.c to avobuf.c 2006-10-20 09:32:48 +00:00
libavutil
libpostproc Fix #endif comments. 2006-10-16 12:52:21 +00:00
libswscale
tests Don't run libavtest if CONFIG_GPL is not set. 2006-10-18 10:09:16 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Add x86 conditionnal mov (CMOV) "detection" (based on the cpu passed by --cpu=xx) 2006-10-20 07:27:12 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

README

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.