No Description https://ffmpeg.org/

Daniel Maas 0b297700b7 DVCPRO50 support. 19 years ago
doc 26d6d03270 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 19 years ago
libavcodec 0b297700b7 DVCPRO50 support. 19 years ago
libavformat 0b297700b7 DVCPRO50 support. 19 years ago
libavutil afe6a4a0be Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code. 19 years ago
postproc 1d773cfde0 Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that 19 years ago
tests 0b297700b7 DVCPRO50 support. 19 years ago
vhook efce1a8fea add static keyword to some functions 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 0b297700b7 DVCPRO50 support. 19 years ago
Changelog 26d6d03270 Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by 19 years ago
Doxyfile 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS 50326295a3 Register myself as a maintainer 19 years ago
Makefile c7bb67c485 Create installation directories in the common install-* targets. 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
common.mak 1540cfdcce SRCS must be set using := or things break when ASM_OBJS is added to OBJS 19 years ago
configure 214c5f26c9 Use != instead of -ne in test invocations for greater portability. 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 6714e97c30 Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop" 19 years ago
ffplay.c 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
ffserver.c 33f5e2ec3e make those nasty variables static, also fix a html bug 19 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c 8720de5b76 fix memleak, based upon a patch by Wolfram Gloger 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.