FFmpeg git repo
Go to file
Baptiste Coudurier ea0fe83b0f remove ps option and rename rtp_payload_size AVOption to ps
Originally committed as revision 8172 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-01 16:36:38 +00:00
doc decoding rtp 2007-03-01 14:49:30 +00:00
libavcodec remove ps option and rename rtp_payload_size AVOption to ps 2007-03-01 16:36:38 +00:00
libavformat quicktime 'raw ' support 2007-03-01 13:03:33 +00:00
libavutil Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 2007-02-28 03:40:23 +00:00
libpostproc
libswscale
tests Add standard LGPL header with Fabrice's permission. 2007-02-27 16:56:57 +00:00
vhook
COPYING
CREDITS
Changelog DCA decoder 2007-02-27 06:30:40 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile remove useless OBJS variable 2007-02-27 22:56:02 +00:00
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h Add missing license headers. 2007-02-27 16:05:19 +00:00
common.mak
configure enable some 64bit optimized code on 64bit arch 2007-02-28 00:55:19 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c remove ps option and rename rtp_payload_size AVOption to ps 2007-03-01 16:36:38 +00:00
ffplay.c fix frame size option, patch by Limin Wang, lance lmwang gmail com 2007-03-01 10:00:07 +00:00
ffserver.c
ffserver.h Add missing license headers. 2007-02-27 16:05:19 +00:00
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.