ffmpeg @ f43ad0fe
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | 084cadab | over 12 years | Daniel Serpell | Add an example of higher resolution video encod... | |
libavcodec | 83e92ab6 | over 12 years | Ramiro Polla | alacenc: NULL_IF_CONFIG_SMALL long_name. Origi... | |
libavdevice | 29a717ae | over 12 years | Diego Biurrun | Use '#include <poll.h>' instead of '#include <s... | |
libavfilter | 540f1c7b | over 12 years | Stefano Sabatini | Implement avfilter_version(). Originally commi... | |
libavformat | e748e34d | over 12 years | Dave Yeo | struct timeval requires #include <sys/time.h> p... | |
libavutil | f43ad0fe | over 12 years | Michael Niedermayer | Add prototypes to header (based on code by rami... | |
libpostproc | 80a61f08 | over 12 years | Diego Biurrun | Remove AltiVec vector declaration compiler comp... | |
libswscale | 14b83f9a | over 12 years | Guillaume Poirier | compilation fix with GCC 4.0.1 on MacOSX tiger,... | |
tests | 5e8ecfde | over 12 years | Peter Ross | Apply PCM ENCODE/DECODE() macros to the S/U,8/2... | |
tools | 4a8361f8 | over 12 years | Matthieu Castet | tools/trasher: Don't mix srand/rand and srandom... | |
vhook | 582b3549 | over 12 years | Erik Hovland | Check the allocated pointer instead of the give... | |
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 | 16 KB | cfc78718 | over 12 years | Peter Ross | Electronic Arts TGV decoder Originally committ... |
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.5 KB | aa6ed608 | over 12 years | Måns Rullgård | Add myself as ARM maintainer Originally commit... |
Makefile | 11.1 KB | 4f5c72e8 | over 12 years | Peter Ross | PCM regression tests. Originally committed as ... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 12.9 KB | 9a109272 | over 12 years | Stefano Sabatini | Make show_banner() and show_version() print bot... |
cmdutils.h | 4.31 KB | ea9c581f | almost 13 years | Stefano Sabatini | Simplify show_banner() so that it does not requ... |
common.mak | 2.88 KB | 488b1ca4 | over 12 years | Michael Niedermayer | 10000l, revert mistakely commited and unrelated... |
configure | 65.7 KB | 1b0f6fb8 | over 12 years | David Conrad | Use correct asm object type and necessary -DPIC... |
ffmpeg.c | 138 KB | 7246177d | over 12 years | Aurelien Jacobs | ensure we get explicit definition of various _X... |
ffplay.c | 78.8 KB | 8a9d72a0 | over 12 years | Michael Niedermayer | Simplify by using FFMAX. Originally committed ... |
ffserver.c | 150 KB | ea452b54 | over 12 years | Aurelien Jacobs | strcasecmp() requires #include <strings.h> Ori... |
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 | over 12 years | Diego Biurrun | Generate pkg-config files in each library subdi... |
version.sh | 829 Bytes | 9e6165b5 | over 12 years | Måns Rullgård | enable version.h to be created from subdirs Or... |
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