FFmpeg git repo
Go to file
Glenn Maynard 05ab0b76b7 Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2316 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-29 00:14:13 +00:00
doc AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 2003-09-28 20:34:11 +00:00
libavcodec PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 2003-09-28 22:53:25 +00:00
libavformat PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 2003-09-28 22:53:25 +00:00
postproc srcSliceY % 4 != 0 fix 2003-09-26 23:37:28 +00:00
tests updated 2003-09-28 15:18:34 +00:00
vhook PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 2003-09-28 22:53:25 +00:00
.cvsignore
berrno.h
Changelog update 2003-09-15 19:52:13 +00:00
cmdutils.c more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
cmdutils.h more sections in help - copyright fixes 2003-08-24 15:29:48 +00:00
configure PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 2003-09-28 22:53:25 +00:00
COPYING
CREDITS fringe feature update 2003-09-08 04:28:36 +00:00
cygwin_inttypes.h
ffinstall.nsi fixed windows build 2003-09-15 22:26:45 +00:00
ffmpeg.c * fix for integer overflow 2003-09-22 18:17:45 +00:00
ffplay.c Trivial error reporting patch by (Glenn Maynard <g_sf at zewt dot org>) 2003-09-29 00:14:13 +00:00
ffserver.c Minor bugfix to prevent segfault if a malloc fails. I have no idea what 2003-09-27 01:23:40 +00:00
ffserver.h
INSTALL
Makefile PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 2003-09-28 22:53:25 +00:00
output_example.c example using video encoder latency 2003-09-10 23:09:30 +00:00
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.