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.
 
 
 
 
 
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
doc Sync documentation with the current ffmpeg -h output. 18 years ago
libavcodec move some CFLAGS settings away from config.* writing section 18 years ago
libavformat split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex 18 years ago
libavutil improve enumerate so arbitrary ranges can be enumerated quickly 18 years ago
libpostproc
libswscale Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." 18 years ago
tests disable nut regression test until we have a working muxer 18 years ago
vhook rename cropTbl -> ff_cropTbl 18 years ago
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile Make man page installation dependent on documentation generation. 18 years ago
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure move some CFLAGS settings away from config.* writing section 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c also set strict_std_compliance for stream copy, its needed for the bitstream filters 18 years ago
ffplay.c
ffserver.c rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN 18 years ago
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.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 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.