FFmpeg git repo
Go to file
Michael Niedermayer b4b87d4841 AVStream.nb_frames and docs for r_frame_rate
Originally committed as revision 4390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-06-24 11:38:22 +00:00
doc Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) 2005-06-18 01:52:24 +00:00
libavcodec GCC4 fix 2005-06-23 20:24:25 +00:00
libavformat AVStream.nb_frames and docs for r_frame_rate 2005-06-24 11:38:22 +00:00
postproc 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 2005-06-19 14:35:10 +00:00
tests mpegts regression test 2005-06-03 19:06:06 +00:00
vhook vhook watermark patch by (Marcus Engene: ffmpeg, engene se) 2005-05-26 09:18:38 +00:00
.cvsignore Ignore .pc files. 2005-06-02 23:05:15 +00:00
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
Makefile
README
berrno.h
clean-diff remove some purely cosmetical hunks 2005-06-03 11:38:49 +00:00
cmdutils.c
cmdutils.h subtitle option 2005-06-03 14:07:47 +00:00
configure Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu) 2005-05-29 22:11:05 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com) 2005-06-18 01:52:24 +00:00
ffplay.c ffplay crashes patch by (Ivan Wong: email, ivanwong info) 2005-06-24 08:32:55 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
xvmc_render.h

README

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.