Go to file
Michael Niedermayer db2a0e229f dont assert(0) due to buggy rm demuxer
Originally committed as revision 8790 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-22 18:48:07 +00:00
doc done in r8635 by Xiaohui Sun 2007-04-22 00:24:16 +00:00
libavcodec Blackfin is a strictly aligned processor. 2007-04-21 23:05:30 +00:00
libavformat dont assert(0) due to buggy rm demuxer 2007-04-22 18:48:07 +00:00
libavutil remove possibly broken wince cruft 2007-04-20 23:45:53 +00:00
libpostproc
libswscale
tests dont try to seek on single images 2007-04-22 18:41:11 +00:00
vhook
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure remove possibly broken wince cruft 2007-04-20 23:45:53 +00:00
COPYING
CREDITS
cws2fws.c cosmetics: remove my email address 2007-04-20 23:59:22 +00:00
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c check ip port range from config 2007-04-22 18:06:08 +00:00
ffserver.h
INSTALL
MAINTAINERS Let maintain things. Added myself as atrac3 maintainer. 2007-04-18 19:48:52 +00:00
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.