FFmpeg git repo
Go to file
Alex Beregszaszi 51ce035e82 Remove broken assert. ebml_read_element_id can handle level_up set to NULL.
Originally committed as revision 9621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13 11:58:15 +00:00
doc
libavcodec Make "channels" variable mean the number of channels, not the number of 2007-07-13 00:06:46 +00:00
libavformat Remove broken assert. ebml_read_element_id can handle level_up set to NULL. 2007-07-13 11:58:15 +00:00
libavutil
libpostproc
libswscale
tests
vhook
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure enable $ARCH_EXT_LIST before parsing command line 2007-07-13 00:13:57 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 2007-07-13 00:55:42 +00:00
ffserver.h
INSTALL
MAINTAINERS adding myself as rtsp.c maintainer 2007-07-12 21:26: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.