No description
Find a file
Michael Niedermayer 2db3c638a7 user selectable packet_size and mux_rate
Originally committed as revision 3566 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-06 22:29:30 +00:00
doc * missing targets cleanup 2004-10-06 09:55:32 +00:00
libavcodec * fixing a few of gcc 'clean-code' warnings 2004-10-06 08:50:46 +00:00
libavformat user selectable packet_size and mux_rate 2004-10-06 22:29:30 +00:00
postproc postproc/yuv2rgb_altivec.c compile fix 2004-10-05 19:11:00 +00:00
tests
vhook
.cvsignore * missing targets cleanup 2004-10-06 09:55:32 +00:00
berrno.h
Changelog
cmdutils.c
cmdutils.h
configure
COPYING
CREDITS
cygwin_inttypes.h
Doxyfile
ffinstall.nsi
ffmpeg.c user selectable packet_size and mux_rate 2004-10-06 22:29:30 +00:00
ffplay.c * fixing a few of gcc 'clean-code' warnings 2004-10-06 08:50:46 +00:00
ffserver.c
ffserver.h
INSTALL
Makefile * missing targets cleanup 2004-10-06 09:55:32 +00:00
output_example.c
qt-faststart.c
README
xvmc_render.h

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License. 

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.