FFmpeg git repo
Go to file
Baptiste Coudurier 09d7aa7e30 correctly set profile/level for hd
Originally committed as revision 7795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-01 09:47:36 +00:00
doc
libavcodec correctly set profile/level for hd 2007-02-01 09:47:36 +00:00
libavformat extract aspect ratio 2007-01-31 23:32:01 +00:00
libavutil Move lzo decompression to libavutil 2007-01-31 22:58:53 +00:00
libpostproc
libswscale
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
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.