ffmpeg @ 77544e5b
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | effcedf7 | almost 12 years | Daniel Verkamp | PCX encoder that handles 1-, 8-, and 24-bpp pix... | |
ffpresets | c79de5c0 | about 12 years | Robert Swain | The default subq value in the x264 CLI is now 6... | |
libavcodec | 3c32bac8 | almost 12 years | Gwenole Beauchesne | Add MPEG-2 bitstream decoding through VA API. ... | |
libavdevice | 3cac2f13 | almost 12 years | Luca Abeni | Fix AVFMT_FLAG_NONBLOCK in alsa Originally com... | |
libavfilter | 6d4f53cb | almost 12 years | Michael Niedermayer | Remove old scaler. Originally committed as rev... | |
libavformat | 661ce289 | almost 12 years | Diego Biurrun | Rename 'tests' target to 'testprogs'. It is too... | |
libavutil | 77544e5b | almost 12 years | Stefano Sabatini | Use PIX_FMT_NE() for defining the PIX_FMT_RGB32... | |
libpostproc | 2f2cabef | almost 12 years | Diego Biurrun | Add av_uninit to vbA[1-8], vbB[1-8] variables t... | |
libswscale | 9e12268c | almost 12 years | Diego Biurrun | Rename 'tests' target to 'testprogs'. It is too... | |
tests | 8b9794e5 | almost 12 years | Ronald S. Bultje | Remove index writing in RM muxer, since it is b... | |
tools | f11c9ee9 | almost 12 years | Alex Converse | patcheck: Replace non-POSIX echo -e with printf... | |
COPYING.GPL | 17.7 KB | 5d304955 | over 13 years | Diego Biurrun | Rename COPYING to COPYING.LGPL, add COPYING.GPL... |
COPYING.LGPL | 25.9 KB | 5d304955 | over 13 years | Diego Biurrun | Rename COPYING to COPYING.LGPL, add COPYING.GPL... |
CREDITS | 831 Bytes | 10ce8f23 | about 12 years | Aurelien Jacobs | it seems I never added myself in there before ... |
Changelog | 17 KB | effcedf7 | almost 12 years | Daniel Verkamp | PCX encoder that handles 1-, 8-, and 24-bpp pix... |
Doxyfile | 40 KB | 67eb5da6 | about 12 years | Diego Biurrun | HAVE_3DNOW --> HAVE_AMD3DNOW Originally commit... |
INSTALL | 480 Bytes | 3d4fc610 | over 12 years | Diego Biurrun | Clarify that we require GNU make 3.81+. Origin... |
MAINTAINERS | 14.5 KB | 6a03a34b | almost 12 years | Kostya Shishkov | Register myself as Smacker maintainer Original... |
Makefile | 10.3 KB | 661ce289 | almost 12 years | Diego Biurrun | Rename 'tests' target to 'testprogs'. It is too... |
README | 1.52 KB | 75d87331 | about 12 years | Diego Biurrun | Update information regarding LGPL libswscale. ... |
cmdutils.c | 15.8 KB | 090b61b2 | almost 12 years | Stefano Sabatini | Implement read_yesno(). Originally committed a... |
cmdutils.h | 4.94 KB | 090b61b2 | almost 12 years | Stefano Sabatini | Implement read_yesno(). Originally committed a... |
common.mak | 2.79 KB | 661ce289 | almost 12 years | Diego Biurrun | Rename 'tests' target to 'testprogs'. It is too... |
configure | 74.3 KB | a9ddb5b1 | almost 12 years | Cédric Schieli | Add a CONFIG_SWSCALE_ALPHA option for alpha cha... |
ffmpeg.c | 140 KB | b9edbe99 | almost 12 years | Baptiste Coudurier | do not write ffm write index by default, detect... |
ffplay.c | 79.3 KB | fbf1b885 | almost 12 years | avcoder | Move declaration of 'pict' closer to where it i... |
ffserver.c | 152 KB | 64159a58 | almost 12 years | Baptiste Coudurier | check if feed max file size is too small Origi... |
ffserver.h | 1004 Bytes | 5b21bdab | over 13 years | Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion gu... |
output_example.c | 16.2 KB | a6f925b8 | about 12 years | Art Clarke | Make output_example use av_interleaved_write_fr... |
subdir.mak | 1.89 KB | 3c3e0680 | almost 12 years | Diego Biurrun | Use $< automatic variable to simplify some comm... |
version.sh | 1.04 KB | de2c2b5a | almost 12 years | Diego Biurrun | Directly read the version number from a VERSION... |
Latest revisions
View all revisions | View revisions
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.
Also available in: Atom