You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer 971cc99020 print EBX/EBP availability 18 years ago
doc add a link to VIS instructions whitepaper 18 years ago
libavcodec add get_unary_0_33() to help gcc with inlining 18 years ago
libavformat Use correct timescale in RTSP seeking 18 years ago
libavutil Move Apple gcc AltiVec vector declaration syntax to libavutil. 18 years ago
libpostproc Move Apple gcc AltiVec vector declaration syntax to libavutil. 18 years ago
libswscale Move Apple gcc AltiVec vector declaration syntax to libavutil. 18 years ago
tests use 16bit IDWT (a SIMD implementation of it should be >2x faster then with 18 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure print EBX/EBP availability 18 years ago
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
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.