ffmpeg @ f8c5adaf
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | c9e73264 | about 12 years | Diego Biurrun | Roundup now works from a ffmpeg.org domain as w... | |
ffpresets | 69bf69c7 | over 12 years | Robert Swain | Synchronise presets with recent subme/brdo/bidi... | |
libavcodec | 6c3fca64 | about 12 years | Kostya Shishkov | Merge deblocking pattern with CBP for RV30/40 l... | |
libavdevice | 616deed2 | about 12 years | Diego Biurrun | Do not invade _t POSIX namespace. Originally c... | |
libavfilter | 5bc8ebd3 | over 12 years | Carl Eugen Hoyos | Use PIX_FMT_NONE to silence icc warning #188: e... | |
libavformat | 8b2386dc | about 12 years | Benoit Fouet | Add jp2 support to img2 demuxer. On behalf of J... | |
libavutil | f8c5adaf | about 12 years | Måns Rullgård | ARM: make FASTDIV() an inline function Origina... | |
libpostproc | 8615e5a6 | about 12 years | Diego Biurrun | Add backwards-compatibility typedef for removed... | |
libswscale | 217d8202 | about 12 years | Reimar Döffinger | Some forgotten eax -> REG_a changes. It seems t... | |
tests | de40eb8d | about 12 years | Reimar Döffinger | Fix regression.sh to work on OpenBSD which has ... | |
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 | 73b458e3 | about 12 years | Kenan Gillet | Commit last ok'ed parts of QCELP decoder and en... |
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.1 KB | 085bf69f | over 12 years | Michael Niedermayer | Add udp.c maintainer. Originally committed as ... |
Makefile | 11.3 KB | 9a5771e9 | over 12 years | Måns Rullgård | Run regression tests on target system. Origina... |
README | 1.23 KB | 2003e200 | over 12 years | Carl Eugen Hoyos | Whitespace cosmetics Originally committed as r... |
cmdutils.c | 15.5 KB | 2cd39dbf | over 12 years | Diego Pettenò | Include headers for optional libraries only whe... |
cmdutils.h | 4.78 KB | 95137bbb | over 12 years | Diego Biurrun | Fix 'make checkheaders', based on a patch by Di... |
common.mak | 2.7 KB | c87348a9 | over 12 years | Måns Rullgård | Use OBJS variable for all object files There i... |
configure | 70.9 KB | 124c21d7 | about 12 years | Marc Mason | Check function prototype in check_asm function ... |
ffmpeg.c | 138 KB | 09a76db8 | about 12 years | Michael Niedermayer | Do not skip frames until the first keyframe whe... |
ffplay.c | 79.1 KB | 3a3ee96c | about 12 years | Michael Niedermayer | Fix files with fps between 0.5 and 0.1. Fixes i... |
ffserver.c | 149 KB | 10ba7404 | about 12 years | Stefano Sabatini | s/FFserver/ffserver/ in the help message invoca... |
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/i386/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