ffmpeg @ c38e75fc
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | ed729c35 | almost 13 years | Ramiro Polla | Add note about using latest MSYS make for MinGW... | |
libavcodec | def1e277 | almost 13 years | Michael Niedermayer | Little fix for block sizes <16 Originally comm... | |
libavdevice | 4f786086 | almost 13 years | Diego Biurrun | #include required headers directly. Originally... | |
libavfilter | 71c61f62 | almost 13 years | Måns Rullgård | non-recursive makefiles Originally committed a... | |
libavformat | f38c6c6c | almost 13 years | Diego Biurrun | string.h is a system header file, so use <> for... | |
libavutil | c38e75fc | almost 13 years | Diego Biurrun | Add required stdint.h header. Originally commi... | |
libpostproc | 71c61f62 | almost 13 years | Måns Rullgård | non-recursive makefiles Originally committed a... | |
libswscale | 8ab52e71 | almost 13 years | Diego Biurrun | cosmetics: sort lines (correctly) Originally c... | |
tests | 953f54f1 | almost 13 years | Diego Biurrun | #include required stdint.h header directly. Or... | |
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.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 | 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 | 9.18 KB | 0b705fa4 | almost 13 years | Ramiro Polla | Compile network-related code conditionally. Or... |
cmdutils.h | 4.17 KB | 748061de | almost 13 years | Stefano Sabatini | Typo Patch by Stefano Sabatini stefano sabatini... |
common.mak | 2.43 KB | bf237413 | almost 13 years | Måns Rullgård | fix make tests in subdirs Originally committed... |
configure | 62.5 KB | b091aa44 | almost 13 years | Ramiro Polla | Check for sys/resource.h and include it conditi... |
ffmpeg.c | 137 KB | b091aa44 | almost 13 years | Ramiro Polla | Check for sys/resource.h and include it conditi... |
ffplay.c | 76.9 KB | 358061f6 | almost 13 years | Diego Pettenò | Mark symbols as static, patch by Diego 'Flameey... |
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... |
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