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.
 
 
 
 
 
Ramiro Polla 5880d5b58d Install MinGW shared libraries (dlls) to bindir 18 years ago
doc add Renderware TXD format 18 years ago
libavcodec Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. 18 years ago
libavformat move aac and ac3 parsers in their own files 18 years ago
libavutil
libpostproc
libswscale remove the need of one extra shift in rgb16ToUV 18 years ago
tests Remove trailing / from -I flags, MinGW appears to dislike them. 18 years ago
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS add myself for txd and s3tc files 18 years ago
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Install MinGW shared libraries (dlls) to bindir 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c make help message go to standard output instead of standard error 18 years ago
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh Fall back on grepping for the revision number if no svn client is installed. 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.