FFmpeg git repo
Go to file
Ivo van Poorten e5b5149603 Fix segmentation fault for gray16le to gray conversion.
Originally committed as revision 8648 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-07 19:24:27 +00:00
doc THP PCM decoder, used on the Nintendo GameCube. 2007-04-07 16:03:23 +00:00
libavcodec Fix segmentation fault for gray16le to gray conversion. 2007-04-07 19:24:27 +00:00
libavformat THP PCM decoder, used on the Nintendo GameCube. 2007-04-07 16:03:23 +00:00
libavutil
libpostproc typos/grammar 2007-04-07 14:09:20 +00:00
libswscale typo 2007-04-07 14:07:51 +00:00
tests YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) 2007-04-06 23:16:08 +00:00
vhook
COPYING
CREDITS
Changelog Interplay C93 demuxer and video decoder 2007-04-07 14:25:25 +00:00
Doxyfile
INSTALL
MAINTAINERS typos 2007-04-07 14:10:02 +00:00
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
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.