No Description https://ffmpeg.org/

Michael Niedermayer 88ccaf6f31 put testing code under #ifdef TEST 16 years ago
doc 084cadabbc Add an example of higher resolution video encoding for the PSP to the FAQ. 16 years ago
libavcodec 83e92ab6b8 alacenc: NULL_IF_CONFIG_SMALL long_name. 16 years ago
libavdevice 29a717aef2 Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 16 years ago
libavfilter 540f1c7b13 Implement avfilter_version(). 16 years ago
libavformat e748e34dd6 struct timeval requires #include <sys/time.h> 16 years ago
libavutil 88ccaf6f31 put testing code under #ifdef TEST 16 years ago
libpostproc 80a61f08d2 Remove AltiVec vector declaration compiler compatibility macros. 16 years ago
libswscale 14b83f9a3d compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro 16 years ago
tests 5e8ecfde50 Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. 16 years ago
tools 4a8361f848 tools/trasher: Don't mix srand/rand and srandom/random interface. 16 years ago
vhook 582b354933 Check the allocated pointer instead of the given pointer as intended 16 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 cfc78718f3 Electronic Arts TGV decoder 16 years ago
Doxyfile 56cc85a068 Misc spelling fixes, prefer American over British English. 17 years ago
INSTALL 1f56021a3d We require GNU Make 3.81. 17 years ago
MAINTAINERS aa6ed60895 Add myself as ARM maintainer 16 years ago
Makefile 4f5c72e857 PCM regression tests. 16 years ago
README 72b8963d43 Mention that libavdevice/x11grab.c is GPLed. 17 years ago
cmdutils.c 9a10927279 Make show_banner() and show_version() print both the compile-time and the 16 years ago
cmdutils.h ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 17 years ago
common.mak 488b1ca476 10000l, revert mistakely commited and unrelated hunk. 16 years ago
configure 1b0f6fb830 Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin 16 years ago
ffmpeg.c 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
ffplay.c 8a9d72a0ff Simplify by using FFMAX. 16 years ago
ffserver.c ea452b54f0 strcasecmp() requires #include <strings.h> 16 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c 817a3de916 Reindent after last commit 16 years ago
subdir.mak 25cd5cb33c Generate pkg-config files in each library subdirectory so that they do 16 years ago
version.sh 9e6165b53e enable version.h to be created from subdirs 16 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 file libavcodec/i386/idct_mmx.c is distributed under the GNU General
Public License. It is strictly an optimization and its use is optional.

* The file libavdevice/x11grab.c is distributed under the GNU General
Public License. X11 grabbing 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.