Go to file
Kostya Shishkov 3f6d6af66e Slightly reworked MC code, it gives better picture.
Originally committed as revision 5554 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-30 03:19:31 +00:00
doc vfr mov/mp4 todo item 2006-06-15 21:33:39 +00:00
libavcodec Slightly reworked MC code, it gives better picture. 2006-06-30 03:19:31 +00:00
libavformat extradata may be used as bitstream reader input so allocate with padding 2006-06-29 19:42:34 +00:00
libavutil
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 flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 2006-06-27 21:01: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
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure compiler sanity check 2006-06-29 23:47:50 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c simplify 2006-06-24 09:57:28 +00:00
ffplay.c Make debug work early on ffplay 2006-06-25 16:12:27 +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 get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh get svn version when using separate build tree 2006-06-28 20:46:58 +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.