FFmpeg git repo
Go to file
Diego Biurrun e7ebecbf44 The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
Originally committed as revision 8140 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-27 00:24:49 +00:00
doc typo fixed 2007-02-26 08:40:00 +00:00
libavcodec The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. 2007-02-27 00:24:49 +00:00
libavformat Remove useless conditional. 2007-02-27 00:18:38 +00:00
libavutil Remove useless conditional. 2007-02-27 00:18:38 +00:00
libpostproc Remove useless conditional. 2007-02-27 00:18:38 +00:00
libswscale Remove useless conditional. 2007-02-27 00:19:01 +00:00
tests synchronize to latest ffm changes 2007-02-23 11:26:16 +00:00
vhook Simplify .depend file inclusion. 2007-02-26 22:53:38 +00:00
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS give myself the glorious maintainership of ffserver and mingw port 2007-02-24 02:14:17 +00:00
Makefile Simplify .depend file inclusion. 2007-02-23 23:44:48 +00:00
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Simplify .depend file inclusion. 2007-02-23 23:44:48 +00:00
configure 10l: Use double, not single, quotes when variables need to be expanded. 2007-02-25 21:38:11 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Add av_ prefix to clip functions 2007-02-25 10:27:12 +00:00
ffplay.c
ffserver.c redirect http get requests of / to index.html (note, the http_parse_request may worth a rewrite) 2007-02-24 03:17:59 +00:00
ffserver.h
output_example.c
pktdumper.c Add standard license header. 2007-02-24 10:53:10 +00:00
qt-faststart.c
unwrap-diff
version.sh

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.