No Description https://ffmpeg.org/

Michael Niedermayer 1260756d2b moving Doxyfile from ffmpeg/libavcodec to ffmpeg 20 years ago
doc f4888b830f Doxygen example 20 years ago
libavcodec 1260756d2b moving Doxyfile from ffmpeg/libavcodec to ffmpeg 20 years ago
libavformat 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>) 20 years ago
postproc b71cf33c9b Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 20 years ago
tests 5d79ddc9b1 10l (fixes delayed frames during encoding) 21 years ago
vhook aa99b8ff4f spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>) 20 years ago
.cvsignore 3f76a28759 cvsignore patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
COPYING 6394a2886d added license 23 years ago
CREDITS bda702fc4d credit update 21 years ago
Changelog 1defd2a8e7 update 20 years ago
Doxyfile 1260756d2b moving Doxyfile from ffmpeg/libavcodec to ffmpeg 20 years ago
INSTALL 23642d8e54 add more info about new configure features 23 years ago
Makefile aa99b8ff4f spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>) 20 years ago
README 570233b5b6 up to date license terms 22 years ago
berrno.h 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 22 years ago
cmdutils.c 26d4f26bb7 OPT_INT 21 years ago
cmdutils.h 26d4f26bb7 OPT_INT 21 years ago
configure 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>) 20 years ago
cygwin_inttypes.h 3f027ca76c cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 22 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c 28f88dc826 in/outfile options 20 years ago
ffplay.c 7e0140cbd7 much better AV sync, for some files 21 years ago
ffserver.c e928649b0b pass AVPacket into av_write_frame() 21 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c e928649b0b pass AVPacket into av_write_frame() 21 years ago
qt-faststart.c 38100e8c8d added QT faststart remuxing utility to ffmpeg distribution per, ahem, 21 years ago
xvmc_render.h 7fade368d5 initial XvMC support, define common packet for decoder <-> libXvMC communication 21 years ago

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.

* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.