No Description https://ffmpeg.org/

Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
doc 3f1965c4ac Clarify codec addition instructions. 19 years ago
libavcodec 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
libavformat 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
libavutil 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
postproc 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
tests 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
vhook 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
.cvsignore 84adb95ac2 Ignore .pc files. 20 years ago
COPYING 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
CREDITS 4d1ee6f939 use utf-8 encoding 19 years ago
Changelog 45e63d13d5 CamStudio video decoder 19 years ago
Doxyfile 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
INSTALL 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Makefile 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
README 115329f160 COSMETICS: Remove all trailing whitespace. 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 c62112ff06 remove some purely cosmetical hunks 20 years ago
cmdutils.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
cmdutils.h 8bbf6db98b AVOption API improvments 19 years ago
configure 69e9b2cf45 Define separate version number for libpostproc. 19 years ago
cws2fws.c 0c2ed2df5a 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 19 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
ffplay.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
ffserver.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
pktdumper.c 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
qt-faststart.c d4fcd7c61a yep, tyop 20 years ago
unwrap-diff cf1cb7a8db silly script to fix line wraped patches 19 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.