FFmpeg git repo
Go to file
Luca Abeni c7238c72cb Pass a proper context to av_log()
Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-12 13:38:14 +00:00
doc spelling/wording 2007-02-06 21:28:18 +00:00
libavcodec Restore the possibility to link liba52 instead of dlopening. 2007-02-12 10:05:19 +00:00
libavformat Pass a proper context to av_log() 2007-02-12 13:38:14 +00:00
libavutil Remove unused ENODATA define 2007-02-11 22:07:06 +00:00
libpostproc
libswscale stray fflush spotted by Aurel 2007-01-28 20:38:35 +00:00
tests fix broken memset(padding, 0) code 2007-02-09 20:49:12 +00:00
vhook Replace deprecated PIX_FMT names by the newer variants. 2007-02-07 01:48:09 +00:00
COPYING
CREDITS
Changelog WMA encoder 2007-02-06 21:23:33 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak Remove installstrip in favor of explicit strip; better for cross-compilation. 2007-01-25 12:29:48 +00:00
configure Restore the possibility to link liba52 instead of dlopening. 2007-02-12 10:05:19 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Print error message instead of crashing when combining -vcodec copy and -vhook. 2007-02-09 17:45:28 +00:00
ffplay.c fix rawvideo 2007-02-09 13:24:08 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.