ffmpeg @ 6f3c50f2
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... | |
ffpresets | 69bf69c7 | over 12 years | Robert Swain | Synchronise presets with recent subme/brdo/bidi... | |
libavcodec | 6f3c50f2 | about 12 years | Michael Niedermayer | Negate a few variables, this simplifies the cod... | |
libavdevice | 7bbacf9a | about 12 years | Stefano Sabatini | Implement size autodetection if one of the widt... | |
libavfilter | 5bc8ebd3 | about 12 years | Carl Eugen Hoyos | Use PIX_FMT_NONE to silence icc warning #188: e... | |
libavformat | 9daa4cea | about 12 years | Aurelien Jacobs | Initialize s->opaque before calling url_resetbu... | |
libavutil | af4c0bcb | about 12 years | Carl Eugen Hoyos | Silence the following icc warnings: warning #12... | |
libpostproc | bbea3555 | about 12 years | Diego Biurrun | Remove pointless malloc.h #include. Originally... | |
libswscale | b9263c94 | about 12 years | Diego Biurrun | Remove pointless malloc.h #include. Originally... | |
tests | ed4c638a | about 12 years | Michael Niedermayer | Fix PTS returned by the demuxers for mpeg4 with... | |
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.1 KB | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... |
Makefile | 11.3 KB | 9a5771e9 | over 12 years | Måns Rullgård | Run regression tests on target system. Origina... |
README | 1.23 KB | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... |
cmdutils.c | 15.7 KB | f16dd7e6 | about 12 years | Stefano Sabatini | Remove calls to deprecated av_set_string2() wit... |
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 | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... |
configure | 70.9 KB | a6493a8f | about 12 years | Diego Biurrun | Rename libavcodec/i386/ --> libavcodec/x86/. It... |
ffmpeg.c | 138 KB | 50e3477f | about 12 years | Wolfram Gloger | Offer an option (disabled by default) to enable... |
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 | 5c548937 | about 12 years | Stefano Sabatini | Cosmetics, change variable name "o2" to "o" in ... |
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