Go to file
Måns Rullgård 40c5e1fa2e 10l: don't allocate a new buffer quite so often
Originally committed as revision 5523 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-25 12:23:54 +00:00
doc vfr mov/mp4 todo item 2006-06-15 21:33:39 +00:00
libavcodec minor cleanup 2006-06-24 20:09:49 +00:00
libavformat 10l: don't allocate a new buffer quite so often 2006-06-25 12:23:54 +00:00
libavutil remove redundant make variable SUBDIR 2006-06-01 21:57:44 +00:00
libpostproc Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
postproc fix variable type used via "m" asm constraint to match size used in asm. 2006-06-05 10:51:58 +00:00
tests flac regression test 2006-06-24 11:40:21 +00:00
vhook Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
berrno.h
build_avopt
Changelog Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak remove redundant make variable SUBDIR 2006-06-01 21:57:44 +00:00
configure -logg needs to be after -lvorbis 2006-06-24 21:19:50 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c simplify 2006-06-24 09:57:28 +00:00
ffplay.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.h
INSTALL
MAINTAINERS add myself as build system maintainer 2006-06-17 20:02:44 +00:00
Makefile .depend needs version.h, noticed by Uoti Urpala 2006-06-22 21:28:30 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh Produce correct version string even when not run in a Subversion working copy. 2006-06-23 15:07:35 +00:00
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.