ffmpeg @ 40c13fec
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | a28d9122 | almost 13 years | Diego Biurrun | Add a note about everybody's favorite recurring... | |
libavcodec | 218e453a | over 12 years | Vitor Sessak | Remove *lpc_refl from the context. Only the val... | |
libavdevice | bde15e74 | almost 13 years | Stefano Sabatini | Make long_names in lavf/lavdev optional dependi... | |
libavfilter | f4433de9 | almost 13 years | Diego Biurrun | consistency cosmetics: indices --> indexes Ori... | |
libavformat | ffa5ed24 | over 12 years | Stefano Sabatini | cosmetics: s/Id/id/ in libavformat where Id ref... | |
libavutil | 40c13fec | over 12 years | Måns Rullgård | alloc_size attribute is new to gcc 4.3; don't u... | |
libpostproc | 245976da | almost 13 years | Diego Biurrun | Use full path for #includes from another direct... | |
libswscale | ce3d365f | almost 13 years | Baptiste Coudurier | restore needed cast to correct type with const ... | |
tests | 99587795 | almost 13 years | Baptiste Coudurier | update regression tests for ts due to r13641 O... | |
tools | 3c16e03d | almost 13 years | Mike Melanson | correct build documentation for qt-faststart ut... | |
vhook | f094b662 | almost 13 years | Erik Hovland | Remove unnecessary header #includes. Extracted ... | |
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 | over 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 | 12 KB | ddb41f3f | almost 13 years | Baptiste Coudurier | take over ffserver maintenance Originally comm... |
Makefile | 11.3 KB | 1eacdcc6 | almost 13 years | Diego Biurrun | Do not remove gmon.out on clean, we never creat... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 12.7 KB | ea9c581f | almost 13 years | Stefano Sabatini | Simplify show_banner() so that it does not requ... |
cmdutils.h | 4.31 KB | ea9c581f | almost 13 years | Stefano Sabatini | Simplify show_banner() so that it does not requ... |
common.mak | 2.38 KB | 0147b92e | almost 13 years | Måns Rullgård | Revert "Add version information to DLLs." Rever... |
configure | 64.2 KB | c9d19248 | almost 13 years | Måns Rullgård | improve installation path selection Originally... |
ffmpeg.c | 133 KB | e992fba4 | almost 13 years | Stefano Sabatini | Add a few newlines to 'ffmpeg -h' output to mak... |
ffplay.c | 77 KB | f094b662 | almost 13 years | Erik Hovland | Remove unnecessary header #includes. Extracted ... |
ffserver.c | 148 KB | 2dae1dd0 | almost 13 years | Baptiste Coudurier | add \n to error message Originally committed a... |
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 | 0147b92e | almost 13 years | Måns Rullgård | Revert "Add version information to DLLs." Rever... |
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