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.
 
 
 
 
 
Oded Shimon 0688b89c6d Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines 18 years ago
doc
libavcodec Original Commit: r4 | ods15 | 2006-09-16 15:36:03 +0300 (Sat, 16 Sep 2006) | 3 lines 18 years ago
libavformat add support for some MS DIB formats for avisynth 18 years ago
libavutil
libpostproc
libswscale Remove unused variables. 18 years ago
tests Fix wrong ASF duration of generated files 18 years ago
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile make depend should recurse into libswscale as well. 18 years ago
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c Update copyright year and mention other copyright holders. 18 years ago
ffplay.c Update copyright year and mention other copyright holders. 18 years ago
ffserver.c Update copyright year and mention other copyright holders. 18 years ago
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.