No Description https://ffmpeg.org/

Zdenek Kabelac 2c7357793d * missing targets cleanup 20 years ago
doc 2c7357793d * missing targets cleanup 20 years ago
libavcodec 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
libavformat 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
postproc 582552fb56 postproc/yuv2rgb_altivec.c compile fix 20 years ago
tests e0c91bc23b initial dts fix 20 years ago
vhook bb4a87727b imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>) 20 years ago
.cvsignore 2c7357793d * missing targets cleanup 20 years ago
COPYING 6394a2886d added license 23 years ago
CREDITS bc133816c0 some credits for all these patches 20 years ago
Changelog d08d7142fd support for Sierra Online audio files and Apple QuickDraw codec, 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 2c7357793d * missing targets cleanup 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 65d1bea201 Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 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 78a0efb4fc AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) 20 years ago
ffplay.c 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
ffserver.c 6ba5cbc699 HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) 20 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 d4fcd7c61a yep, tyop 20 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.