FFmpeg git repo
Go to file
Vitor Sessak 670e47e196 use the right stride
patch by Vitor: [vitor1001 gmail com]

Originally committed as revision 9443 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-27 06:57:31 +00:00
doc Introducing Topics 2007-06-26 07:51:20 +00:00
libavcodec use the right stride 2007-06-27 06:57:31 +00:00
libavformat remove empty write trailer functions 2007-06-27 06:54:47 +00:00
libavutil intreadwrite.h needs bswap.h if HAVE_FAST_UNALIGNED is set, so include it. 2007-06-24 14:29:52 +00:00
libpostproc
libswscale
tests
vhook more av_strl* adjustments 2007-06-24 12:23:34 +00:00
COPYING
CREDITS
Changelog remove clear email addresses 2007-06-25 12:31:01 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Remove localtime_r implementation for systems that don't have it. 2007-06-25 16:18:28 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c remove ENABLE_SWSCALER conditions 2007-06-26 16:13:44 +00:00
ffplay.c Update copyright year 2007-06-26 13:25:12 +00:00
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.