No Description https://ffmpeg.org/

Alex Converse bb5c0988ea Fix the channel allocation bug/assumption (issue 800). 16 years ago
doc 45e5f85777 excellent first pass at a description; now it's time for the Ministry of 16 years ago
ffpresets c79de5c07b The default subq value in the x264 CLI is now 6, not 5. 16 years ago
libavcodec bb5c0988ea Fix the channel allocation bug/assumption (issue 800). 16 years ago
libavdevice 1c787b1043 Cast a __u64 variable to uint64_t so that it can be printed without warnings 16 years ago
libavfilter 6d4f53cbac Remove old scaler. 16 years ago
libavformat 57f94f54c4 Oops, very silly typo. 16 years ago
libavutil 35690321a7 ARM: disable inline asm for armcc 16 years ago
libpostproc 9e5e2a2e63 Use directory name as multiple inclusion guard prefix. 16 years ago
libswscale a3398feb26 Fix bug introduced by me in r28756 16 years ago
tests f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
tools 70ec53a0bf Detect static prototypes. 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 10ce8f2372 it seems I never added myself in there before 16 years ago
Changelog 6a7d2c3d3a cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks Video 16 years ago
Doxyfile 67eb5da61a HAVE_3DNOW --> HAVE_AMD3DNOW 16 years ago
INSTALL 3d4fc61064 Clarify that we require GNU make 3.81+. 16 years ago
MAINTAINERS fdf119062e Remove deprecated vhook subsystem. 16 years ago
Makefile 6d4f53cbac Remove old scaler. 16 years ago
README 75d873314a Update information regarding LGPL libswscale. 16 years ago
cmdutils.c 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
cmdutils.h 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
common.mak 313c46a610 Compile .S files with $(AS), set it in configure 16 years ago
configure 711dae776f Get rid of redundant vdpau option, decoders can still be disabled individually. 16 years ago
ffmpeg.c 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
ffplay.c 636f1c4cd0 Rename avctx_opts to avcodec_opts. 16 years ago
ffserver.c 5ee999b8e7 convert ffserver to new metadata API 16 years ago
ffserver.h 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
output_example.c a6f925b8f7 Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 16 years ago
subdir.mak 93c021a242 Remove other shared lib names from linker command line for shared libs 16 years ago
version.sh de2c2b5a98 Directly read the version number from a VERSION file; useful for releases. 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 are licensed under the GNU Lesser General Public License.

* libpostproc is distributed under the GNU General Public License, see the
file COPYING.GPL for details. Its compilation and use in FFmpeg is optional.

* libswscale contains some optional processor-specific optimizations that are
distributed under the GNU General Public License.

* The files libavcodec/x86/idct_mmx.c, libavcodec/x86/h264_deblock_sse2.asm
and libavcodec/x86/h264_idct_sse2.asm are distributed under the GNU General
Public License. They are strictly optimizations and their 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.

* Some external libraries are under GPL. If you wish to use them with FFmpeg,
you have to configure FFmpeg as GPL as well.