ffmpeg @ 768a9205
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | 2cab6401 | almost 13 years | Diego Biurrun | typo fixes Originally committed as revision 12... | |
libavcodec | a2338352 | almost 13 years | Baptiste Coudurier | do not fail badly if aspect ratio is 0/forbidde... | |
libavdevice | d76c3e07 | almost 13 years | Ramiro Polla | Correctly handle case where buffer is 100% full... | |
libavfilter | 13ca50f3 | almost 13 years | Diego Biurrun | Rename --enable-swscaler --> enable-swscale to ... | |
libavformat | 2cab6401 | almost 13 years | Diego Biurrun | typo fixes Originally committed as revision 12... | |
libavutil | 768a9205 | almost 13 years | Diego Biurrun | #include stddef.h instead of sys/types.h, the f... | |
libpostproc | 2cab6401 | almost 13 years | Diego Biurrun | typo fixes Originally committed as revision 12... | |
libswscale | a6f6b237 | almost 13 years | Diego Biurrun | typos Originally committed as revision 26228 t... | |
tests | 781138d0 | almost 13 years | Panagiotis Issaris | Update the regression tests reference values af... | |
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.6 KB | 39fc859e | almost 13 years | Ramiro Polla | VFW grabber Originally committed as revision 1... |
Doxyfile | 40 KB | 56cc85a0 | over 13 years | Diego Biurrun | Misc spelling fixes, prefer American over Briti... |
INSTALL | 513 Bytes | b7d690f8 | about 15 years | Dieter | Use gmake instead of make on *BSD. patch by Die... |
MAINTAINERS | 11.7 KB | fd9da087 | almost 13 years | Ramiro Polla | add myself as vfwcap.c maintainer Originally c... |
Makefile | 14.9 KB | 315c741d | almost 13 years | Diego Biurrun | Move dependency generation commands into config... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 8.63 KB | 1f3d74d3 | about 13 years | Michael Niedermayer | Remove INFINITY as suggested by rich. Original... |
cmdutils.h | 3.59 KB | 15067504 | about 13 years | Diego Biurrun | Improve wording/grammar of Doxygen comments. O... |
common.mak | 3.13 KB | 315c741d | almost 13 years | Diego Biurrun | Move dependency generation commands into config... |
configure | 62.7 KB | 315c741d | almost 13 years | Diego Biurrun | Move dependency generation commands into config... |
ffmpeg.c | 137 KB | 90c2295b | almost 13 years | Evgeniy Stepanov | Add 'disposition' bitfield to AVStream and use ... |
ffplay.c | 76.7 KB | c7193373 | almost 13 years | Diego Biurrun | Make ffplay use parse_number_or_die instead of ... |
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... |
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