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.
 
 
 
 
 
Alex Beregszaszi 0bdacf29d4 use network.h instead network includes 18 years ago
doc Policy addition: New files should have proper license headers. 18 years ago
libavcodec 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. 18 years ago
libavformat Make protocols configure selectable and also cleanup the CONFIG_NETWORK 18 years ago
libavutil reorder bswap functions into bit-depth, special-casing inside the functions. 18 years ago
libpostproc
libswscale cosmetics: Remove trailing whitespace. 18 years ago
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure 10l, rtp_muxer needs config_network 18 years ago
cws2fws.c
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c
ffplay.c remove CONFIG_NETWORK, av_read_play/pause are exported anyway 18 years ago
ffserver.c use network.h instead network includes 18 years ago
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
libpostproc and libswscale are licensed under the GNU Lesser General
Public License.

* libpostproc and libswscale are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.