Go to file
Diego Biurrun 605315248c Remove extern C declarations for C++.
FFmpeg is pure C and not all public headers have the declarations.

Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16 12:25:54 +00:00
doc
libavcodec Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libavformat Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libavutil Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libpostproc Remove extern C declarations for C++. 2007-05-16 12:25:54 +00:00
libswscale Blackfin optimized YUV420 to RGB CSC Color Space Converters. 2007-05-13 19:22:32 +00:00
tests Do not specify directories in #include path, -I flags take care of this. 2007-05-16 09:56:30 +00:00
vhook
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h add OPT_INT64 option 2007-03-30 09:43:39 +00:00
common.mak
configure Building both shared and static libraries is now possible on MinGW. 2007-05-15 19:30:07 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h Add missing license headers. 2007-02-27 16:05:19 +00:00
INSTALL
MAINTAINERS Adding Myself to the Maintainers list for the Blackfin architecture 2007-05-15 02:06:27 +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.