FFmpeg git repo
Go to file
Panagiotis Issaris 758a6b3c06 Provide Doxygen documentation.
Originally committed as revision 8038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20 10:34:01 +00:00
doc The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding 2007-02-20 09:59:31 +00:00
libavcodec Provide Doxygen documentation. 2007-02-20 10:34:01 +00:00
libavformat spit an error message in case of invalid chunk 2007-02-18 00:47:13 +00:00
libavutil av_noinline 2007-02-16 21:19:42 +00:00
libpostproc rename always_inline to av_always_inline and move to common.h 2006-12-08 00:35:08 +00:00
libswscale negative stride and h_size-=8 fix 2007-02-17 13:28:44 +00:00
tests use aiff when we can, some players only support aiff 2007-02-14 11:01:05 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
build_avopt
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure generic foo-config --cflags/libs test 2007-02-19 23:15:15 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Move the aframes option from the video "subsection" to the 2007-02-20 10:07:56 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c poll() emulation for BeOS, and maybe MinGW. 2007-02-15 07:44:10 +00:00
ffserver.h
INSTALL
MAINTAINERS Flash screen video encoder. 2007-01-21 20:56:20 +00:00
Makefile Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
output_example.c Use a more correct value for Pi. 2007-02-18 21:20:01 +00:00
pktdumper.c
qt-faststart.c
README liba52 was removed, libswscale is also GPLed. 2007-02-14 09:18:21 +00:00
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.