FFmpeg git repo
Go to file
Michael Niedermayer 8b5029295d get rid of totally senseless "m" + read in register we have enough
registers to keep everything in registers

Originally committed as revision 10229 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-26 06:51:51 +00:00
doc more sparc asm docs 2007-08-24 22:10:21 +00:00
libavcodec get rid of totally senseless "m" + read in register we have enough 2007-08-26 06:51:51 +00:00
libavformat Use correct timescale in RTSP seeking 2007-08-25 15:12:38 +00:00
libavutil Move Apple gcc AltiVec vector declaration syntax to libavutil. 2007-08-24 15:04:00 +00:00
libpostproc Move Apple gcc AltiVec vector declaration syntax to libavutil. 2007-08-24 15:04:00 +00:00
libswscale Move Apple gcc AltiVec vector declaration syntax to libavutil. 2007-08-24 15:04:14 +00:00
tests use 16bit IDWT (a SIMD implementation of it should be >2x faster then with 2007-08-25 03:00:51 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog nut muxer 2007-08-10 13:06:03 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile Make ffserver use cmdutils.c show_license function 2007-08-22 13:10:25 +00:00
README Clarify LGPL and GPL licensing of FFmpeg. 2007-08-13 22:17:29 +00:00
cmdutils.c Implement the cmdutils.c show_license function. 2007-08-20 08:09:51 +00:00
cmdutils.h Identifiers starting with underscores are reserved. 2007-08-22 12:41:16 +00:00
common.mak
configure Remove --disable-dv1394 option 2007-08-24 17:07:52 +00:00
ffinstall.nsi
ffmpeg.c Make ffmpeg use cmdutils.c show_license function 2007-08-22 13:04:49 +00:00
ffplay.c Reindent the code after the last commit 2007-08-24 07:20:28 +00:00
ffserver.c Make ffserver use cmdutils.c show_license function 2007-08-22 13:10:25 +00:00
ffserver.h
output_example.c
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

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

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.