No Description https://ffmpeg.org/

Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
doc f926cbe74c Remove stray non-existent -o option from an example. 19 years ago
libavcodec 8bbf6db98b AVOption API improvments 19 years ago
libavformat a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago
libavutil 978844ccaa Wrong comment after #endif. 19 years ago
postproc b40e353aa4 Reduce unnecessary swscaler verbosity. 19 years ago
tests 177e5460b9 forward_ptr doesnt contain its own length anymore 19 years ago
vhook c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
.cvsignore 84adb95ac2 Ignore .pc files. 20 years ago
COPYING 6394a2886d added license 23 years ago
CREDITS b81f89490f Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roine 20 years ago
Changelog af4ca324de some missing additions 19 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 6870a440ce configure libgsm patch by (Justin Ruggles: jruggle, earthlink net) 19 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
build_avopt 5e61b9ecef a little script to turn the inside of a struct into a AVOption array 19 years ago
clean-diff c62112ff06 remove some purely cosmetical hunks 20 years ago
cmdutils.c 8bbf6db98b AVOption API improvments 19 years ago
cmdutils.h 8bbf6db98b AVOption API improvments 19 years ago
configure 49f1a34937 reversing: 19 years ago
cws2fws.c f7599d5ff0 cws2fws, utility to convert compressed flash files to uncompressed ones, which can be than played back with ffplay. note: this doesn't gets compiled automatically 20 years ago
ffinstall.nsi 951bf3e681 fixed windows build 21 years ago
ffmpeg.c 8bbf6db98b AVOption API improvments 19 years ago
ffplay.c 30bc6613fe support fixing missing pts by parsing future frames 19 years ago
ffserver.c 8d931070fc ffserver segfault & other fatal failure fixes 19 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
output_example.c 5b28c8c355 time_base description by Rich Felker | dalias, aerifal cx 19 years ago
pktdumper.c 2d216336f8 "don't quit" option to attach a debugger /check mem leaks 20 years ago
qt-faststart.c d4fcd7c61a yep, tyop 20 years ago
unwrap-diff cf1cb7a8db silly script to fix line wraped patches 19 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.