Go to file
Ramiro Polla 36564c514c Remove MinGW lrint hack.
It has been in mingw-runtime at least since version 2.4

Originally committed as revision 9594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-11 13:44:50 +00:00
doc
libavcodec comment explaining that text subtitle need to be UTF-8 for now 2007-07-11 13:19:58 +00:00
libavformat add support for ASS like subtitles in Matroska 2007-07-11 13:37:07 +00:00
libavutil Remove MinGW lrint hack. 2007-07-11 13:44:50 +00:00
libpostproc
libswscale
tests
vhook
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure remove OS/2 support 2007-07-10 22:57:52 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh

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.