mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alex Beregszaszi
55d07ba68e
|
18 years ago | |
---|---|---|
doc | 18 years ago | |
libavcodec | 18 years ago | |
libavformat | 18 years ago | |
libavutil | 18 years ago | |
libpostproc | 18 years ago | |
libswscale | 18 years ago | |
tests | 18 years ago | |
vhook | 18 years ago | |
COPYING | 19 years ago | |
CREDITS | 18 years ago | |
Changelog | 18 years ago | |
Doxyfile | 18 years ago | |
INSTALL | 19 years ago | |
MAINTAINERS | 18 years ago | |
Makefile | 18 years ago | |
README | 18 years ago | |
build_avopt | 19 years ago | |
clean-diff | 19 years ago | |
cmdutils.c | 18 years ago | |
cmdutils.h | 18 years ago | |
common.mak | 18 years ago | |
configure | 18 years ago | |
cws2fws.c | 18 years ago | |
ffinstall.nsi | 21 years ago | |
ffmpeg.c | 18 years ago | |
ffplay.c | 18 years ago | |
ffserver.c | 18 years ago | |
ffserver.h | 18 years ago | |
output_example.c | 18 years ago | |
pktdumper.c | 18 years ago | |
qt-faststart.c | 18 years ago | |
unwrap-diff | 19 years ago | |
version.sh | 18 years ago |
README
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.