mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Mirror of https://git.ffmpeg.org/ffmpeg.git
1ca5d97fc8
combination with different calling/naming conventions as used in the OS/2 port of SDL. patch by Myung-Hun, komh a chollian d net Originally committed as revision 11545 to svn://svn.ffmpeg.org/ffmpeg/trunk |
||
---|---|---|
doc | ||
libavcodec | ||
libavdevice | ||
libavformat | ||
libavutil | ||
libpostproc | ||
libswscale | ||
tests | ||
tools | ||
vhook | ||
Changelog | ||
cmdutils.c | ||
cmdutils.h | ||
common.mak | ||
configure | ||
COPYING.GPL | ||
COPYING.LGPL | ||
CREDITS | ||
Doxyfile | ||
ffinstall.nsi | ||
ffmpeg.c | ||
ffplay.c | ||
ffserver.c | ||
ffserver.h | ||
INSTALL | ||
MAINTAINERS | ||
Makefile | ||
output_example.c | ||
README | ||
version.sh |
FFmpeg README ------------- 1) Documentation ---------------- * Read the documentation in the doc/ directory. 2) Licensing ------------ * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT for libpostproc and libswscale are licensed under the GNU Lesser General Public License. * libpostproc and libswscale are distributed under the GNU General Public License, see the file COPYING.GPL for details. Their compilation and use in FFmpeg is optional. * The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c are taken from libjpeg, see the top of the files for licensing details. * The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation Group with all rights reserved. It is only used to create a DCT test program and not compiled into libavcodec.