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 c81f034988 optimizing av_log2 23 years ago
doc add/put_pixels_clamped update 23 years ago
libavcodec optimizing av_log2 23 years ago
libavformat DV audio decoder by Roman Shaposhnick 23 years ago
postproc UYVY input 23 years ago
tests oops forgot that ... 23 years ago
vhook use av_strdup() 23 years ago
.cvsignore * update 23 years ago
COPYING added license 23 years ago
CREDITS update 23 years ago
Changelog update 23 years ago
INSTALL add more info about new configure features 23 years ago
Makefile dependency handling is consistant with libavcodec 23 years ago
README update 23 years ago
VERSION version info for so too 23 years ago
berrno.h beos/mov/adpcm patch by François Revol <revol at free dot fr> 23 years ago
configure Altivec on non darwin systems patch by Romain Dolbeau (NOTE: I would prefer using the existing CONFIG_DARWIN Makefile variable and suppress the redundant TARGET_OS variable, but it would break the current mplayer patch) 23 years ago
cygwin_inttypes.h cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge dot net>) 23 years ago
ffmpeg.c use av_strdup() 23 years ago
ffserver.c zero sized malloc patch by Roman Shaposhnick 23 years ago
ffserver.h added include for ffserver dynamically loaded modules 23 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.