ffmpeg @ 2c4b4829
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | b3de4544 | over 12 years | Diego Biurrun | Use better table heading names in the supported... | |
ffpresets | b235dbb0 | over 12 years | Francesco Cosoleto | Substitute the not anymore supported "me" optio... | |
libavcodec | 2c4b4829 | over 12 years | Benoit Fouet | Rename some variables and add some comments to ... | |
libavdevice | a3250d07 | over 12 years | Baptiste Coudurier | sync to latest mingw api, remove unneeded struc... | |
libavfilter | 98790382 | over 12 years | Stefano Sabatini | Globally rename the header inclusion guard name... | |
libavformat | a0ce2d1b | over 12 years | David Conrad | Cosmetics: indentation Originally committed as... | |
libavutil | aaa0df02 | over 12 years | Carl Eugen Hoyos | Allow using DECLARE_ALIGNED with Sun cc. Origi... | |
libpostproc | 2a4a62bf | over 12 years | Stefano Sabatini | Implement postproc_version(). Originally commi... | |
libswscale | 92ca9105 | over 12 years | Diego Biurrun | Remove unused function fast_memcpy. Originally... | |
tests | 6682ae42 | over 12 years | Justin Ruggles | write actual min and max frame size to FLAC hea... | |
tools | 3ef61825 | over 12 years | Diego Biurrun | Fix #include path, headers from other directori... | |
vhook | b359a90f | over 12 years | JonY | Undefine the macro which defines fprintf as ple... | |
COPYING.GPL | 17.7 KB | 5d304955 | almost 14 years | Diego Biurrun | Rename COPYING to COPYING.LGPL, add COPYING.GPL... |
COPYING.LGPL | 25.9 KB | 5d304955 | almost 14 years | Diego Biurrun | Rename COPYING to COPYING.LGPL, add COPYING.GPL... |
CREDITS | 814 Bytes | c40485fa | over 13 years | Benoit Fouet | add Dénes Balatoni to CREDITS Originally commi... |
Changelog | 16.2 KB | 0c86f89a | over 12 years | Michael Niedermayer | Forgotten changelog update for ASS/SSA (de)muxe... |
Doxyfile | 40 KB | 56cc85a0 | over 13 years | Diego Biurrun | Misc spelling fixes, prefer American over Briti... |
INSTALL | 537 Bytes | 1f56021a | about 13 years | Diego Biurrun | We require GNU Make 3.81. Originally committed... |
MAINTAINERS | 13 KB | 9e44998c | over 12 years | Robert Swain | Make myself maintainer of the preset files Ori... |
Makefile | 11.2 KB | 9bce82fa | over 12 years | Diego Biurrun | Add alltools target to build all the tools/ stu... |
README | 1.23 KB | 2003e200 | over 12 years | Carl Eugen Hoyos | Whitespace cosmetics Originally committed as r... |
cmdutils.c | 15.2 KB | 85663ef3 | over 12 years | Michael Niedermayer | Move opt_default() and set_context_opts() to cm... |
cmdutils.h | 4.68 KB | 85663ef3 | over 12 years | Michael Niedermayer | Move opt_default() and set_context_opts() to cm... |
common.mak | 2.89 KB | ac63af34 | over 12 years | Diego Biurrun | Add support for passing a version string to con... |
configure | 66 KB | 1d44d365 | over 12 years | Diego Pettenò | fix -uninstalled.pc includedir for out-of-tree ... |
ffmpeg.c | 137 KB | d0feff2a | over 12 years | Diego Biurrun | Uniformly define _XOPEN_SOURCE to 600. The feat... |
ffplay.c | 79 KB | e43d7a18 | over 12 years | Michael Niedermayer | AVOptions support for ffplay. Originally commi... |
ffserver.c | 149 KB | 0be4b8d9 | over 12 years | Baptiste Coudurier | cosmetics, remove useless spaces Originally co... |
ffserver.h | 1004 Bytes | 5b21bdab | over 13 years | Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion gu... |
output_example.c | 16 KB | 817a3de9 | over 12 years | Luca Abeni | Reindent after last commit Originally committe... |
subdir.mak | 1.89 KB | 25cd5cb3 | almost 13 years | Diego Biurrun | Generate pkg-config files in each library subdi... |
version.sh | 868 Bytes | e73db718 | over 12 years | Diego Biurrun | Replace 'test' invocation by 'test -n', this sh... |
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 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.
Also available in: Atom