ffmpeg @ 19757f61
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | a28b7ed4 | almost 13 years | Stefano Sabatini | Add -formats option to ffplay. Patch by Stefano... | |
libavcodec | 5b2729cd | almost 13 years | Vladimir Voroshilov | adaptive and fixed codebook vector operations f... | |
libavdevice | eacced45 | almost 13 years | Carl Eugen Hoyos | Replace some occurrences of -1 with PIX_FMT_NON... | |
libavfilter | 245976da | almost 13 years | Diego Biurrun | Use full path for #includes from another direct... | |
libavformat | 30897e76 | almost 13 years | Aurelien Jacobs | don't set a dummy chapter title when title is u... | |
libavutil | 19757f61 | almost 13 years | Michael Niedermayer | indent Originally committed as revision 13251 ... | |
libpostproc | 245976da | almost 13 years | Diego Biurrun | Use full path for #includes from another direct... | |
libswscale | 49f2339c | almost 13 years | Keiji Costantini | Remove in_asm_used_var_warning_killer() Patch ... | |
tests | 38baa83c | almost 13 years | Baptiste Coudurier | no need to sleep to hide crashes Originally co... | |
tools | 3c16e03d | almost 13 years | Mike Melanson | correct build documentation for qt-faststart ut... | |
vhook | f211662c | almost 13 years | Benoit Fouet | Add missing path to #include. Originally commi... | |
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 | 814 Bytes | c40485fa | over 13 years | Benoit Fouet | add Dénes Balatoni to CREDITS Originally commi... |
Changelog | 15.8 KB | 2003d3da | almost 13 years | Sisir Koppaka | BFI video decoder. Patch by Sisir Koppaka sisir... |
Doxyfile | 40 KB | 56cc85a0 | about 13 years | Diego Biurrun | Misc spelling fixes, prefer American over Briti... |
INSTALL | 537 Bytes | 1f56021a | almost 13 years | Diego Biurrun | We require GNU Make 3.81. Originally committed... |
MAINTAINERS | 11.9 KB | 86b3cf7c | almost 13 years | Sascha Sommer | rl2 documentation update Originally committed ... |
Makefile | 11.4 KB | 54381d75 | almost 13 years | Måns Rullgård | clear TESTS variable between subdirs Originall... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 12.8 KB | ba9880c1 | almost 13 years | Stefano Sabatini | Move show_formats() to cmdutils.c. Patch by: St... |
cmdutils.h | 4.39 KB | ba9880c1 | almost 13 years | Stefano Sabatini | Move show_formats() to cmdutils.c. Patch by: St... |
common.mak | 2.38 KB | 9b3cdc2e | almost 13 years | Diego Biurrun | Remove -I flags pointing to local paths, they a... |
configure | 63.6 KB | ba321adb | almost 13 years | Jeremy Kolb | Store license value in a variable for later use... |
ffmpeg.c | 134 KB | ba9880c1 | almost 13 years | Stefano Sabatini | Move show_formats() to cmdutils.c. Patch by: St... |
ffplay.c | 77.1 KB | a28b7ed4 | almost 13 years | Stefano Sabatini | Add -formats option to ffplay. Patch by Stefano... |
ffserver.c | 148 KB | f346033e | almost 13 years | Stefano Sabatini | Add -formats option to ffserver. Patch by Stefa... |
ffserver.h | 1004 Bytes | 5b21bdab | over 13 years | Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion gu... |
output_example.c | 15.9 KB | 2343a040 | almost 13 years | Diego Biurrun | Remove redundant #undef statements that were mi... |
subdir.mak | 1.88 KB | 76ca42a8 | almost 13 years | Måns Rullgård | move DEP_LIBS to common.mak Originally committ... |
version.sh | 834 Bytes | 40eaf780 | over 13 years | Aurelien Jacobs | add support for git in version.sh (use short ha... |
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 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