FFmpeg git repo
Go to file
Kostya Shishkov 93731ff27d Save frame header info in context variables
Originally committed as revision 7815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-04 10:46:28 +00:00
doc Update gcc sections. 2007-01-25 17:34:08 +00:00
libavcodec Save frame header info in context variables 2007-02-04 10:46:28 +00:00
libavformat Make x11grab output its warning that it couldn't find the mouse pointer only 2007-02-02 17:54:50 +00:00
libavutil Move lzo decompression to libavutil 2007-01-31 22:58:53 +00:00
libpostproc
libswscale stray fflush spotted by Aurel 2007-01-28 20:38:35 +00:00
tests Do not run (broken) ffserver test by default and warn about its brokenness. 2007-01-25 12:56:14 +00:00
vhook
COPYING
CREDITS
Changelog Theora encoding via libtheora. 2007-01-25 00:16:28 +00:00
Doxyfile
INSTALL
MAINTAINERS Flash screen video encoder. 2007-01-21 20:56:20 +00:00
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 Simplify GPl check. 2007-02-01 00:52:39 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c use avcodec_decode_audio2() 2007-02-01 00:34:09 +00:00
ffplay.c trigger for the audio scope vissualization 2007-01-29 22:06:55 +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.