No Description https://ffmpeg.org/

Måns Rullgård ea66f252a8 ARM: ARMv6 optimised bswap_16/32 16 years ago
doc 28ce183917 Add a checklist about new codecs or formats to the documentation. 16 years ago
libavcodec 29c8b6263a Remove dead code in bitstream.h 16 years ago
libavdevice 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 16 years ago
libavfilter f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
libavformat 154dffd04c Make flic probe check a few more things. 16 years ago
libavutil ea66f252a8 ARM: ARMv6 optimised bswap_16/32 16 years ago
libpostproc 245976da2a Use full path for #includes from another directory. 17 years ago
libswscale 88c5cadc2a Cosmetics: reindent. 16 years ago
tests 4c453ddbbc Make our flac decoder decode all the data at EOF. 16 years ago
tools 4a8361f848 tools/trasher: Don't mix srand/rand and srandom/random interface. 16 years ago
vhook f094b6627d Remove unnecessary header #includes. 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 e44bbf623e only animated gif (gifdec.c) was removed) 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 ddb41f3f58 take over ffserver maintenance 17 years ago
Makefile 9e6165b53e enable version.h to be created from subdirs 16 years ago
README 72b8963d43 Mention that libavdevice/x11grab.c is GPLed. 17 years ago
cmdutils.c 304ba23a0b Print the program_name rather than always "FFmpeg" when showing the 16 years ago
cmdutils.h ea9c581f61 Simplify show_banner() so that it does not require arguments, similar 17 years ago
common.mak 18c640054c regenerate dependencies when building object files 16 years ago
configure e70f1a2067 Add parisc* to the list of architectures requiring PIC flags for shared libs. 16 years ago
ffmpeg.c 8833f375f9 -itsscale to scale timestamps 16 years ago
ffplay.c b81d6235c0 Change opt_sync function behavior to print an error message. 16 years ago
ffserver.c 7ac884c591 Fix a warning in ffserver.c caused by the use of the function 16 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c 2343a04092 Remove redundant #undef statements that were mistakenly committed. 17 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.