Mirrored for eternity

Diego Biurrun 3d4fc61064 Clarify that we require GNU make 3.81+. 17 år sedan
doc 42b30357be Electronic Arts TGQ video decoder 17 år sedan
ffpresets 69bf69c77e Synchronise presets with recent subme/brdo/bidir_refine -> subme changes in 17 år sedan
libavcodec 502ecc97af Split RV3/4 deblock pattern into horizontal and vertical parts 17 år sedan
libavdevice c87348a922 Use OBJS variable for all object files 17 år sedan
libavfilter ede725104b cosmetic: align backslashes in makefiles 17 år sedan
libavformat 15545a095a Fix argument constness for the av_codec_get_id() and 17 år sedan
libavutil ecad9872fb Initialize variable to silence the warning: 17 år sedan
libpostproc 7cebed70a8 Replace long with x86_reg in postprocess_template.c like in all other 17 år sedan
libswscale dcc37c9b6a Add some const specifiers to function name variables; fixes a bunch of 17 år sedan
tests 19cf8e2027 10l: missing change from r15667 - global header also affect seek test results 17 år sedan
tools 3ef6182556 Fix #include path, headers from other directories need to have 17 år sedan
vhook b1cb73aa15 Make sure strcasecmp() is declared. 17 år sedan
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 år sedan
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 år sedan
CREDITS c40485fa87 add Dénes Balatoni to CREDITS 18 år sedan
Changelog 42b30357be Electronic Arts TGQ video decoder 17 år sedan
Doxyfile 56cc85a068 Misc spelling fixes, prefer American over British English. 18 år sedan
INSTALL 3d4fc61064 Clarify that we require GNU make 3.81+. 17 år sedan
MAINTAINERS b47cdbd0e8 Add Jason Garrett-Glaser as libx264 maintainer. 17 år sedan
Makefile 5bab853646 Add check target to run both tests and checkheaders targets. 17 år sedan
README 2003e200e0 Whitespace cosmetics 17 år sedan
cmdutils.c 2cd39dbf16 Include headers for optional libraries only when enabled. 17 år sedan
cmdutils.h 95137bbbb4 Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 17 år sedan
common.mak c87348a922 Use OBJS variable for all object files 17 år sedan
configure a85de417db Add checks on the _mingw.h and w32api.h versions. 17 år sedan
ffmpeg.c 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 17 år sedan
ffplay.c 2c676c33a4 Mark ffplay internal variables static. Patch by Diego Pettenò 17 år sedan
ffserver.c a3341b9da6 cosmetics: ffserver -> FFserver 17 år sedan
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 18 år sedan
output_example.c 817a3de916 Reindent after last commit 17 år sedan
subdir.mak 25cd5cb33c Generate pkg-config files in each library subdirectory so that they do 17 år sedan
version.sh e73db71899 Replace 'test' invocation by 'test -n', this should be safer. 17 år sedan

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 libavcodec/ac3dec.c is distributed under the GNU General Public
License. In order for (E-)AC-3 decoding to work you need to enable GPL
components.

* 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.