You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer 7d67e968a4 improving parsing of incomplete headers 22 years ago
doc
libavcodec improving parsing of incomplete headers 22 years ago
libavformat Looks like this one was forgotten in the INT -> int_t move 22 years ago
postproc cleanup 22 years ago
tests * UINTX -> uintx_t INTX -> intx_t 22 years ago
vhook * int64_t is now the right name 22 years ago
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile
README
VERSION
berrno.h
configure
cygwin_inttypes.h
ffmpeg.c fix for legacy audio 22 years ago
ffserver.c * UINTX -> uintx_t INTX -> intx_t 22 years ago
ffserver.h

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.