ffmpeg @ 2f5421d5
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | b250f9c6 | about 12 years | Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*.... | |
ffpresets | 27ab726e | about 12 years | Robert Swain | Add presets for Apple iPod constraints Origina... | |
libavcodec | 469f5f25 | about 12 years | Aurelien Jacobs | WORDS_BIGENDIAN must be checked with #ifdef Or... | |
libavdevice | 49fb20cb | about 12 years | Aurelien Jacobs | replace all occurrence of ENABLE_ by the corres... | |
libavfilter | 49fb20cb | about 12 years | Aurelien Jacobs | replace all occurrence of ENABLE_ by the corres... | |
libavformat | ca93bc17 | about 12 years | Luca Abeni | Reindent after last commit Originally committe... | |
libavutil | 2f5421d5 | about 12 years | Aurelien Jacobs | move timer related code in a new timer.h file ... | |
libpostproc | ff5d91d9 | about 12 years | Carl Eugen Hoyos | Fix compilation. Originally committed as revis... | |
libswscale | b63f641e | about 12 years | Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*.... | |
tests | 3d0a94f6 | about 12 years | Baptiste Coudurier | calculate pat, pmt and sdt exact size and adjus... | |
tools | 3ef61825 | over 12 years | Diego Biurrun | Fix #include path, headers from other directori... | |
vhook | b1cb73aa | over 12 years | Diego Pettenò | Make sure strcasecmp() is declared. On recent g... | |
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.4 KB | 6beb8b26 | about 12 years | Kostya Shishkov | RV30 decoder Originally committed as revision ... |
Doxyfile | 40 KB | 56cc85a0 | about 13 years | Diego Biurrun | Misc spelling fixes, prefer American over Briti... |
INSTALL | 480 Bytes | 3d4fc610 | over 12 years | Diego Biurrun | Clarify that we require GNU make 3.81+. Origin... |
MAINTAINERS | 13.7 KB | 713891e8 | about 12 years | Diego Biurrun | Add my GPG key. Originally committed as revisi... |
Makefile | 11.4 KB | 250dd6f0 | about 12 years | Francesco Cosoleto | Add a separate 'testclean' rule to clean regres... |
README | 1.23 KB | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... |
cmdutils.c | 15.6 KB | ddda628e | about 12 years | Diego Biurrun | Remove pointless #if around header #includes. ... |
cmdutils.h | 4.78 KB | 95137bbb | over 12 years | Diego Biurrun | Fix 'make checkheaders', based on a patch by Di... |
common.mak | 2.72 KB | 7b5e8a27 | about 12 years | Diego Biurrun | Extend 'checkheaders' target to architecture-sp... |
configure | 71.5 KB | 49fb20cb | about 12 years | Aurelien Jacobs | replace all occurrence of ENABLE_ by the corres... |
ffmpeg.c | 139 KB | 49fb20cb | about 12 years | Aurelien Jacobs | replace all occurrence of ENABLE_ by the corres... |
ffplay.c | 79.4 KB | b250f9c6 | about 12 years | Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*.... |
ffserver.c | 149 KB | b250f9c6 | about 12 years | Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*.... |
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.92 KB | 93c021a2 | about 12 years | Måns Rullgård | Remove other shared lib names from linker comma... |
version.sh | 868 Bytes | e73db718 | over 12 years | Diego Biurrun | Replace 'test' invocation by 'test -n', this sh... |
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/x86/idct_mmx.c is distributed under the GNU General
Public License. It is strictly an optimization and its use is optional.
* The file libavcodec/ac3dec.c is distributed under the GNU General Public
License. In order for (E-)AC-3 decoding to work you need to enable GPL
components.
* 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