ffmpeg @ f39e8b03
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | b98052d5 | over 12 years | Peter Ross | give additional use case for version bumping; r... | |
libavcodec | c1708e8d | over 12 years | Michael Niedermayer | Simplify intra PCM MB handling. Originally com... | |
libavdevice | ca74c0a1 | over 12 years | Diego Biurrun | cosmetics: Fix two common typos: wont --> will ... | |
libavfilter | f4433de9 | almost 13 years | Diego Biurrun | consistency cosmetics: indices --> indexes Ori... | |
libavformat | 62f25230 | over 12 years | Baptiste Coudurier | change assert test due to the new reducing of t... | |
libavutil | f39e8b03 | over 12 years | Michael Niedermayer | 1000l typo my new PRNG converged to -1. Origin... | |
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 | 1e90317b | over 12 years | Michael Niedermayer | Fix tiny_psnr so it compares all bytes (it did ... | |
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 | 15.9 KB | e44bbf62 | over 12 years | Ben Littler | only animated gif (gifdec.c) was removed) Orig... |
Doxyfile | 40 KB | 56cc85a0 | about 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 KB | ddb41f3f | over 12 years | Baptiste Coudurier | take over ffserver maintenance Originally comm... |
Makefile | 11 KB | 2ece2e97 | over 12 years | Diego Biurrun | Move up swscale_error target so that regression... |
README | 1.07 KB | 72b8963d | almost 13 years | Diego Biurrun | Mention that libavdevice/x11grab.c is GPLed. O... |
cmdutils.c | 12.8 KB | 304ba23a | over 12 years | Stefano Sabatini | Print the program_name rather than always "FFmp... |
cmdutils.h | 4.31 KB | ea9c581f | over 12 years | Stefano Sabatini | Simplify show_banner() so that it does not requ... |
common.mak | 2.69 KB | 18c64005 | over 12 years | Måns Rullgård | regenerate dependencies when building object fi... |
configure | 64.7 KB | 80a61f08 | over 12 years | Diego Biurrun | Remove AltiVec vector declaration compiler comp... |
ffmpeg.c | 135 KB | 150d5a25 | over 12 years | Stefano Sabatini | Make ffmpeg dump output format in case of codec... |
ffplay.c | 77.1 KB | b81d6235 | over 12 years | Stefano Sabatini | Change opt_sync function behavior to print an e... |
ffserver.c | 150 KB | e16190fa | over 12 years | Diego Biurrun | cosmetics: typo fixes Originally committed as ... |
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