ffmpeg @ 2500d8be
Name | Size | Revision | Age | Author | Comment |
---|---|---|---|---|---|
doc | ade29f99 | almost 12 years | Justin Ruggles | move NTT VQF demuxer to keep formats list alpha... | |
ffpresets | c79de5c0 | about 12 years | Robert Swain | The default subq value in the x264 CLI is now 6... | |
libavcodec | 68e5d523 | almost 12 years | Gwenole Beauchesne | Add private HW accel data infrastructure. Orig... | |
libavdevice | 3cac2f13 | almost 12 years | Luca Abeni | Fix AVFMT_FLAG_NONBLOCK in alsa Originally com... | |
libavfilter | 6d4f53cb | almost 12 years | Michael Niedermayer | Remove old scaler. Originally committed as rev... | |
libavformat | 0ecf9cc9 | almost 12 years | Ronald S. Bultje | Prevent (negative) overflow of rm->remaining_le... | |
libavutil | 2500d8be | almost 12 years | Gwenole Beauchesne | Update VA API pixfmts documentation: struct vaa... | |
libpostproc | 9e5e2a2e | about 12 years | Diego Biurrun | Use directory name as multiple inclusion guard ... | |
libswscale | 6208d676 | almost 12 years | Cédric Schieli | Let the 4th plane reach the swScale function O... | |
tests | 29a68cf0 | almost 12 years | Reimar Döffinger | Convert spurious DOS line breaks to UNIX line b... | |
tools | 70ec53a0 | about 12 years | Michael Niedermayer | Detect static prototypes. Originally committed... | |
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 | 831 Bytes | 10ce8f23 | about 12 years | Aurelien Jacobs | it seems I never added myself in there before ... |
Changelog | 16.9 KB | 616e899c | almost 12 years | Vitor Sessak | VQF demuxer Originally committed as revision 1... |
Doxyfile | 40 KB | 67eb5da6 | about 12 years | Diego Biurrun | HAVE_3DNOW --> HAVE_AMD3DNOW Originally commit... |
INSTALL | 480 Bytes | 3d4fc610 | over 12 years | Diego Biurrun | Clarify that we require GNU make 3.81+. Origin... |
MAINTAINERS | 14.4 KB | 37b7dac1 | almost 12 years | Ronald S. Bultje | Reorder alphabetically after r17902. Originall... |
Makefile | 10.2 KB | 82bb3329 | almost 12 years | Måns Rullgård | Allow different executable suffix for host and ... |
README | 1.52 KB | 75d87331 | about 12 years | Diego Biurrun | Update information regarding LGPL libswscale. ... |
cmdutils.c | 15.6 KB | 636f1c4c | almost 12 years | Stefano Sabatini | Rename avctx_opts to avcodec_opts. The new nam... |
cmdutils.h | 4.81 KB | 636f1c4c | almost 12 years | Stefano Sabatini | Rename avctx_opts to avcodec_opts. The new nam... |
common.mak | 2.68 KB | 313c46a6 | almost 12 years | Måns Rullgård | Compile .S files with $(AS), set it in configur... |
configure | 73.9 KB | aa033b1e | almost 12 years | Måns Rullgård | Enable CONFIG_FASTDIV by default Originally co... |
ffmpeg.c | 139 KB | c957c854 | almost 12 years | Reimar Döffinger | Replace all uses of the replaced av_fifo_read b... |
ffplay.c | 79.3 KB | 636f1c4c | almost 12 years | Stefano Sabatini | Rename avctx_opts to avcodec_opts. The new nam... |
ffserver.c | 150 KB | 49ceb58b | almost 12 years | Michael Niedermayer | Bump major version of libavutil due to FIFO fix... |
ffserver.h | 1004 Bytes | 5b21bdab | over 13 years | Diego Biurrun | Add FFMPEG_ prefix to all multiple inclusion gu... |
output_example.c | 16.2 KB | a6f925b8 | about 12 years | Art Clarke | Make output_example use av_interleaved_write_fr... |
subdir.mak | 1.92 KB | 93c021a2 | about 12 years | Måns Rullgård | Remove other shared lib names from linker comma... |
version.sh | 1.04 KB | de2c2b5a | almost 12 years | Diego Biurrun | Directly read the version number from a VERSION... |
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 are licensed under the GNU Lesser General Public License.
* libpostproc is distributed under the GNU General Public License, see the
file COPYING.GPL for details. Its compilation and use in FFmpeg is optional.
* libswscale contains some optional processor-specific optimizations that are
distributed under the GNU General Public License.
* The files libavcodec/x86/idct_mmx.c, libavcodec/x86/h264_deblock_sse2.asm
and libavcodec/x86/h264_idct_sse2.asm are distributed under the GNU General
Public License. They are strictly optimizations and their 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.
* Some external libraries are under GPL. If you wish to use them with FFmpeg,
you have to configure FFmpeg as GPL as well.
Also available in: Atom