No Description https://ffmpeg.org/

Benjamin Larsson d34841f1a8 Added myself as maintainer of the Nellymoser codec 17 years ago
doc e75f899784 Add entry about pr not being present in standard MSYS install. 17 years ago
libavcodec 59771f7191 Print pixel and display aspect ratios 17 years ago
libavformat c5be140c9a Make url_split() strip url options (?opt=var) from the returned hostname or 17 years ago
libavutil 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
libpostproc 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
libswscale 2f3cbef06e Rename LIB to LIBNAME for consistency. 17 years ago
tests 64d8ef0bb7 Fix seek regression test for ac3 in rm after r10634 17 years ago
tools 1f48345af4 remove warnings 17 years ago
vhook e48f83fe47 Remove duplication of imlib2 vhook documentation. 17 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS c40485fa87 add Dénes Balatoni to CREDITS 17 years ago
Changelog 636b13c5fc Nellymoser ASAO decoder 17 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 d34841f1a8 Added myself as maintainer of the Nellymoser codec 17 years ago
Makefile 2c8c502182 Make distclean should remove .vhookdep. 17 years ago
README bc101c104b cosmetics: Remove useless empty line. 17 years ago
cmdutils.c b6cd8593b3 cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including 17 years ago
cmdutils.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
common.mak 24743a767f Rename LIB to LIBNAME for consistency. 17 years ago
configure abc4e5727e Simplify one variable setting. 17 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c 9a3fb64000 Merge audio and video bitstream filter options handling. 17 years ago
ffplay.c 9c5755ee73 Remove unnecessary copyright notice from ffplay.c:show_help. 17 years ago
ffserver.c 8eb1c1cd5b Remove redundant banner output from ffserver. 17 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c 755bfeabcc misc spelling fixes 18 years ago
version.sh 7a68f7fa22 kill error messages from failed svn revision extraction commands 17 years ago

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.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
Group with all rights reserved. It is only used to create a DCT test program
and not compiled into libavcodec.