No Description https://ffmpeg.org/

Fabrice Bellard d2f48f3555 update 22 years ago
doc 0699d2fe44 update 22 years ago
libav a941f3919d export match_ext() 22 years ago
libavcodec b135d9fb96 mjpegb support (need more samples) 22 years ago
postproc 87f9c9e091 fixing compilation of cs_test 22 years ago
tests af27aea922 fixing another assert q>0.0 issue caused by variance < 0, this fix allso changes the inter/intra decission very slightly -> all regression checksums need to be updated 22 years ago
.cvsignore 47837688ca * update 22 years ago
COPYING 6394a2886d added license 23 years ago
CREDITS d2f48f3555 update 22 years ago
Changelog a32072d0e9 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled) 22 years ago
INSTALL 23642d8e54 add more info about new configure features 23 years ago
Makefile 142fc6b993 Build and install the vhook subdirectory if enabled (not by default). 22 years ago
README 4745b5bf6c update 22 years ago
VERSION 816d7ff5a8 version info for so too 23 years ago
berrno.h 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 22 years ago
configure dfdfa47cd1 BeOS Audio ouput patch by (François Revol <revol at free dot fr>) 22 years ago
cygwin_inttypes.h 3f027ca76c cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 22 years ago
ffmpeg.c 10d104e4f6 * Add frame rate conversion when there is no audio channel. This makes 22 years ago
ffserver.c 829ac53d98 clean up of redirector code - first stage of RTP multicast support - added SDP redirector output for multicast 22 years ago
ffserver.h e3e105b38a added include for ffserver dynamically loaded modules 22 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 are licensed under the Lesser GNU General Public
License. liba52 is distributed under the GNU General Public License.

Fabrice Bellard.