No Description https://ffmpeg.org/

Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
doc aa90239fd9 mov vfr muxing 18 years ago
libavcodec 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
libavformat f45b744cb7 simplify 18 years ago
libavutil 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
libpostproc 3cd52279c9 Use common define for x86_32 and x86_64. 18 years ago
libswscale 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
tests ca6127352f Don't run libavtest if CONFIG_GPL is not set. 18 years ago
vhook 2959ba80c2 warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail com 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 84ed36da85 IMC 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 06d392a7cc change gif demuxer to gif decoder 18 years ago
Makefile a163ed1aaa Do not use a fake libavcodec/swscale.h, but always use the real one 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 a63e5f1cce typo 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 d29de719a0 better timebase selection heuristic for video stream copy 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.