No Description https://ffmpeg.org/

Diego Biurrun ca6127352f Don't run libavtest if CONFIG_GPL is not set. 18 years ago
doc a991b1fecb TIFF decoder 18 years ago
libavcodec a0f2c6ba38 Kill a warning with MSVC 18 years ago
libavformat 5b9d79bd77 avoid overwriting pkt 18 years ago
libavutil c26abfa541 Rename ABS macro to FFABS. 18 years ago
libpostproc c45b5de03a Fix #endif comments. 18 years ago
libswscale 05749630e8 Rename ABS macro to FFABS. 18 years ago
tests ca6127352f Don't run libavtest if CONFIG_GPL is not set. 18 years ago
vhook 89ae0e620d Add libswscale to the include path when enabled. 18 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 28146a8c7a new mtv demuxer 18 years ago
Changelog a991b1fecb TIFF decoder 18 years ago
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS a991b1fecb TIFF decoder 18 years ago
Makefile 84471efd91 Consistently use $(BUILD_ROOT). 18 years ago
README 2805e3b4eb Add missing newlines at end of file. 19 years ago
berrno.h 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
build_avopt 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
clean-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
cmdutils.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
cmdutils.h 8bbf6db98b AVOption API improvments 19 years ago
common.mak 14f29f795d Revert putting EXTRALIBS in common.mak, linking fails on MinGW. 18 years ago
configure cc6a90dd49 rename --cpu (and related variables) to --arch as this option always 18 years ago
cws2fws.c 3d0c32d4a9 Make public domain. Hope Diego dont mind it, he had two cosmetics commits :) 18 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c c26abfa541 Rename ABS macro to FFABS. 18 years ago
ffplay.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
ffserver.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c 5d915e827e Use av_malloc instead of plain malloc where appropriate 18 years ago
pktdumper.c 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
qt-faststart.c fd7789dbe8 decrease last_offset when ftyp is present 19 years ago
unwrap-diff 2805e3b4eb Add missing newlines at end of file. 19 years ago
version.sh 837f0ad7aa Fall back on grepping for the revision number if no svn client is installed. 18 years ago
xvmc_render.h 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago

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.