FFmpeg git repo
Go to file
Benjamin Larsson b8889ea51f Possibility to skip bytes in the beginning of a file.
Originally committed as revision 5783 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-18 21:41:49 +00:00
doc spelling/grammar 2006-07-07 10:32:45 +00:00
libavcodec Move av_log() & friends to libavutil 2006-07-18 11:00:55 +00:00
libavformat simplify b64_encode() 2006-07-18 18:51:35 +00:00
libavutil Move av_log() & friends to libavutil 2006-07-18 11:00:55 +00:00
libpostproc Remove MPlayer-specific include option hacks. 2006-07-12 15:19:51 +00:00
libswscale make libswscale build system similar to the libav* one 2006-07-10 12:35:52 +00:00
tests Possibility to skip bytes in the beginning of a file. 2006-07-18 21:41:49 +00:00
vhook Create infrastructure to install shared and static libs into different places. 2006-07-15 23:01:52 +00:00
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Remove unused variable. 2006-07-15 23:05:44 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
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.