ffmpeg @ e6e70d9b
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | d1928ac1 | almost 13 years | Ivo van Poorten | add some missing formats: lmlm4, pva, pcx and s... | |
libavcodec | 95633045 | almost 13 years | Ramiro Polla | Remove useless variable since r8456. Originall... | |
libavdevice | 63d026b1 | almost 13 years | Diego Biurrun | cosmetics: #include config.h before all other F... | |
libavfilter | 13ca50f3 | almost 13 years | Diego Biurrun | Rename --enable-swscaler --> enable-swscale to ... | |
libavformat | 0f3444e1 | almost 13 years | Ramiro Polla | MSN TCP Webcam stream demuxer. Originally comm... | |
libavutil | e6e70d9b | almost 13 years | Zuxy Meng | Cosmetic change: remove the whitespace after 'd... | |
libpostproc | 0866c56f | almost 13 years | Diego Biurrun | Remove redundant ARCH_POWERPC #ifdef around HAV... | |
libswscale | c5fec7d7 | almost 13 years | Diego Biurrun | Remove redundant ARCH_POWERPC #ifdef around HAV... | |
tests | 38c669d8 | almost 13 years | Baptiste Coudurier | cosmetics, remove superflous comments Original... | |
tools | 6878026a | about 13 years | Diego Biurrun | Add '#undef strcat' to fix compilation. Origin... | |
vhook | a20db8a3 | about 13 years | Eduardo Bragatto | Initialize correctly optind. Patch by Eduardo B... | |
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.6 KB | 0f3444e1 | almost 13 years | Ramiro Polla | MSN TCP Webcam stream demuxer. Originally comm... |
Doxyfile | 40 KB | 56cc85a0 | over 13 years | Diego Biurrun | Misc spelling fixes, prefer American over Briti... |
INSTALL | 513 Bytes | b7d690f8 | about 15 years | Dieter | Use gmake instead of make on *BSD. patch by Die... |
MAINTAINERS | 11.8 KB | 0f3444e1 | almost 13 years | Ramiro Polla | MSN TCP Webcam stream demuxer. Originally comm... |
Makefile | 14.8 KB | b1b18481 | almost 13 years | Diego Biurrun | Merge binary generation rules. Originally comm... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 8.63 KB | 63d026b1 | almost 13 years | Diego Biurrun | cosmetics: #include config.h before all other F... |
cmdutils.h | 3.59 KB | 15067504 | about 13 years | Diego Biurrun | Improve wording/grammar of Doxygen comments. O... |
common.mak | 3.12 KB | c415857d | almost 13 years | Måns Rullgård | rename LIBSRC to SRC_DIR, add quotes where SRC_... |
configure | 62.9 KB | d7f0920b | almost 13 years | Alexander Strange | Check for and set HAVE_MMX2, it is used in seve... |
ffmpeg.c | 137 KB | 972d628a | almost 13 years | Stefano Sabatini | Provide a context to parse_time_or_die(). Patch... |
ffplay.c | 76.7 KB | c7193373 | almost 13 years | Diego Biurrun | Make ffplay use parse_number_or_die instead of ... |
ffserver.c | 147 KB | f8cda19e | about 13 years | Luca Abeni | Include poll.h instead of sys/poll.h Originall... |
ffserver.h | 1004 Bytes | 5b21bdab | over 13 years | Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion gu... |
output_example.c | 15.9 KB | 899681cd | over 13 years | Björn Axelsson | Use dynamically allocated ByteIOContext in AVFo... |
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