FFmpeg git repo
Go to file
Diego Biurrun 2ce9228993 Remove some unused variables.
Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:06:46 +00:00
doc
libavcodec Remove redundant #ifdef HAVE_THREAD, the file is only compiled 2006-11-14 00:56:56 +00:00
libavformat partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4 2006-11-14 01:05:31 +00:00
libavutil improve enumerate so arbitrary ranges can be enumerated quickly 2006-11-14 01:06:15 +00:00
libpostproc
libswscale
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Remove ifneq MINGW condition around man page installation. We don't do 2006-11-14 00:50:05 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Remove some unused variables. 2006-11-14 01:06:46 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN 2006-11-13 23:14:24 +00:00
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.